/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%);
  transform: translate(50%);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
  top: auto;
  right: 28px;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(180deg, #fff, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url(../images/flags%402x.png);
  }
}
.iti-flag.np {
  background-color: transparent;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon.woff) format("woff"),
    url(../images/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\E90E";
}
.icon-twitter-old:before {
  content: "\E900";
}
.icon-instagram:before {
  content: "\E906";
}
.icon-youtube:before {
  content: "\E907";
}
.icon-facebook:before {
  content: "\E90D";
}
.icon-linkedIn:before {
  content: "\E901";
}
.icon-accomodation:before {
  content: "\E902";
}
.icon-arrow-right:before {
  content: "\E903";
}
.icon-attach:before {
  content: "\E904";
}
.icon-enquire:before {
  content: "\E905";
}
.icon-location:before {
  content: "\E908";
}
.icon-money:before {
  content: "\E909";
}
.icon-more-arrow:before {
  content: "\E90A";
}
.icon-room-size:before {
  content: "\E90B";
}
.icon-search:before {
  content: "\E90C";
}
.icon-retail:before {
  content: "\E90F";
}
.icon-office:before {
  content: "\E910";
}
.icon-exclaim:before {
  content: "\E911";
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: Glyphicons Halflings;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.3%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.3%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.3%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.3%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.3%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.3%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.3%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.3%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.3%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.3%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.3%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.3%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.3%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
caption,
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  margin: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin: 8px -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container-fluid .jumbotron,
.container .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out left;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.0001)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.0001)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001),
    rgba(0, 0, 0, 0.5)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0001),
    rgba(0, 0, 0, 0.5)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: OrpheusPro;
  src: url(../fonts/OrpheusPro.woff2) format("woff2"),
    url(../fonts/OrpheusPro.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Matter;
  src: url(../fonts/MatterLight.woff2) format("woff2"),
    url(../fonts/MatterLight.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Matter;
  src: url(../fonts/MatterRegular.woff2) format("woff2"),
    url(../fonts/MatterRegular.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HarirDisplay;
  src: url(../fonts/HarirDisplay.woff2) format("woff2"),
    url(../fonts/HarirDisplay.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GeDinarTwo;
  src: url(../fonts/GeDinarTwoMedium.woff2) format("woff2"),
    url(../fonts/GeDinarTwoMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.login-page h2 {
  margin-bottom: 20px;
}
.login-page .concrete-login-form {
  padding-bottom: 80px;
}
.login-page .concrete-login-form .row {
  display: flex;
  align-items: center;
}
.login-page .concrete-login-form input:not([type="checkbox"]) {
  height: 50px;
}
.login-page .concrete-login-form .btn-link {
  color: #000;
}
.login-page .concrete-login-form .mb-3 {
  margin-bottom: 24px;
}
.login-page .concrete-login-form .text-end .btn {
  min-width: 150px;
}
.login-page .concrete-login-form .text-end button {
  margin-inline-start: 10px;
}
:root {
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
  margin: 0;
}
body {
  margin: 0;
  font-family: Matter, GeDinarTwo, sans-serif;
  color: #969696;
  font-weight: 400;
  background-color: #f8f5eb;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.3s ease;
}
body .modal-open {
  margin-right: 0;
}
body.active,
body.mfp-zoom-out-cur {
  overflow: hidden;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
.wrapper .container {
  height: 100%;
}
.wrapper input,
.wrapper select,
.wrapper textarea {
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Matter, GeDinarTwo, sans-serif;
  color: #969696;
  font-size: 18px;
}
.wrapper select {
  cursor: pointer;
  padding: 9px 6px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  height: 36px;
  -moz-appearance: none;
  background: none;
  text-indent: 0.01px;
  text-overflow: "";
}
a {
  color: #969696;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
ul {
  padding-left: 0;
}
ul li {
  line-height: 26px;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
}
input:focus,
textarea:focus {
  outline: none transparent;
}
select:focus {
  outline: none;
}
section {
  display: block;
}
.errors,
.success {
  background: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
}
.errors {
  color: #f04f71;
}
.success {
  color: #51bf9b;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
.win-os .select2-results__options::-webkit-scrollbar-track {
  background-color: #003366;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.ios-device * {
  background-attachment: scroll;
}
.wow {
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .wow {
    visibility: visible;
  }
}
div#ccm-toolbar > ul > li > a img {
  object-fit: contain;
}
.site-loader {
  display: none;
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.site-loader.anim {
  width: 25%;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-inline-start: 0 !important;
}
.pr-0 {
  padding-inline-end: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-inline-start: 0 !important;
}
.mr-0 {
  margin-inline-end: 0 !important;
}
.logo-middle {
  display: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: calc(50% - 100px);
  width: 230px;
}
.logo-middle img {
  max-width: 100%;
  height: auto;
  display: block;
}
#gotoTop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  cursor: pointer;
  background-color: #003366;
  z-index: 3;
  color: #fff;
  border: 1px solid #f8f5eb;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
#gotoTop span {
  display: inline-block;
  transform: rotate(-90deg);
}
#gotoTop.active {
  opacity: 1;
  visibility: visible;
}
.landscape-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  padding: 20% 10% 0;
  overflow: hidden;
}
@media only screen and (max-device-width: 700px) and (orientation: landscape) {
  .landscape-alert {
    display: block;
  }
}
.landscape-alert p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.landscape-alert span {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
}
a:hover {
  text-decoration: none;
}
.bg-black {
  background-color: #000;
}
.bg-red {
  background-color: #003366;
}
.bg-off-white {
  background-color: #f8f5eb;
}
.bg-off-white p {
  color: #000;
}
img {
  width: 100%;
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
.cursor {
  pointer-events: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #003366;
  opacity: 0;
}
.cursor-text {
  color: #f8f5eb;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
.cursor .icon {
  color: #f8f5eb;
  font-size: 8px;
}
.link-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.d-inline-block {
  display: inline-block;
}
.custom-container {
  padding: 0 4.2%;
}
.custom-container.headings {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .custom-container {
    padding: 0 20px;
  }
}
.align-items-center {
  align-items: center;
}
.justify-content-space-between {
  justify-content: space-between;
}
.position-relative {
  position: relative;
}
.swiper-navigation,
.swiper-navigation > div {
  display: flex;
  align-items: center;
}
.swiper-navigation > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .swiper-navigation > div {
    width: 56px;
    height: 56px;
  }
}
.swiper-navigation > div i {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .swiper-navigation > div i {
    font-size: 15px;
  }
}
.swiper-navigation > div.arrow-left {
  transform: rotate(-180deg);
  margin-right: 20px;
}
.swiper-navigation > div:hover {
  border: 1px solid #fff;
  color: #f8f5eb;
}
.swiper-navigation > div.swiper-button-disabled {
  cursor: not-allowed;
}
.red-logo svg path {
  fill: #003366;
}
.load-wrapper a {
  transition: all 0.3s ease;
}
.load-wrapper a:hover {
  color: #003366;
}
.split-lines {
  overflow: hidden;
}
.init-overlay {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #f8f5eb;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid rgba(0, 0, 0, 0.3);
  border-right-color: #000;
  border-radius: 22px;
  -webkit-animation: rotate 1s linear infinite;
  position: relative;
  margin: 40px auto;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.overflow-hidden {
  overflow: hidden;
}
a:focus {
  text-decoration: none;
}
.title-anim > div {
  white-space: nowrap;
}
.o-hidden {
  opacity: 0;
}
.scroll-wrapper {
  will-change: transform, opacity;
}
.is-mobile .scroll-wrapper {
  will-change: unset;
}
.horizontal-moving-text h2,
.who-we-are-banner .image-wrapper .bg-img,
.who-we-are-banner h1 span {
  transition: all 0.2s ease;
}
.title-anim {
  opacity: 0;
}
.title-anim.animated {
  opacity: 1;
}
.title-anim div {
  opacity: 0;
  transform: translateY(50px);
}
body:not(.home-page) div#ccm-toolbar {
  top: -48px;
}
body:not(.home-page) #ccm-account-menu {
  z-index: -1;
}
body:not(.home-page) .c-scrollbar {
  background-color: #fff;
  z-index: 99;
  opacity: 1;
}
body:not(.home-page) .c-scrollbar .c-scrollbar_thumb {
  opacity: 1;
}
.remove-overflow .split-lines {
  overflow: initial !important;
}
.image-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-loader:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top-color: #000;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.h-100v {
  height: 100vh;
}
.ration-16x9:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.ration-16x9 * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.py-60 {
  padding-block: 60px;
}
.pt-30 {
  padding-top: 30px !important;
}
.report_wrapper {
  display: none;
}
.bor-btm {
  border-bottom: 1px solid rgba(248, 245, 235, 0.3);
}
.margin-block-start-20 {
  margin-block-start: 20px;
}
.pad-block-start-1 {
  padding-block-start: 1px !important;
}
.mar-block-start-37 {
  margin-block-start: 37px;
}
#p-gray {
  color: #969696 !important;
}
#a-black,
#p-black {
  color: #000 !important;
}
#p-white,
.white-text {
  color: #fff !important;
}
@media only screen and (max-height: 800px) {
  .page-banner .main-container h1.heading__primary-big {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-banner .main-container h1.heading__primary-big {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail .page-banner .breadcrumb,
  .page-template-construction-update-detail .page-banner h1,
  .page-template-portfolio-detail .page-banner .breadcrumb,
  .page-template-portfolio-detail .page-banner h1,
  .property-page .page-banner .breadcrumb,
  .property-page .page-banner h1,
  .unit-page .page-banner .breadcrumb,
  .unit-page .page-banner h1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail .page-banner,
  .page-template-construction-update-detail .page-banner .bg-img,
  .page-template-portfolio-detail .page-banner,
  .page-template-portfolio-detail .page-banner .bg-img,
  .property-page .page-banner,
  .property-page .page-banner .bg-img,
  .unit-page .page-banner,
  .unit-page .page-banner .bg-img {
    height: 66vw;
  }
}
@media only screen and (min-width: 767px) {
  .property-title-mob,
  .unit-heading {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .property-title-mob + .property-intro,
  .unit-heading + .property-intro {
    padding-top: 20px;
  }
}
.property-title-mob .breadcrumb,
.unit-heading .breadcrumb {
  padding: 0;
  text-align: left;
}
.property-title-mob .breadcrumb li.active,
.unit-heading .breadcrumb li.active {
  color: #777;
}
.property-title-mob .breadcrumb li:before,
.unit-heading .breadcrumb li:before {
  color: #ccc;
}
.property-title-mob .breadcrumb li a,
.property-title-mob .unit-banner-title-wrapper p,
.unit-heading .breadcrumb li a,
.unit-heading .unit-banner-title-wrapper p {
  color: #969696;
}
@media only screen and (max-width: 767px) {
  .property-title-mob + .intro-content-block,
  .unit-heading + .intro-content-block {
    padding-top: 0 !important;
  }
}
body.bg-red .property-title-mob .breadcrumb li.active,
body.bg-red .property-title-mob .breadcrumb li a,
body.bg-red .property-title-mob h1,
body.bg-red .unit-heading .breadcrumb li.active,
body.bg-red .unit-heading .breadcrumb li a,
body.bg-red .unit-heading h1 {
  color: #f8f5eb;
}
@media only screen and (max-width: 767.98px) {
  .page-template-construction-update-detail .breadcrumb,
  .page-template-portfolio-detail .breadcrumb {
    padding: 0;
    text-align: left;
  }
  .page-template-construction-update-detail .breadcrumb li.active,
  .page-template-portfolio-detail .breadcrumb li.active {
    color: #777;
  }
  .page-template-construction-update-detail .breadcrumb li:before,
  .page-template-portfolio-detail .breadcrumb li:before {
    color: #ccc;
  }
  .page-template-construction-update-detail .breadcrumb li a,
  .page-template-construction-update-detail .unit-banner-title-wrapper p,
  .page-template-portfolio-detail .breadcrumb li a,
  .page-template-portfolio-detail .unit-banner-title-wrapper p {
    color: #969696;
  }
}
.mt-20 {
  margin-top: 20px;
}
.text-gray {
  color: #969696 !important;
}
.is-mobile .scroll-wrapper > div {
  will-change: unset !important;
}
@media only screen and (min-width: 1250px) {
  .property-page .page-banner .main-container.form-added {
    padding-bottom: 80px !important;
  }
}
hr.dark {
  border-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  hr.dark.image-block {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.color-off-white {
  color: #f8f5eb;
}
.earthcam-embed-container {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .earthcam-embed-container {
    margin-bottom: 60px;
  }
}
.no-support {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  padding: 10px;
}
.no-support a {
  color: #fff;
  text-decoration: underline;
}
ol,
p,
pre,
ul {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.h1,
.search-page .search-banner .section_search input[type="text"],
h1 {
  font-size: 11.25rem;
  line-height: 0.71111;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .h1,
  .search-page .search-banner .section_search input[type="text"],
  h1 {
    font-size: 120px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .h1,
  .search-page .search-banner .section_search input[type="text"],
  h1 {
    font-size: 60px;
    line-height: 1;
  }
}
.h2,
.page-banner.career-detail-banner .main-container h1,
.thank-you .bg-black h1,
h2 {
  font-size: 5.625rem;
  line-height: 0.875;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .h2,
  .page-banner.career-detail-banner .main-container h1,
  .thank-you .bg-black h1,
  h2 {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .h2,
  .page-banner.career-detail-banner .main-container h1,
  .thank-you .bg-black h1,
  h2 {
    font-size: 50px;
    line-height: 1;
  }
}
.available-units-title h2,
.full-height-image .content-wrapper .content h2,
.h3,
.is-mobile .portfolio-list-wrapper .portfolio-item .bg-img h3,
.office-details h2,
.page-not-found .bg-img h1,
.page-template-available-units .page-banner .main-container h1,
.page-template-contact .page-banner .main-container h1,
.page-template-leasing .page-banner .main-container h1,
.unit-banner-title-wrapper h1,
h3 {
  font-size: 3.75rem;
  line-height: 1.13333;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .available-units-title h2,
  .full-height-image .content-wrapper .content h2,
  .h3,
  .is-mobile .portfolio-list-wrapper .portfolio-item .bg-img h3,
  .office-details h2,
  .page-not-found .bg-img h1,
  .page-template-available-units .page-banner .main-container h1,
  .page-template-contact .page-banner .main-container h1,
  .page-template-leasing .page-banner .main-container h1,
  .unit-banner-title-wrapper h1,
  h3 {
    font-size: 30px;
    line-height: 1;
  }
}
.h4,
.investor-documents .filter-two a,
.leasing_desc .banner-desc h1,
.leasing_desc .banner-desc h2,
.leasing_desc .banner-desc h3,
.leasing_desc .banner-desc h4,
.leasing_desc .column-two h1,
.leasing_desc .column-two h2,
.leasing_desc .column-two h3,
.leasing_desc .column-two h4,
.page-banner.press-detail-banner .main-container h1,
.property-intro .desc_area h2,
h4 {
  font-size: 2.5rem;
  line-height: 1.125;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .h4,
  .investor-documents .filter-two a,
  .leasing_desc .banner-desc h1,
  .leasing_desc .banner-desc h2,
  .leasing_desc .banner-desc h3,
  .leasing_desc .banner-desc h4,
  .leasing_desc .column-two h1,
  .leasing_desc .column-two h2,
  .leasing_desc .column-two h3,
  .leasing_desc .column-two h4,
  .page-banner.press-detail-banner .main-container h1,
  .property-intro .desc_area h2,
  h4 {
    font-size: 25px;
    line-height: 1;
  }
}
.footer-container .footer-links ul li:first-child a,
.footer-wrap .footer-container .footer-links ul li:first-child a,
.h5,
.home-info-block .content-wrapper h1,
.property-list-wrapper .each-project .leasing_desc h1,
.property-list-wrapper .each-project .leasing_desc h2,
.property-list-wrapper .each-project .leasing_desc h3,
.property-list-wrapper .each-project .leasing_desc h4,
.property-list-wrapper .each-project .leasing_desc h5,
h5 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-links ul li:first-child a,
  .footer-wrap .footer-container .footer-links ul li:first-child a,
  .h5,
  .home-info-block .content-wrapper h1,
  .property-list-wrapper .each-project .leasing_desc h1,
  .property-list-wrapper .each-project .leasing_desc h2,
  .property-list-wrapper .each-project .leasing_desc h3,
  .property-list-wrapper .each-project .leasing_desc h4,
  .property-list-wrapper .each-project .leasing_desc h5,
  h5 {
    font-size: 20px;
    line-height: 1;
  }
}
.h6,
h6 {
  font-size: 1.125em;
  line-height: 1;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .h6,
  h6 {
    font-size: 16px;
    line-height: 1;
  }
}
.p,
li,
p {
  font-size: 1.125rem;
  line-height: 1.33333;
  letter-spacing: 0.1px;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .p,
  li,
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
.community-block .property .bg-wrapper .tag,
.company-info .info_set .info_block aside p,
.contact-details a,
.contact-details p,
.footer-container .footer-links ul li a,
.footer-wrap .footer-container .footer-links ul li a,
.footer-wrap .footer-container .social-links p,
.formidable .formidable_message.success p,
.full-page-content .main-desc p strong,
.intro-content-block.content-block .title p strong,
.investor-documents .filter-one a,
.office-details a,
.office-details p,
.press-filters div[class^="col-"] .tabs a,
.property-description p,
.search-page .search-tabs .tab-wrapper li,
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title .desc p,
p.large {
  font-size: 1.1875rem;
  line-height: 1.31579;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .community-block .property .bg-wrapper .tag,
  .company-info .info_set .info_block aside p,
  .contact-details a,
  .contact-details p,
  .footer-container .footer-links ul li a,
  .footer-wrap .footer-container .footer-links ul li a,
  .footer-wrap .footer-container .social-links p,
  .formidable .formidable_message.success p,
  .full-page-content .main-desc p strong,
  .intro-content-block.content-block .title p strong,
  .investor-documents .filter-one a,
  .office-details a,
  .office-details p,
  .press-filters div[class^="col-"] .tabs a,
  .property-description p,
  .search-page .search-tabs .tab-wrapper li,
  .team-popup-wrapper
    .mfp-container
    .mfp-content
    .mfp-figure
    .mfp-title
    .desc
    p,
  p.large {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .large_heading {
    font-size: 87px !important;
  }
}
.formidable .col,
.formidable [class*="col-"] {
  padding: 0 15px;
}
.formidable .formidable_message.error,
.formidable .formidable_message.success {
  padding: 10px 20px;
}
.formidable .formidable_message.error {
  background: transparent;
}
.formidable .formidable_message.success {
  background: transparent;
  color: #f8f5eb;
  padding-left: 0;
  padding-right: 0;
}
.formidable .formidable_message div {
  line-height: 20px;
  color: #fff;
}
.formidable .formidable_column {
  padding-top: 10px;
  padding-bottom: 10px;
}
.formidable .element {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .formidable .element {
    margin-bottom: 20px;
  }
}
.formidable .element[class*="recaptcha-note"],
.formidable .element[class*="recaptcha-note"] p {
  margin: 0;
}
.formidable .element.active label {
  top: -7px;
  font-size: 13px;
  line-height: 22px;
}
.formidable .element label {
  position: absolute;
  top: 22px;
  left: 0;
  pointer-events: none;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  color: #000;
  font-size: 1rem;
  -webkit-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96),
    top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96),
    top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96),
    top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96),
    top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96),
    top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.formidable .element label + span.text-danger {
  display: none;
}
@media only screen and (max-width: 640px) {
  .formidable .element label {
    font-size: 13px;
    line-height: 22px;
  }
}
.formidable .element label .required {
  color: #003366;
  margin: 0 4px;
}
.formidable .element input,
.formidable .element textarea {
  width: 100%;
  border: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  line-height: 50px;
  padding: 0;
  height: auto;
  font-size: 1.25rem;
}
.formidable .element input::-webkit-input-placeholder,
.formidable .element textarea::-webkit-input-placeholder {
  font-style: normal;
}
.formidable .element input:-moz-placeholder,
.formidable .element input::-moz-placeholder,
.formidable .element textarea:-moz-placeholder,
.formidable .element textarea::-moz-placeholder {
  font-style: normal;
}
.formidable .element input:-ms-input-placeholder,
.formidable .element textarea:-ms-input-placeholder {
  font-style: normal;
}
.formidable .element textarea {
  min-height: 120px;
  max-height: 150px;
  min-width: 100%;
  max-width: 100%;
}
.formidable .element a {
  color: #000;
}
.formidable .element a:hover {
  color: #003366;
}
.formidable .element .buttons {
  text-align: center;
  background-color: #003366;
  border-radius: 60px;
  width: 172px;
  position: relative;
  transition: ease;
}
.formidable .element .buttons:after {
  font-family: icomoon;
  content: "\E90A";
  padding-left: 16px;
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 17px;
  color: #f8f5eb;
  pointer-events: none;
}
.formidable .element .buttons.please_wait {
  width: 212px;
}
.formidable .element .buttons input {
  padding: 0 26px;
  font-size: 1rem;
  line-height: 54px;
  color: #f8f5eb;
  border-radius: 60px;
  text-align: left;
  font-weight: 700;
  transition: all 0.3s ease;
}
.formidable .element .buttons input:active,
.formidable .element .buttons input:focus,
.formidable .element .buttons input:hover {
  background-color: #000;
  color: #f8f5eb;
  outline: none;
}
.formidable .file_upload {
  width: 168px;
  background-color: #f8f5eb;
  border: none;
  padding-left: 0;
}
.formidable .file_upload .dz-preview.dz-image-preview {
  margin: 0;
  padding: 10px;
}
.formidable .file_upload .dz-preview .dz-remove {
  margin-top: 10px;
}
.formidable .file_upload .dz-message {
  opacity: 0;
  padding: 0;
}
.formidable .file_upload .dz-filename {
  display: -webkit-box;
  max-width: 100px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.formidable .file_upload .btn {
  border: 1px solid #003366 !important;
}
.formidable .file_upload .btn:hover {
  background-color: transparent;
  color: #003366;
}
.formidable .file_upload .dz-clickable {
  position: relative;
  padding: 6px;
  border: 1px solid #000;
  border-radius: 60px;
}
.formidable .file_upload .dz-clickable:after {
  content: "Attach CV";
  position: absolute;
  top: 50%;
  left: 54px;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  line-height: 1;
}
.formidable .file_upload .dz-clickable:before {
  content: "\E904";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  font-size: 23px;
  color: #000;
}
.formidable .file_upload .dz-clickable.dz-started {
  border-color: transparent;
}
.formidable .file_upload .dz-clickable.dz-started:after {
  display: none;
}
.formidable [data-formidable-handle="attach_cv"] .formidable-dropzone {
  display: inline-block;
}
.formidable [data-formidable-handle="attach_cv"] .dropzone-box {
  padding: 0;
  border: none;
}
.formidable [data-formidable-handle="attach_cv"] .dz-message {
  border: 1px solid #000;
  margin: 0 !important;
  padding: 15px 24px 15px 60px;
  font-size: 0;
  display: inline-block;
  height: 50px;
  font-weight: 800;
  color: #000;
  line-height: 1;
  border-radius: 60px;
  position: relative;
}
.page-arabic .formidable [data-formidable-handle="attach_cv"] .dz-message {
  padding: 15px 60px 15px 24px;
}
.formidable [data-formidable-handle="attach_cv"] .dz-message:after {
  content: "Attach CV";
  font-size: 1rem;
}
.page-arabic
  .formidable
  [data-formidable-handle="attach_cv"]
  .dz-message:after {
  content: "\625\631\641\627\642   \627\644\633\64A\631\629   \627\644\630\627\62A\64A\629";
}
.formidable [data-formidable-handle="attach_cv"] .dz-message:before {
  content: "\E904";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  font-size: 23px;
  color: #000;
}
.page-arabic
  .formidable
  [data-formidable-handle="attach_cv"]
  .dz-message:before {
  left: auto;
  right: 26px;
}
.formidable .btn-danger {
  background-color: #003366;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: none;
}
.formidable .btn-danger i {
  color: #fff;
}
.formidable .btn-danger:hover,
.formidable .progress-bar {
  background-color: #000;
}
.formidable .select2-container--default {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.formidable .select2-container--default .select2-selection--single {
  height: 40px;
  display: flex;
  align-items: flex-end;
}
.formidable
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: Matter, GeDinarTwo, sans-serif;
  font-size: 1rem;
  line-height: 35px;
  opacity: 1;
  color: #000;
}
.formidable .checkbox-wrapper label,
.formidable .radio-wrapper label {
  position: relative;
  top: 0;
  padding-bottom: 15px;
}
.formidable .radio-wrapper .checkbox-group label:before {
  border-radius: 50%;
}
.formidable .radio-wrapper .checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  background-color: #003366;
  border-radius: 50%;
}
.formidable .checkbox-group {
  display: block;
}
.formidable .checkbox-group input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.formidable .checkbox-group label {
  position: relative !important;
  cursor: pointer;
  font-family: Matter, GeDinarTwo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  pointer-events: all !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0;
}
.formidable .checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #d6d6d6;
  border-radius: 2px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 14px;
}
.formidable .checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #003366;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.formidable h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .formidable h2 {
    margin-bottom: 20px;
  }
}
.formidable .invalid-feedback,
.formidable span.error {
  color: #003366;
  margin-top: 5px;
}
.formidable span.errormain {
  left: auto;
  right: 0;
  position: absolute;
  color: #003366;
}
.formidable .formidable_row .width-6 {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 991px) {
  .formidable .formidable_row .width-6 {
    width: 100%;
  }
}
.formidable .formidable_row .width-6:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .formidable .formidable_row .width-6:first-child {
    margin-right: 0;
  }
}
form.career-form .button-wrapper {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  form.career-form .button-wrapper {
    position: relative;
    bottom: 0;
  }
}
.formidable-container {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .formidable-container {
    margin-bottom: 50px;
  }
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
  color: #000;
  font-size: 1.25rem;
}
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-left: 95px !important;
}
.intl-tel-input.separate-dial-code
  .flag-container
  + .intl-tel-input
  .flag-container {
  display: none;
}
.phone-number-66 .errormain,
.phone-number-71 .errormain {
  left: 0 !important;
  bottom: -10px;
  right: auto;
  color: #003366;
}
@media only screen and (max-width: 1440px) {
  .phone-number-66 .errormain,
  .phone-number-71 .errormain {
    bottom: -22px;
    font-size: 12px;
  }
}
.submit.disabled {
  color: #f8f5eb !important;
  opacity: 1 !important;
}
.btn:not(.btn-danger),
.page-not-found .bg-img a,
.thank-you .bg-black a {
  padding: 0 26px;
  background-color: #003366;
  font-size: 1rem;
  line-height: 54px;
  color: #f8f5eb;
  border-radius: 60px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: inline-block;
}
.btn:not(.btn-danger).btn-360,
.page-not-found .bg-img a.btn-360,
.thank-you .bg-black a.btn-360 {
  padding-inline-start: 65px;
  padding-inline-end: 33px;
  position: absolute;
}
.btn:not(.btn-danger).btn-360:before,
.page-not-found .bg-img a.btn-360:before,
.thank-you .bg-black a.btn-360:before {
  content: "";
  position: absolute;
  background-image: url(../images/360-view.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 22px;
}
.btn:not(.btn-danger):hover,
.page-not-found .bg-img a:hover,
.thank-you .bg-black a:hover {
  background-color: #000;
  color: #f8f5eb;
}
.btn:not(.btn-danger):focus,
.page-not-found .bg-img a:focus,
.thank-you .bg-black a:focus {
  color: #f8f5eb;
}
.btn-black {
  background-color: #000;
}
.btn-black:hover {
  background-color: #003366;
  border-color: #f8f5eb;
}
.btn-white:not(.btn-danger) {
  background-color: #f8f5eb;
  color: #003366;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
.btn-white:not(.btn-danger):hover {
  background-color: #000;
  border-color: #000;
  color: #f8f5eb;
}
.btn-arrow:after {
  font-family: icomoon;
  content: "\E90A";
  padding-left: 16px;
  font-size: 14px;
}
.clipboard {
  position: relative;
}
.clipboard:focus {
  outline: none;
}
.clipboard svg {
  margin-inline-start: 16px;
  top: 7px;
  position: relative;
}
.clipboard.copied:after {
  content: attr(data-message);
  position: absolute;
  background-color: #fff;
  color: rgba(0, 128, 0, 0.7411764705882353);
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 14px;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .clipboard {
    margin-inline-start: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .clipboard {
    margin-top: 30px;
  }
}
.community-btn {
  margin-top: 0;
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  .community-btn {
    margin-inline-start: 32px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .community-btn {
    margin-top: 30px;
    margin-left: 0;
  }
}
.formidable .element .form_shareholder_btn {
  width: fit-content;
  margin: 0 auto;
}
.formidable .element .buttons input {
  padding-inline-end: 90px;
}
header.header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 76px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 64px;
  padding-right: 64px;
  border-bottom: 1px solid transparent;
  background-color: #003366;
}
header.header > .container-fluid {
  padding: 0;
}
header.header > .container-fluid .header-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  header.header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.header.hide-border {
  border-bottom-color: transparent;
}
header.header.active,
header.header.sticky {
  background-color: #003366; /* Bold Navy Blue */
border-color: rgba(255, 223, 186, 0.4) !important; /* Warm Beige */
}
header.header.sticky {
  background-color: #003366;
  height: 80px;
  border-color: #003366;
}
header.header.sticky .header-wrapper {
  background-color: #003366;
  padding-top: 12px;
  padding-bottom: 12px;
}
header.header.top {
  top: -76px;
  position: fixed;
}
header.header.sticky {
  top: 0 !important;
}
header.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  header.header .header-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
header.header .header-wrapper .header-left {
  display: flex;
  align-items: center;
}
header.header .header-wrapper .logo {
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  header.header .header-wrapper .logo {
    margin-right: 0;
  }
}
header.header .header-wrapper .logo svg {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  header.header .header-wrapper .logo svg {
    width: 110px;
  }
}
header.header .header-wrapper .logo svg path {
  transition: all 0.4s ease;
  fill: #fff;
}
header.header .header-wrapper .main-nav {
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  header.header .header-wrapper .main-nav {
    display: none;
  }
}
header.header .header-wrapper .main-nav ul li {
  position: relative;
}
header.header .header-wrapper .main-nav ul li.has-dropdown:after {
  content: "";
  position: absolute;
  border: solid #f8f5eb;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  top: 30%;
  right: -13px;
}
header.header .header-wrapper .main-nav ul li a {
  font-size: 1.25rem;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #f8f5eb;
}
@media only screen and (max-width: 1299px) {
  header.header .header-wrapper .main-nav ul li a {
    font-size: 18px;
  }
}
header.header .header-wrapper .main-nav ul li a.nav-selected,
header.header .header-wrapper .main-nav ul li a:hover {
  color: #000;
}
@media only screen and (min-width: 1199px) {
  header.header .header-wrapper .main-nav ul li.contact {
    display: none;
  }
}
header.header .header-wrapper .main-nav ul li .dropdown-container {
  width: 100%;
  display: block;
  position: absolute;
  left: -30px;
  box-shadow: none;
  overflow: hidden;
  min-width: 264px;
  overflow-y: auto;
  pointer-events: none;
  transition-delay: 0s;
}
header.header .header-wrapper .main-nav ul li .dropdown-container ul {
  background-color: #003366;
  transition: 0.5s;
  transform: translateY(-100%);
  display: block;
  padding: 40px 30px 20px;
}
header.header .header-wrapper .main-nav ul li .dropdown-container ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
  line-height: 40px;
}
header.header .header-wrapper .main-nav ul li .dropdown-container ul li a {
  font-size: 1.25rem;
  line-height: 1.1;
}
header.header .header-wrapper .main-nav ul li .dropdown-container ul:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.2);
  top: 23px;
  left: 0;
}
header.header .header-wrapper .main-nav ul li:hover.has-dropdown:after {
  transform: rotate(-135deg);
  border-color: #000;
}
header.header .header-wrapper .main-nav ul li:hover .dropdown-container {
  pointer-events: all;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.1);
  transition-delay: 0.5s;
}
header.header .header-wrapper .main-nav ul li:hover ul {
  transform: translate(0);
}
header.header .header-wrapper ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
}
header.header .header-wrapper ul li {
  margin-right: 30px;
}
header.header .header-wrapper ul li.has-dropdown {
  margin-right: 40px;
}
@media only screen and (max-width: 1399px) {
  header.header .header-wrapper ul li {
    margin-right: 20px;
  }
  header.header .header-wrapper ul li.has-dropdown {
    margin-right: 30px;
  }
}
header.header .header-wrapper ul li a {
  font-size: 1.0625rem;
  color: #f8f5eb;
  transition: all 0.3s ease;
  display: inline-block;
}
header.header .header-wrapper ul li a:hover {
  color: #000;
}
header.header .header-wrapper ul li a .icon-search {
  font-size: 24px;
  line-height: 40px;
}
header.header .header-wrapper ul li a.hamburger-menu {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header.header .header-wrapper ul li a.hamburger-menu {
    display: block;
  }
}
header.header .header-wrapper ul li a.hamburger-menu:hover span {
  background-color: #000;
}
header.header .header-wrapper ul li a.hamburger-menu span {
  width: 38px;
  height: 2px;
  background-color: #f8f5eb;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header .header-wrapper ul li a.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
header.header .header-wrapper ul li a.hamburger-menu.active span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
header.header .header-wrapper ul li a.hamburger-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
header.header .header-wrapper ul.side-nav {
  opacity: 0;
}
header.header .header-wrapper ul.side-nav li:nth-last-child(2) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  header.header .header-wrapper ul.side-nav li:nth-last-child(2) {
    margin-right: 15px;
  }
}
header.header .header-wrapper ul.side-nav li:last-child {
  margin-right: 0;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  header.header .header-wrapper ul.side-nav li.contact {
    display: none;
  }
}
header.header .header-wrapper ul.side-nav li.contact a {
  font-size: 1.25rem;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #f8f5eb;
}
@media only screen and (max-width: 1299px) {
  header.header .header-wrapper ul.side-nav li.contact a {
    font-size: 18px;
  }
}
header.header .header-wrapper ul.side-nav li.contact a.nav-selected,
header.header .header-wrapper ul.side-nav li.contact a:hover {
  color: #000;
}
header.header .header-wrapper .nav-btn {
  font-size: 1rem;
  border: 1px solid #f8f5eb;
  padding: 8px 12px 7px;
  display: inline-block;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  header.header .header-wrapper .nav-btn {
    display: none;
  }
}
header.header .header-wrapper .nav-wrapper {
  opacity: 0;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 64px;
}
@media only screen and (max-width: 1199px) {
  header.header .header-wrapper .nav-wrapper {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 500px) {
  header.header .header-wrapper .nav-wrapper {
    margin-left: 0;
  }
}
.nav-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100%;
  z-index: 11;
  background: #003366;
}
.nav-menu-items-wrapper {
  padding-top: 50px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-menu .link-wrapper {
  width: 100%;
  padding-left: 8%;
}
@media only screen and (max-width: 1024px) {
  .nav-menu .link-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-menu .link-wrapper {
    height: calc(100vh - 150px);
    overflow: auto;
    width: 100%;
  }
}
.nav-menu .link-wrapper ul {
  list-style-type: none;
}
.nav-menu .link-wrapper ul li {
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.nav-menu .link-wrapper ul li:last-child {
  margin-bottom: 0;
}
.nav-menu .link-wrapper ul li .arrow {
  width: 40px;
  height: 40px;
  background-color: #f8f5eb;
  border-radius: 50%;
  top: 0;
  right: 20px;
  position: absolute;
}
.nav-menu .link-wrapper ul li .arrow:after {
  content: "";
  position: absolute;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  top: 12px;
  left: 14px;
}
.nav-menu .link-wrapper ul li .arrow.active:after {
  top: 17px;
  transform: rotate(-135deg);
}
.nav-menu .link-wrapper ul li .dropdown-container {
  display: none;
}
.nav-menu .link-wrapper ul li .dropdown-container ul {
  padding-left: 20px;
}
.nav-menu .link-wrapper ul li .dropdown-container ul li {
  margin-bottom: 5px;
}
.nav-menu .link-wrapper ul li .dropdown-container ul li a {
  font-size: 1.625rem;
  line-height: 1.34615;
}
.nav-menu .link-wrapper ul li a {
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 3.75rem;
  line-height: 1.13333;
  letter-spacing: 0.1px;
  display: inline-block;
}
@media only screen and (max-height: 850px) {
  .nav-menu .link-wrapper ul li a {
    font-size: 2.5rem;
  }
}
@media only screen and (max-height: 650px) {
  .nav-menu .link-wrapper ul li a {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-menu .link-wrapper ul li a {
    font-size: 2.5rem;
  }
}
.nav-menu .link-wrapper ul li a span {
  padding-left: 0;
  transition: all 0.3s ease;
}
.nav-menu .link-wrapper ul li a:hover {
  color: #000;
}
.nav-menu .link-wrapper ul li a:hover span {
  padding-left: 30px;
}
.nav-menu .link-wrapper .enquiry-btn-wrapper {
  display: none;
}
@media only screen and (max-width: 500px) {
  .nav-menu .link-wrapper .enquiry-btn-wrapper {
    display: block;
  }
}
.nav-menu .link-wrapper .enquiry-btn-wrapper a {
  margin-top: 20px;
  font-size: 1.25rem;
  border: 1px solid #f8f5eb;
  padding: 12px 20px 11px;
  display: inline-block;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  position: relative;
  z-index: 1;
}
header.sticky + .nav-menu .nav-menu-items-wrapper {
  padding-top: 78px;
}
body:not(.home-page) header.header {
  background-color: #003366;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
}
.is-mobile .nav-menu:not(.active) {
  top: -150% !important;
  opacity: 0;
}
.is-mobile .nav-menu.active {
  opacity: 1;
}
.footer-container {
  padding-top: 138px;
}
.is-mobile .footer-container {
  padding: 53px 20px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .footer-container > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 920px) {
  .footer-container .links-wrapper {
    width: 58%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .links-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-container .links-wrapper .logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .links-wrapper .logo {
    margin-bottom: 50px;
  }
}
.footer-container .footer-links {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-links {
    flex-direction: column;
  }
}
.footer-container .footer-links ul {
  list-style-type: none;
}
.footer-container .footer-links ul:first-child {
  margin-right: 15%;
}
@media only screen and (max-width: 1370px) {
  .footer-container .footer-links ul:first-child {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1290px) {
  .footer-container .footer-links ul:first-child {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .footer-container .footer-links ul:first-child {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-container .footer-links ul:first-child {
    margin-right: 30px;
  }
}
.footer-container .footer-links ul li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .footer-container .footer-links ul li {
    margin-bottom: 10px;
  }
}
.footer-container .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-container .footer-links ul li:first-child {
  margin-bottom: 37px;
}
@media only screen and (max-width: 800px) {
  .footer-container .footer-links ul li:first-child {
    margin-bottom: 20px;
  }
}
.footer-container .footer-links ul li:first-child a {
  color: #f8f5eb;
}
@media only screen and (max-width: 1199px) {
  .footer-container .footer-links ul li:first-child a {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-container .footer-links ul li:first-child a {
    font-size: 1.125rem;
  }
}
.footer-container .footer-links ul li a {
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #f8f5eb;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .footer-container .footer-links ul li a {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-container .footer-links ul li a {
    font-size: 1rem;
  }
}
.footer-container .footer-links ul li a:hover {
  color: #003366;
}
.footer-container .footer-links .extra-links {
  width: 100%;
  flex-grow: 1;
}
.footer-container .footer-links .extra-links ul {
  margin-right: 0;
}
.footer-container .footer-links .extra-links p {
  font-size: 1.875rem;
  line-height: 1.33333;
}
@media only screen and (max-width: 1199px) {
  .footer-container .footer-links .extra-links p {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-container .footer-links .extra-links p {
    font-size: 1.125rem;
  }
}
.footer-container .footer-links .extra-links p a {
  display: inline-block;
  transition: all 0.3s ease;
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  position: relative;
}
.footer-container .footer-links .extra-links p a:hover {
  color: #003366;
}
.footer-container .footer-links .extra-links p a:first-child {
  padding-right: 10px;
  position: relative;
}
.footer-container .social-links {
  display: flex;
  align-items: center;
}
.footer-container .social-links p {
  display: none;
}
.footer-container .formidable {
  margin-bottom: 30px;
  max-width: 500px;
}
.footer-container .formidable .please_wait_loader {
  display: none !important;
}
.footer-container .formidable form {
  display: flex;
  background: #f8f5eb;
  justify-content: space-between;
}
.footer-container .formidable form .formidable_row .element {
  margin-bottom: 0;
}
.footer-container .formidable form .formidable_row .element.active label {
  top: -5px;
  font-size: 0.8125rem;
}
.footer-container .formidable form .formidable_row .element label {
  top: 17px;
  font-size: 1rem;
}
.footer-container
  .formidable
  form
  .formidable_row
  .element
  input[type="email"] {
  padding: 28px 20px 28px 0;
  background-color: transparent;
  height: 34px;
  border-bottom: 0;
}
.footer-container .formidable form .formidable_row:first-of-type {
  width: 65%;
}
.footer-container
  .formidable
  form
  .formidable_row:first-of-type
  .formidable_column {
  padding: 10px 0 10px 30px;
}
.footer-container .formidable form .formidable_row:nth-of-type(2) {
  width: 35%;
  max-width: 210px;
  margin: 0;
}
.footer-container
  .formidable
  form
  .formidable_row:nth-of-type(2)
  .formidable_column {
  padding: 0;
}
.footer-container .formidable form .formidable_row .buttons {
  width: 100%;
  padding: 10px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
}
.footer-container .formidable form .formidable_row .buttons:after {
  content: none;
}
.footer-container .formidable form .formidable_row .buttons input {
  background: #003366;
  padding: 17px 10px;
  text-align: center;
  color: #f8f5eb;
  font-size: 16px;
  line-height: 20px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
.footer-container .formidable form .formidable_row .buttons input:hover {
  background: #000;
  color: #f8f5eb;
}
.footer-container .formidable form .captcha_holder {
  display: inline;
}
.footer-container .formidable form .invalid-feedback,
.footer-container .formidable form span.error {
  position: absolute;
  bottom: -37px;
  color: #003366;
  font-weight: 700;
}
@media only screen and (max-width: 920px) {
  .footer-container .email-wrapper {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .email-wrapper {
    width: 100%;
  }
  .footer-container .email-wrapper .logo {
    display: none;
  }
}
.footer-container .email-wrapper .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (max-width: 991px) {
  .footer-container .email-wrapper .logo-wrapper {
    flex-direction: column;
  }
  .footer-container .email-wrapper .logo-wrapper .social-links {
    margin-top: 20px;
  }
}
.footer-container .email-wrapper .logo-wrapper .logo {
  margin-right: 10px;
}
.footer-container .email-wrapper .logo-wrapper .social-links {
  width: 100%;
  padding-top: 42px !important;
}
.footer-container .email-wrapper .logo-wrapper .social-links ul {
  margin: 0;
}
.footer-container .email-wrapper .logo-wrapper .social-links ul li {
  padding-right: 8px;
  padding-left: 8px;
}
.footer-container .email-wrapper .logo-wrapper .social-links ul li a i {
  color: #f8f5eb;
}
.footer-container .email-wrapper .logo-wrapper .social-links ul li a:hover i {
  color: #003366;
}
@media only screen and (max-width: 767.98px) {
  .footer-container .email-wrapper .logo-wrapper .social-links {
    display: none;
  }
}
.footer-container .footer-email p {
  font-size: 0.875rem;
  line-height: 1.42857;
  white-space: normal;
  margin: 0 0 10px;
  max-width: 500px;
  color: #f8f5eb;
}
.footer-container .footer-email p a {
  transition: all 0.3s ease;
}
.footer-container .footer-email p a:hover {
  color: #003366;
}
.footer-container .footer-email p.large {
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  margin: 42px 0 22px;
}
.footer-container .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 137px 0 162px;
}
.is-mobile .footer-container .footer-bottom {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .is-mobile .footer-container .footer-bottom {
    padding: 30px 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer-container .footer-bottom p {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-bottom p {
    margin: 5px 0;
  }
}
.footer-container .footer-bottom p:first-child {
  margin-right: 15px;
}
.footer-container .footer-bottom p a {
  transition: all 0.3s ease;
  color: #f8f5eb;
}
.footer-container .footer-bottom p a:hover {
  color: #003366;
}
.footer-extra {
  overflow: hidden;
}
.footer-extra .footer-text {
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-extra .footer-text div {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer-extra .footer-text svg {
    width: 100px;
  }
}
.footer-extra .footer-text span {
  color: #f8f5eb;
  font-size: 1.875rem;
  line-height: 2.66667;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer-extra .footer-text span {
    font-size: 24px;
    line-height: 64px;
  }
}
.footer-extra .scaled-logo {
  padding-top: 170px;
}
@media only screen and (max-width: 767px) {
  .footer-extra .scaled-logo {
    padding-top: 65px;
  }
}
.footer-extra .scaled-logo svg {
  transform: scale(7.5) translateX(5.7vw);
}
.is-mobile .footer-extra .scaled-logo svg {
  transform: scale(5.5) translateX(7.5vw);
}
@media only screen and (max-width: 991px) {
  .is-mobile .footer-extra .scaled-logo svg {
    transform: scale(3.5) translateX(10.5vw);
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .footer-extra .scaled-logo svg {
    transform: scale(2) translateX(11.5vw);
  }
}
#formidable_newsletter_form_ar form,
#formidable_newsletter_form form {
  display: block;
}
#formidable_newsletter_form #email,
#formidable_newsletter_form #email_ar,
#formidable_newsletter_form .ccm-input-emai,
#formidable_newsletter_form_ar #email,
#formidable_newsletter_form_ar #email_ar,
#formidable_newsletter_form_ar .ccm-input-emai {
  border-bottom: 1px solid #ccc;
}
#formidable_newsletter_form .acceptance,
#formidable_newsletter_form_ar .acceptance {
  width: 100%;
  max-width: 100%;
}
#formidable_newsletter_form .acceptance .acceptance,
#formidable_newsletter_form_ar .acceptance .acceptance {
  padding: 10px 20px;
}
#formidable_newsletter_form .acceptance .acceptance .form-check,
#formidable_newsletter_form_ar .acceptance .acceptance .form-check {
  display: flex;
  align-items: flex-start;
}
#formidable_newsletter_form .acceptance .acceptance .form-check #acceptance,
#formidable_newsletter_form_ar .acceptance .acceptance .form-check #acceptance {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#formidable_newsletter_form .acceptance .acceptance .form-check label,
#formidable_newsletter_form_ar .acceptance .acceptance .form-check label {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 0;
  padding: 0 10px;
}
#formidable_newsletter_form .acceptance .acceptance .form-check label p,
#formidable_newsletter_form_ar .acceptance .acceptance .form-check label p {
  color: #000;
}
#formidable_newsletter_form .button-wrapper,
#formidable_newsletter_form_ar .button-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.footer-container .formidable form .invalid-feedback,
.footer-container .formidable form span.error {
  position: relative !important;
  left: auto;
  bottom: auto !important;
}
.acceptance .error,
.acceptance .invalid-feedback {
  padding: 0 28px;
}
.footer-container .formidable form .formidable_row:first-of-type {
  width: 100% !important;
}
.ccm-block-social-links ul {
  padding-top: 20px !important;
}
.ccm-block-social-links ul li:not(:last-child) {
  margin-inline-end: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ccm-block-social-links ul li:not(:last-child) {
    margin-inline-end: 8px;
    margin-inline-end: 15px;
  }
}
.ccm-block-social-links ul li a i {
  color: #fff;
  font-size: 1.875rem;
  transition: all 0.3s ease;
}
.ccm-block-social-links ul li a i.icon-twitter,
.ccm-block-social-links ul li a i.icon-youtube {
  font-size: 1.625rem;
}
@media only screen and (max-width: 767.98px) {
  .ccm-block-social-links ul li a i {
    font-size: 1.625rem;
  }
}
.ccm-block-social-links ul li a:hover i {
  color: #f8f5eb;
}
@media only screen and (max-width: 500.98px) {
  .home-page .ccm-block-social-links {
    margin: 20px -20px 0;
  }
  .home-page .ccm-block-social-links ul {
    padding: 20px 20px 0 !important;
  }
}
.white-icons .ccm-block-social-links ul li a i {
  color: #f8f5eb;
}
.white-icons .ccm-block-social-links ul li a:hover i {
  color: #003366;
}
body.home-page .social-links .ccm-block-social-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  body:not(.home-page) .extra-links .ccm-block-social-links {
    display: none;
  }
}
.banner-top-spacer {
  height: 76px;
  transition: all 0.3s ease;
}
.page-banner {
  height: calc(100vh - 76px);
  position: relative;
}
.page-banner.text-banner ol.breadcrumb li a {
  color: #000;
}
.page-banner.text-banner ol.breadcrumb li a:hover {
  color: #003366;
}
.page-banner.text-banner ol.breadcrumb > .active,
.page-banner.text-banner ol.breadcrumb > li + li:before {
  color: #000;
}
.page-banner.text-banner .main-container h1 {
  color: #003366;
}
.page-banner.animated .main-container h1 {
  opacity: 1;
}
.page-banner .link-hover.video-popup {
  cursor: none;
}
.logged-in .page-banner .link-hover.video-popup {
  cursor: pointer;
}
.page-banner .video-banner {
  height: 100%;
  position: relative;
}
.page-banner .video-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-banner .video-banner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: #000;
}
.page-banner .bg-img {
  height: calc(100vh - 76px);
  width: 100%;
}
.page-banner.img-video-banner h1 {
  margin-inline: auto !important;
  text-align: center;
}
.page-banner .main-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner .main-container.form-added {
  padding-bottom: 150px;
}
.is-mobile .page-banner .main-container.form-added {
  padding-bottom: 0;
}
.is-mobile .page-banner .main-container {
  overflow: hidden;
}
.page-banner .main-container .breadcrumb {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .page-banner .main-container .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    right: auto;
    left: 20px;
  }
}
.page-banner .main-container h1 {
  margin: 0;
  text-align: center;
  color: #f8f5eb;
  line-height: 1;
  opacity: 0;
}
.page-banner .main-container .banner-desc {
  padding: 0 9.5%;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .page-banner .main-container .banner-desc {
    padding: 0 20px;
  }
}
.page-banner.press-detail-banner .main-container {
  flex-direction: column;
  padding-left: 9.5%;
  padding-right: 9.5%;
}
@media only screen and (max-width: 1199px) {
  .page-banner.press-detail-banner .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-banner.press-detail-banner .main-container h1 {
  color: #f8f5eb;
  margin-bottom: 100px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-banner.press-detail-banner .main-container h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .page-banner.press-detail-banner .main-container h1 {
    font-size: 25px;
    line-height: 35px;
    padding: 0;
  }
}
.page-banner.press-detail-banner .main-container p {
  color: #f8f5eb;
}
.page-banner.press-detail-banner .date {
  opacity: 0;
}
.page-banner.press-detail-banner .share-links {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  right: 100px;
  bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-banner.press-detail-banner .share-links {
    right: 20px;
    bottom: 50px;
  }
}
.page-banner.press-detail-banner .share-links ul {
  display: flex;
  align-items: center;
  padding-left: 30px;
  list-style-type: none;
}
.page-banner.press-detail-banner .share-links ul li {
  margin-right: 20px;
}
.page-banner.press-detail-banner .share-links ul li:last-child {
  margin-right: 0;
}
.page-banner.press-detail-banner .share-links ul li a {
  color: #f8f5eb;
  transition: all 0.3s ease;
}
.page-banner.press-detail-banner .share-links ul li a:hover {
  color: #003366;
}
.page-banner.press-detail-banner .share-links ul li a .icon-LinkedIn {
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .page-banner.press-detail-banner .share-links ul li a .icon-LinkedIn {
    margin-top: 7px;
  }
}
.page-banner.press-detail-banner.landscape-view {
  height: auto;
  display: flex;
  align-items: center;
}
.page-banner.press-detail-banner.landscape-view .bg-img.mobile {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 1px;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .page-banner.press-detail-banner.landscape-view .bg-img.mobile {
    display: block;
    min-height: 75vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-banner.press-detail-banner.landscape-view .bg-img {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-banner.press-detail-banner.landscape-view {
    min-height: 75vw;
    align-items: flex-end;
  }
  .page-banner.press-detail-banner.landscape-view h1 {
    display: none;
  }
  .page-banner.press-detail-banner.landscape-view .main-container {
    position: relative;
    align-items: unset;
  }
  .page-banner.press-detail-banner.landscape-view .date {
    bottom: -39px;
    position: relative;
  }
  .page-banner.press-detail-banner.landscape-view .share-links {
    position: relative;
    bottom: 12px;
  }
  .page-banner.press-detail-banner.landscape-view .share-links .link-wrapper {
    padding-inline-start: 25px;
  }
}
.page-banner.investor-relations-banner {
  height: 100%;
}
.page-banner.investor-relations-banner .bg-img {
  height: 0;
  padding-top: 62.05128%;
  position: relative;
}
.page-banner.investor-relations-banner .enquire-btn {
  bottom: auto;
  top: 36px;
  right: -90px;
}
@media only screen and (max-width: 1199px) {
  .page-banner.investor-relations-banner .enquire-btn {
    top: 0;
    right: 0;
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 767px) {
  .page-banner.investor-relations-banner .enquire-btn {
    top: -20px;
    right: -20px;
  }
}
.page-banner.investor-relations-banner .investor-banner-image {
  opacity: 0;
}
.page-banner.investor-relations-banner .main-container {
  position: relative;
  display: block;
  padding-top: 200px;
}
.page-banner.investor-relations-banner .main-container ol.breadcrumb {
  top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-banner.investor-relations-banner .main-container ol.breadcrumb {
    top: 0;
    left: 0;
  }
}
.page-banner.investor-relations-banner .main-container .split-lines {
  display: inline-block !important;
  vertical-align: middle;
}
.page-banner.investor-relations-banner
  .main-container
  .split-lines:first-child {
  margin-right: 30px;
}
.page-banner.investor-relations-banner .main-container h1 {
  line-height: 0.9;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-banner.investor-relations-banner .main-container h1 {
    padding: 0;
    margin-bottom: 70px;
  }
}
.page-banner.career-banner {
  height: auto;
}
.is-mobile .page-banner.career-banner {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .page-banner.career-banner {
    margin-bottom: 0;
  }
}
.page-banner.career-banner .main-container {
  position: relative;
  display: block;
  margin-bottom: 240px;
  padding-top: 200px;
}
.page-banner.career-banner .main-container ol.breadcrumb {
  top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-banner.career-banner .main-container ol.breadcrumb {
    top: 0;
    left: 20px;
  }
}
.is-mobile .page-banner.career-banner .main-container {
  margin-bottom: 330px;
}
@media only screen and (max-width: 500px) {
  .is-mobile .page-banner.career-banner .main-container {
    margin-bottom: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner.career-banner .main-container {
    padding-top: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner.career-banner .main-container .breadcrumb {
    position: relative;
    top: 0;
    margin-top: 0;
  }
}
.is-mobile .page-banner.career-banner .main-container h1,
.page-banner.career-banner .main-container h1 {
  margin-bottom: 50px;
}
.page-banner.career-banner .main-container .desc {
  opacity: 0;
}
.page-banner.career-banner .main-container p {
  max-width: 500px;
  margin-left: 14%;
}
@media only screen and (max-width: 1299px) {
  .page-banner.career-banner .main-container p {
    max-width: 400px;
  }
}
.is-mobile .page-banner.career-banner .main-container p {
  margin-left: 0;
  max-width: none;
}
.page-banner.career-banner .main-container .left-text {
  position: absolute;
  max-width: none;
  opacity: 0;
  margin: 0;
  transform: rotate(90deg);
  left: -80px;
  bottom: -40px;
  font-size: 2rem;
  line-height: 1.4375;
  color: #000;
}
@media only screen and (max-width: 1299px) {
  .page-banner.career-banner .main-container .left-text {
    bottom: 16px;
  }
}
.is-mobile .page-banner.career-banner .main-container .left-text {
  position: relative;
  bottom: 0;
  left: 0;
  transform: none;
}
.page-banner.career-banner .image-wrapper {
  position: relative;
  height: 70vh;
  opacity: 0;
}
.is-mobile .page-banner.career-banner .image-wrapper {
  height: 40vh;
}
@media only screen and (max-width: 500px) {
  .is-mobile .page-banner.career-banner .image-wrapper {
    height: 190px;
    margin-top: 156px;
  }
}
.page-banner.career-banner .image-wrapper .bg-img {
  position: absolute;
  height: 0;
}
.page-banner.career-banner .image-wrapper .bg-img:first-child {
  padding-top: 38.4%;
  width: 43.2%;
  left: 0;
}
.page-banner.career-banner .image-wrapper .bg-img:nth-child(2) {
  padding-top: 47.3%;
  width: 31.5%;
  left: 36%;
  z-index: 1;
  top: -31%;
}
.page-banner.career-banner .image-wrapper .bg-img:nth-child(3) {
  padding-top: 55.8%;
  width: 38.2%;
  right: 0;
  top: -61%;
}
.page-banner.career-detail-banner {
  height: auto;
}
.page-banner.career-detail-banner .main-container {
  position: relative;
  display: block;
  padding-top: 200px;
}
.page-banner.career-detail-banner .main-container ol.breadcrumb {
  top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-banner.career-detail-banner .main-container ol.breadcrumb {
    top: 0;
    left: 20px;
  }
}
.page-banner.career-detail-banner .main-container h1 {
  color: #000;
  margin-bottom: 83px;
}
@media only screen and (max-width: 767px) {
  .page-banner.career-detail-banner .main-container h1 {
    padding: 0;
    margin-bottom: 35px;
  }
}
.page-banner.career-detail-banner .main-container p {
  color: #003366;
  font-weight: 700;
}
.page-banner.career-detail-banner .share-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 48px;
}
.page-banner.career-detail-banner .share-links ul {
  display: flex;
  align-items: center;
  padding-left: 30px;
  list-style-type: none;
}
.page-banner.career-detail-banner .share-links ul li {
  margin-right: 20px;
}
.page-banner.career-detail-banner .share-links ul li:last-child {
  margin-right: 0;
}
.page-banner.career-detail-banner .share-links ul li a {
  color: #003366;
  transition: all 0.3s ease;
}
.page-banner.career-detail-banner .share-links ul li a:hover {
  color: #000;
}
.page-banner.career-detail-banner .bg-img {
  padding-top: 62.05128%;
  height: 0;
}
.page-banner + .mobile-only {
  padding-top: 60px;
}
.page-banner + .mobile-only + .intro-content-block,
.page-banner + .mobile-only + div {
  padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .page-banner + .mobile-only {
    padding-top: 50px;
  }
}
.page-template-property .page-banner .bg-img {
  background-position: bottom;
}
.page-template-property .page-banner .main-container h1 .split-lines {
  display: inline-block !important;
  vertical-align: middle;
  padding-inline-start: 12px;
}
@media only screen and (max-width: 767px) {
  .page-template-property .page-banner .main-container h1 .split-lines {
    padding-inline-start: 0;
  }
}
.page-template-property .page-banner.rotanaBanner .bg-img {
  background-position: top;
}
.page-template-unit .page-banner .main-container h1 .split-lines {
  display: inline-block !important;
  vertical-align: middle;
  padding-inline-start: 12px;
}
@media only screen and (max-width: 767px) {
  .page-template-unit .page-banner .main-container h1 .split-lines {
    padding-inline-start: 0;
  }
}
@media only screen and (max-width: 767px) {
  .communities-page .page-banner .main-container h1,
  .construction-page .page-banner .main-container h1 {
    padding: 0 20px;
  }
}
.communities-page .page-banner .main-container h1 .split-lines,
.construction-page .page-banner .main-container h1 .split-lines {
  display: inline-block !important;
  vertical-align: middle;
}
.page-template-news .page-banner {
  height: 60vh;
}
@media only screen and (max-width: 767px) {
  .page-template-news .page-banner {
    height: calc(100vh - 76px);
  }
}
.page-template-news .page-banner,
.page-template-press-releases .page-banner,
.page-template-terms .page-banner,
.press-releases-page .page-banner {
  height: auto;
}
.page-template-news .page-banner .main-container,
.page-template-press-releases .page-banner .main-container,
.page-template-terms .page-banner .main-container,
.press-releases-page .page-banner .main-container {
  padding: 80px 0;
  position: relative;
}
.page-template-news .page-banner .main-container .breadcrumb,
.page-template-press-releases .page-banner .main-container .breadcrumb,
.page-template-terms .page-banner .main-container .breadcrumb,
.press-releases-page .page-banner .main-container .breadcrumb {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.page-template-news .page-banner .main-container .split-lines,
.page-template-press-releases .page-banner .main-container .split-lines,
.page-template-terms .page-banner .main-container .split-lines,
.press-releases-page .page-banner .main-container .split-lines {
  display: inline-block !important;
  vertical-align: middle;
}
.page-template-news .page-banner .main-container .split-lines:first-child,
.page-template-press-releases
  .page-banner
  .main-container
  .split-lines:first-child,
.page-template-terms .page-banner .main-container .split-lines:first-child,
.press-releases-page .page-banner .main-container .split-lines:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .page-template-news .page-banner .main-container .split-lines:first-child,
  .page-template-press-releases
    .page-banner
    .main-container
    .split-lines:first-child,
  .page-template-terms .page-banner .main-container .split-lines:first-child,
  .press-releases-page .page-banner .main-container .split-lines:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-news .page-banner,
  .page-template-press-releases .page-banner,
  .page-template-terms .page-banner,
  .press-releases-page .page-banner {
    height: auto;
  }
  .page-template-news .page-banner .main-container,
  .page-template-press-releases .page-banner .main-container,
  .page-template-terms .page-banner .main-container,
  .press-releases-page .page-banner .main-container {
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 40px;
  }
  .page-template-news .page-banner .main-container ol.breadcrumb,
  .page-template-press-releases .page-banner .main-container ol.breadcrumb,
  .page-template-terms .page-banner .main-container ol.breadcrumb,
  .press-releases-page .page-banner .main-container ol.breadcrumb {
    top: 0;
    margin-top: 20px;
    position: relative;
  }
}
.page-template-construction-update-detail .page-banner .main-container h1,
.page-template-our-communities-detail .page-banner .main-container h1 {
  line-height: normal;
}
.enquire-btn,
.play-btn {
  width: 183px;
  height: 183px;
  background-color: #003366;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 135px;
  right: 65px;
  transition: all 0.3s ease;
  opacity: 0;
}
@media only screen and (max-height: 800px) {
  .enquire-btn,
  .play-btn {
    bottom: 38px;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 991px) {
  .enquire-btn,
  .play-btn {
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .enquire-btn,
  .play-btn {
    bottom: 20px;
    right: 0;
  }
  .enquire-btn .h5,
  .play-btn .h5 {
    font-size: 30px;
  }
}
.enquire-btn i,
.play-btn i {
  font-size: 35px;
  color: #f8f5eb;
}
.enquire-btn span,
.play-btn span {
  color: #f8f5eb;
}
.enquire-btn:hover,
.play-btn:hover {
  background-color: #000;
}
.enquire-btn {
  z-index: 1;
}
@media only screen and (max-height: 800px) {
  .enquire-btn {
    bottom: -24px;
  }
}
.play-btn {
  z-index: 1;
  right: auto;
  left: 65px;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    left: 20px;
  }
}
.play-btn i {
  font-size: 19px;
}
.page-template-available-units .page-banner,
.page-template-contact .page-banner {
  height: auto;
  position: relative;
  background-color: #f0ead8;
}
.page-template-available-units .page-banner .main-container,
.page-template-contact .page-banner .main-container {
  position: relative;
  display: block;
}
.page-template-available-units .page-banner .main-container h1,
.page-template-contact .page-banner .main-container h1 {
  color: #000;
  padding-inline: 20px;
}
.page-template-available-units
  .page-banner
  .main-container
  h1
  .split-lines
  > div,
.page-template-contact .page-banner .main-container h1 .split-lines > div {
  display: inline-block !important;
  vertical-align: middle;
}
.page-template-available-units .page-banner .main-container ol.breadcrumb,
.page-template-contact .page-banner .main-container ol.breadcrumb {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 80px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-template-available-units .page-banner .main-container ol.breadcrumb,
  .page-template-contact .page-banner .main-container ol.breadcrumb {
    padding: 14px 0;
    margin-bottom: 25px;
  }
}
.page-template-contact .page-banner .main-container {
  padding: 80px 0 50px;
  position: relative;
}
.page-template-contact .page-banner .main-container ol.breadcrumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding-block: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-contact .page-banner {
    height: auto;
  }
  .page-template-contact .page-banner .main-container {
    display: block;
    position: relative;
    padding: 20px 0 0;
  }
  .page-template-contact .page-banner .main-container ol.breadcrumb {
    top: 0;
    margin-top: 20px;
    position: relative;
  }
}
.property-page .page-banner .main-container .breadcrumb,
.unit-page .page-banner .main-container .breadcrumb {
  z-index: 10;
}
.unit-banner-title-wrapper {
  width: 100%;
}
.unit-banner-title-wrapper.with-form {
  margin-top: -160px;
}
.is-mobile .unit-banner-title-wrapper.with-form {
  margin-top: 0;
}
.unit-banner-title-wrapper h1 {
  text-transform: capitalize;
}
.unit-banner-title-wrapper p {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  color: #f8f5eb;
}
.page-template-leasing .page-banner {
  background: #efeada;
}
.page-template-leasing .page-banner .breadcrumb li,
.page-template-leasing .page-banner .breadcrumb li:before,
.page-template-leasing .page-banner .breadcrumb li a,
.page-template-leasing .page-banner .main-container h1 {
  color: #000;
}
.page-template-leasing .page-banner .main-container h1 .split-lines > div {
  display: inline-block !important;
  vertical-align: middle;
}
.banner__button_wrapper {
  margin-top: 56px;
}
.win-os .page-banner:not(.press-detail-banner) .main-container h1 .split-lines {
  padding-bottom: 30px;
}
.win-os .page-banner.press-detail-banner .share-links ul li a .icon-LinkedIn {
  margin-top: 4px;
}
.win-os .page-banner.press-detail-banner .main-container h1 .split-lines {
  padding-bottom: 10px;
}
ol.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  text-align: right;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  z-index: 1;
}
@media only screen and (max-height: 800px) and (min-width: 1024px) {
  ol.breadcrumb {
    margin-top: 30px;
  }
}
ol.breadcrumb li {
  font-size: 1rem;
  line-height: 2.125;
}
ol.breadcrumb li a {
  color: #f8f5eb;
  transition: all 0.3s ease;
}
ol.breadcrumb li a:hover {
  color: #003366;
}
ol.breadcrumb > .active,
ol.breadcrumb > li + li:before {
  color: #f8f5eb;
}
.enquiry-popup-wrapper .mfp-content {
  width: 80%;
  max-width: 870px;
  background: #f8f5eb;
  max-height: 95vh;
  padding: 65px 50px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-height: 760px) {
  .enquiry-popup-wrapper .mfp-content {
    padding: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .enquiry-popup-wrapper .mfp-content {
    height: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  .enquiry-popup-wrapper .mfp-content {
    width: 97%;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry-popup-wrapper .mfp-content {
    padding: 70px 20px;
  }
}
@media only screen and (max-height: 760px) {
  .enquiry-popup-wrapper .mfp-content .mfp-close {
    top: 13px;
  }
}
.enquiry-popup-wrapper .mfp-content h4 {
  margin-top: 0;
  color: #003366;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-height: 760px) {
  .enquiry-popup-wrapper .mfp-content h4 {
    font-size: 24px;
  }
}
.enquiry-popup-wrapper .mfp-content .formidable .element {
  margin-bottom: 20px;
}
.enquiry-popup-wrapper
  .mfp-content
  .formidable
  .element
  input:not([type="submit"]),
.enquiry-popup-wrapper .mfp-content .formidable .element textarea {
  line-height: 40px;
}
.enquiry-popup-wrapper .mfp-content .formidable .element label {
  top: 12px;
}
.enquiry-popup-wrapper .mfp-content .formidable .element.active label {
  top: -13px;
}
@media only screen and (max-height: 760px) {
  .enquiry-popup-wrapper .mfp-content .formidable .element {
    margin-bottom: 15px;
  }
  .enquiry-popup-wrapper .mfp-content .formidable .element textarea {
    min-height: 90px;
  }
}
.team-popup-wrapper {
  background: #f8f5eb;
}
.team-popup-wrapper .mfp-container {
  padding: 0;
}
.team-popup-wrapper .mfp-container .mfp-content {
  width: 100%;
  height: 100vh;
  background: #f8f5eb;
  padding: 119px 65px 0;
}
@media only screen and (max-width: 1399px) {
  .team-popup-wrapper .mfp-container .mfp-content {
    padding: 70px 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper .mfp-container .mfp-content {
    padding: 30px 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .team-popup-wrapper .mfp-container .mfp-content {
    padding-top: 80px;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure {
  display: flex;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  cursor: default;
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure {
    flex-direction: column;
    overflow: auto;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure:after {
  background: #f8f5eb;
  box-shadow: none;
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-close {
  font-size: 0;
  width: 40px;
  right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-close {
    width: 60px;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-close:after,
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  background-color: #003366;
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-img {
  display: none;
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title {
    padding-right: 0;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title .bg-img {
  width: 30%;
  margin-bottom: 120px;
  flex-shrink: 0;
  background-position: 50%;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper
    .mfp-container
    .mfp-content
    .mfp-figure
    .mfp-title
    .bg-img {
    width: 300px;
    height: 430px;
    margin: auto;
  }
}
.team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-title
  .content-wrapper {
  width: 70%;
  padding: 0 0 0 65px;
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper
    .mfp-container
    .mfp-content
    .mfp-figure
    .mfp-title
    .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title h2 {
  color: #003366;
}
@media only screen and (max-width: 1399px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-height: 800px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title h2 {
    font-size: 60px;
  }
}
.team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-title
  p.position {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.875rem;
}
@media only screen and (max-width: 1399px) {
  .team-popup-wrapper
    .mfp-container
    .mfp-content
    .mfp-figure
    .mfp-title
    p.position {
    margin-bottom: 5px;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title .desc {
  height: 55vh;
  overflow: auto;
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title .desc {
    height: calc(100vh - 720px);
  }
}
@media only screen and (max-width: 767px) {
  .team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title .desc {
    height: 100%;
    overflow: visible;
  }
}
.team-popup-wrapper .mfp-container .mfp-content .mfp-figure .mfp-title .desc p {
  color: #000;
  text-align: justify;
}
.team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-title
  .desc::-webkit-scrollbar {
  width: 20px;
}
.team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-title
  .desc::-webkit-scrollbar-track {
  box-shadow: none;
}
.team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-title
  .desc::-webkit-scrollbar-thumb {
  background-color: #003366;
  border: 8px solid #f8f5eb;
}
.team-popup-wrapper .mfp-container .mfp-counter {
  opacity: 0;
}
.team-popup-wrapper .mfp-container button.mfp-arrow {
  bottom: 90px;
  top: auto;
  width: 52px;
  height: 52px;
  border: 1px solid #003366;
  border-radius: 50%;
}
@media only screen and (max-height: 820px) {
  .team-popup-wrapper .mfp-container button.mfp-arrow {
    bottom: 50px;
  }
}
@media only screen and (min-height: 800px) {
  .team-popup-wrapper .mfp-container button.mfp-arrow {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-popup-wrapper .mfp-container button.mfp-arrow {
    display: none;
  }
}
.team-popup-wrapper .mfp-container button.mfp-arrow:before {
  content: "\E903";
  font-family: icomoon;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #003366;
  padding: 10px;
}
.team-popup-wrapper .mfp-container button.mfp-arrow:after {
  content: none;
}
.team-popup-wrapper .mfp-container button.mfp-arrow-left {
  left: 20%;
  transform: rotate(180deg);
}
.team-popup-wrapper .mfp-container button.mfp-arrow-right {
  left: 25%;
  right: auto;
}
.team-popup-wrapper.mfp-fadeSlide .mfp-figure {
  opacity: 1 !important;
}
.award-popup-wrapper .mfp-container {
  padding: 0;
}
.award-popup-wrapper .mfp-container .mfp-content {
  width: 100%;
  background: #f8f5eb;
  height: 100vh;
  overflow: auto;
  padding: 90px 100px 76px;
}
@media only screen and (max-width: 1199px) {
  .award-popup-wrapper .mfp-container .mfp-content {
    padding: 40px 20px 20px;
  }
}
.award-popup-wrapper .mfp-container .mfp-content::-webkit-scrollbar {
  width: 20px;
}
.award-popup-wrapper .mfp-container .mfp-content::-webkit-scrollbar-track {
  box-shadow: none;
}
.award-popup-wrapper .mfp-container .mfp-content::-webkit-scrollbar-thumb {
  background-color: #003366;
  border: 8px solid #f8f5eb;
}
.award-popup-wrapper .mfp-container .mfp-content .mfp-close {
  font-size: 0;
}
.award-popup-wrapper .mfp-container .mfp-content .mfp-close:after,
.award-popup-wrapper .mfp-container .mfp-content .mfp-close:before {
  background-color: #003366;
}
.award-popup-wrapper .mfp-container .mfp-content .h1 {
  color: #003366;
  font-size: 11.25rem;
}
@media only screen and (max-width: 1024px) {
  .award-popup-wrapper .mfp-container .mfp-content .h1 {
    font-size: 80px;
  }
}
.award-popup-wrapper .mfp-container .mfp-content h3 {
  margin-bottom: 15px;
}
.image-popup-wrapper .mfp-figure figure {
  background-color: #fff;
}
.image-popup-wrapper .mfp-close {
  font-size: 0;
  width: 40px;
  top: 0 !important;
  cursor: pointer !important;
}
.mfp-bg {
  background: #3d474f;
}
.mfp-close:active {
  top: 32px;
}
.mfp-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}
.mfp-close:hover {
  opacity: 0.8;
}
.mfp-close:after,
.mfp-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #000;
}
.mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close:after {
  transform: rotate(-45deg);
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(40px);
}
.mfp-iframe-scaler .mfp-close:after,
.mfp-iframe-scaler .mfp-close:before {
  content: none;
}
.mfp-iframe-holder .mfp-content {
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }
}
.popup-content-block {
  margin-bottom: 50px;
}
.popup-content-block .button-holder {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.popup-content-block.units-holder {
  padding-top: 40px;
}
.popup-content-block.units-holder ul {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .popup-content-block.units-holder {
    padding-top: 0;
  }
}
.popup-content-block .popper {
  position: relative;
}
@media only screen and (max-width: 540.98px) {
  .popup-content-block .popper.mobile-btn-out {
    margin-bottom: 113px;
  }
  .popup-content-block .popper.mobile-btn-out .btn-360 {
    bottom: -96px;
  }
}
.popup-content-block .popper * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-content-block .popper a {
  display: inline-block;
  z-index: 2;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-content-block .popper a.btn-360 {
  top: auto;
  transform: none;
  left: auto;
  margin-inline-start: 9.5%;
  bottom: 100px;
}
@media only screen and (max-width: 1024.98px) {
  .popup-content-block .popper a.btn-360 {
    margin-inline-start: 20px !important;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .popup-content-block .popper a.btn-360 {
    bottom: 40px;
  }
}
.popup-content-block .popper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mfp-holder .popup-content.iframe-wrapper {
  margin: 0 -8px;
}
.mfp-holder .popup-content.iframe-wrapper iframe {
  height: calc(100vh - 4px);
  width: 100%;
  border: none;
}
.mfp-holder .popup-content.iframe-wrapper div,
.mfp-holder .popup-content.iframe-wrapper p {
  margin: 0;
}
.mfp-holder .popup-content.iframe-wrapper div iframe,
.mfp-holder .popup-content.iframe-wrapper p iframe {
  height: calc(100vh - 5px);
}
.mfp-holder.white-popup-block {
  padding: 40px;
  max-width: 900px;
  width: 100%;
  margin: 40px auto;
  background-color: #f8f5eb;
}
.mfp-holder .popup-modal-dismiss {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 30px;
  right: 40px;
  border-radius: 4px;
}
.mfp-holder .popup-modal-dismiss:after,
.mfp-holder .popup-modal-dismiss:before {
  content: "";
  position: absolute;
  left: 9px;
  width: 22px;
  bottom: 18px;
  height: 2px;
  background-color: #c0c9db;
  transition: all 0.3s ease;
}
.mfp-holder .popup-modal-dismiss:before {
  transform: rotate(45deg);
}
.mfp-holder .popup-modal-dismiss:after {
  transform: rotate(-45deg);
}
.mfp-holder .popup-modal-dismiss:hover:after,
.mfp-holder .popup-modal-dismiss:hover:before {
  background-color: #fff;
}
@media only screen and (max-width: 1024.98px) {
  .mfp-holder .popup-modal-dismiss {
    top: 20px;
    right: 20px;
  }
}
.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100vh !important;
}
.mfp-wrap,
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  height: 46px;
  transition: all 0.3s ease;
  background: transparent;
  outline: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1.25rem;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  opacity: 0.5;
  line-height: 36px;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow
  b,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(50, 54, 61, 0.5019607843137255) transparent transparent;
  border-width: 7px 6px 0;
  margin-left: -20px;
  margin-top: 1px;
  transition: all 0.3s ease;
}
.select2-container--default .select2-results > .select2-results__options {
  display: flex;
  flex-direction: column;
}
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: transparent;
  color: #000;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent rgba(50, 54, 61, 0.5019607843137255);
  border-width: 0 6px 7px;
}
.select2-container--default .select2-results__option--selectable {
  font-size: 1.125rem;
  line-height: 1.27778;
  color: #f8f5eb;
  padding: 10px 20px;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.select2-container--default
  .select2-results__option--selectable.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selectable:hover {
  background-color: #003366;
  color: #000;
}
.select2-container--default
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #f8f5eb !important;
  color: #003366 !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.select2-results__options::-webkit-scrollbar {
  width: 11px;
}
.select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #f8f5eb;
  border: 4px solid #003366;
}
.select2-container--open .select2-dropdown {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(50, 54, 61, 0.0784313725490196);
}
.select2-container--open .select2-dropdown .select2-search--dropdown {
  padding: 4px 20px;
}
.select2-container--open .select2-dropdown .select2-search--dropdown input {
  color: #000;
  border: 0;
  border-bottom: 2px solid #000;
}
.select2-container--open .select2-dropdown .select2-results ul {
  padding: 0;
  background-color: #003366;
  box-shadow: 5px 9px 15px 3px rgba(0, 0, 0, 0.25882352941176473);
}
.safari .select2-container--default .select2-results__option--selectable {
  margin-bottom: 5px;
}
.win-os .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #f8f5eb;
}
.range-slider-wrapper {
  padding-top: 30px;
}
#clear-btn {
  margin-left: 15px;
}
.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  background: #f8f5eb;
  border-radius: 50%;
  box-shadow: none;
  top: -7px;
  border: 0;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  content: none;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  top: -30px;
}
.noUi-target {
  border: none;
  width: 200px;
}
.noUi-horizontal {
  height: 2px;
  margin: 10px 55px 40px 30px;
}
.noUi-horizontal .noUi-tooltip {
  top: 20px;
  border: 0;
  padding: 0 10px;
  bottom: auto;
  background: transparent;
  color: #f8f5eb;
}
.noUi-connects {
  background-color: #f8f5eb;
}
.noUi-connect {
  background-color: transparent;
}
body.page-arabic,
body.page-arabic header.header {
  direction: rtl;
}
body.page-arabic header.header .header-wrapper .logo {
  margin-right: 0;
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  body.page-arabic header.header .header-wrapper .logo {
    margin-left: 0;
  }
}
body.page-arabic
  header.header
  .header-wrapper
  .main-nav
  ul
  li.has-dropdown:after {
  left: -13px;
  right: auto;
}
body.page-arabic
  header.header
  .header-wrapper
  .main-nav
  ul
  li
  .dropdown-container {
  left: auto;
  right: -30px;
}
body.page-arabic header.header .header-wrapper ul li {
  margin-right: 0;
  margin-left: 30px;
}
body.page-arabic header.header .header-wrapper ul li.has-dropdown {
  margin-right: 0;
  margin-left: 40px;
}
@media only screen and (max-width: 1399px) {
  body.page-arabic header.header .header-wrapper ul li {
    margin-right: 0;
    margin-left: 20px;
  }
  body.page-arabic header.header .header-wrapper ul li.has-dropdown {
    margin-right: 0;
    margin-left: 30px;
  }
}
body.page-arabic
  header.header
  .header-wrapper
  ul.side-nav
  li:nth-last-child(2) {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  body.page-arabic
    header.header
    .header-wrapper
    ul.side-nav
    li:nth-last-child(2) {
    margin-left: 15px;
  }
}
body.page-arabic header.header .header-wrapper ul.side-nav li:last-child {
  margin-left: 0;
}
body.page-arabic .nav-menu .link-wrapper {
  padding-right: 8%;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic .nav-menu .link-wrapper {
    padding-right: 20px;
  }
}
body.page-arabic .nav-menu .link-wrapper ul li .arrow {
  right: auto;
  left: 20px;
}
body.page-arabic .nav-menu .link-wrapper ul li .dropdown-container {
  display: none;
}
body.page-arabic .nav-menu .link-wrapper ul li .dropdown-container ul {
  padding-right: 20px;
  padding-left: 0;
}
body.page-arabic .nav-menu .link-wrapper ul li a {
  line-height: 1.3;
}
body.page-arabic .nav-menu .link-wrapper ul li a span {
  padding-right: 0;
}
body.page-arabic .nav-menu .link-wrapper ul li a:hover span {
  padding-right: 30px;
}
body.page-arabic .footer-wrap .footer-container .social-links p {
  margin-right: 0;
  margin-left: 15px;
}
body.page-arabic .footer-wrap .footer-container .footer-right {
  right: auto;
  left: 70px;
}
body.page-arabic .footer-wrap .footer-container .footer-right p:first-child {
  margin-right: 0;
  margin-left: 15px;
}
body.page-arabic .footer-wrap .footer-container .footer-links .extra-links {
  margin-right: 15%;
  margin-left: 0;
}
@media only screen and (max-width: 1370px) {
  body.page-arabic .footer-wrap .footer-container .footer-links .extra-links {
    margin-right: 15%;
  }
}
@media only screen and (max-width: 1290px) {
  body.page-arabic .footer-wrap .footer-container .footer-links .extra-links {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1220px) {
  body.page-arabic .footer-wrap .footer-container .footer-links .extra-links {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  body.page-arabic .footer-wrap .footer-container .footer-links .extra-links {
    margin-right: 30px;
  }
}
body.page-arabic .footer-wrap .footer-container .footer-links .extra-links ul {
  margin-left: 0;
}
body.page-arabic .footer-container {
  direction: rtl;
}
body.page-arabic .footer-container .footer-links ul:first-child {
  margin-left: 20%;
  margin-right: 0;
}
@media only screen and (max-width: 1370px) {
  body.page-arabic .footer-container .footer-links ul:first-child {
    margin-left: 15%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1299px) {
  body.page-arabic .footer-container .footer-links ul:first-child {
    margin-left: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1220px) {
  body.page-arabic .footer-container .footer-links ul:first-child {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  body.page-arabic .footer-container .footer-links ul:first-child {
    margin-left: 30px;
    margin-right: 0;
  }
}
body.page-arabic .footer-container .footer-links .extra-links p a:first-child {
  padding-left: 10px;
  padding-right: 0;
  margin-left: 20%;
  margin-right: 0;
}
@media only screen and (max-width: 1370px) {
  body.page-arabic
    .footer-container
    .footer-links
    .extra-links
    p
    a:first-child {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 1290px) {
  body.page-arabic
    .footer-container
    .footer-links
    .extra-links
    p
    a:first-child {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1220px) {
  body.page-arabic
    .footer-container
    .footer-links
    .extra-links
    p
    a:first-child {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  body.page-arabic
    .footer-container
    .footer-links
    .extra-links
    p
    a:first-child {
    margin-left: 30px;
  }
}
body.page-arabic
  .footer-container
  .formidable
  form
  .formidable_row:first-of-type
  .formidable_column {
  padding: 10px 30px 10px 0;
}
body.page-arabic .footer-container .formidable form .formidable_row .buttons {
  width: 100%;
}
body.page-arabic
  .footer-container
  .formidable
  form
  .formidable_row
  .buttons
  input {
  text-align: center;
}
body.page-arabic
  .footer-container
  .formidable
  form
  .formidable_row
  .buttons:before {
  content: none;
}
body.page-arabic .footer-container .email-wrapper .logo-wrapper .logo {
  margin-right: 0;
  margin-left: 10px;
}
body.page-arabic .footer-container .email-wrapper .logo-wrapper .logo svg path {
  fill: #fff;
}
body.page-arabic .footer-extra .footer-text {
  direction: ltr;
}
body.page-arabic .footer-extra .scaled-logo svg {
  transform: scale(7.5) translateX(-5.7vw);
}
body.page-arabic .btn-arrow {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
body.page-arabic .btn-arrow:after {
  content: none;
}
body.page-arabic .btn-arrow:before {
  font-family: icomoon;
  content: "\E90A";
  padding-left: 16px;
  font-size: 14px;
  transform: scaleX(-1);
}
body.page-arabic .btn.btn-360:before {
  width: 30px;
  height: 30px;
  top: 12px;
}
body.page-arabic .formidable .element label {
  left: auto;
  right: 0;
}
body.page-arabic .formidable .element .buttons {
  width: 222px;
}
body.page-arabic .formidable .element .buttons:after {
  content: none;
}
body.page-arabic .formidable .element .buttons:before {
  font-family: icomoon;
  content: "\E90A";
  padding-right: 3px;
  font-size: 14px;
  position: absolute;
  left: 30px;
  top: 17px;
  color: #f8f5eb;
  pointer-events: none;
  transform: rotateY(180deg);
}
body.page-arabic .formidable .element .buttons input {
  text-align: right;
}
body.page-arabic .formidable .formidable_row .width-6:first-child {
  margin-right: 0;
}
body.page-arabic .formidable .formidable_row .width-6:last-child {
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  body.page-arabic .formidable .formidable_row .width-6:last-child {
    margin-left: 0;
  }
}
body.page-arabic
  .formidable
  .select2-container--default
  .select2-selection--single {
  justify-content: flex-end;
}
body.page-arabic
  .formidable
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
}
body.page-arabic .swiper-navigation {
  flex-direction: row-reverse;
}
body.page-arabic .intl-tel-input .selected-flag .iti-arrow {
  margin-left: 0;
  margin-right: 6px;
}
body.page-arabic .intl-tel-input .country-list .country {
  text-align: right;
}
body.page-arabic .intl-tel-input .country-list .country .flag-box {
  margin-right: 0;
  margin-left: 6px;
}
body.page-arabic .intl-tel-input.allow-dropdown .flag-container {
  left: auto;
  right: 0;
}
body.page-arabic .intl-tel-input.allow-dropdown input {
  padding-left: 6px;
  padding-right: 110px;
  text-align: right;
}
body.page-arabic .mfp-close {
  left: 32px;
  right: auto;
}
body.page-arabic .btn.btn-360:before {
  left: auto;
  right: 22px;
}
body.page-arabic .mfp-holder .popup-modal-dismiss {
  right: auto;
  left: 40px;
}
body.page-arabic .formidable .file_upload {
  width: 236px;
  padding: 10px 0 10px 21px;
}
body.page-arabic .formidable .file_upload .dz-clickable {
  padding: 6px 20px;
}
body.page-arabic .formidable .file_upload .dz-clickable:after {
  content: "\625\631\641\627\642   \627\644\633\64A\631\629   \627\644\630\627\62A\64A\629";
  width: 132px;
}
body.page-arabic .cursor .icon {
  transform: scaleX(-1);
}
body.page-arabic .enquire-btn span {
  text-align: center;
}
body.page-arabic .home-filters-wrapper {
  direction: rtl;
}
body.page-arabic .home-filters-wrapper .heading .plus {
  left: 15px;
  right: auto;
}
body.page-arabic .home-filters-wrapper .col {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-arabic .home-filters-wrapper .col:last-child {
  border-left: 0;
}
body.page-arabic .home-info-block {
  padding-top: 74px;
}
body.page-arabic .home-info-block .content-wrapper {
  text-align: right;
}
body.page-arabic .home-info-block .content-wrapper p {
  padding-right: 0;
  padding-left: 9%;
}
body.page-arabic .home-info-block .moving-text {
  justify-content: center;
}
body.page-arabic .home-info-block .moving-text h2 {
  font-size: 20.1875rem;
  line-height: 1.02167;
}
body.page-arabic
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: right;
}
body.page-arabic
  .select2-container.select2-container--default
  .select2-selection__arrow {
  right: auto;
  left: 1px;
}
body.page-arabic
  .select2-container.select2-container--open
  .select2-dropdown
  .select2-results
  ul {
  direction: rtl;
}
body.page-arabic .portfolio-list .portfolio-item-wrapper {
  text-align: right;
}
body.page-arabic
  .portfolio-list
  .portfolio-item-wrapper
  .portfolio-item
  .portfolio-caption
  .h4 {
  margin-left: auto;
}
body.page-arabic .our-story .img-title-wrapper .title-wrapper h2:last-child {
  right: 90%;
  left: auto;
}
@media only screen and (min-width: 1700px) {
  body.page-arabic .our-story .img-title-wrapper .title-wrapper h2:last-child {
    right: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body.page-arabic .our-story .img-title-wrapper .title-wrapper h2:last-child {
    right: 75%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic .our-story .img-title-wrapper .title-wrapper h2:last-child {
    right: 87%;
  }
}
body.page-arabic .our-story .year-wrapper p {
  margin: 0 0 0 70px;
}
body.page-arabic .enquiry-popup-wrapper .mfp-content {
  text-align: right;
}
body.page-arabic
  .team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-close {
  right: auto;
  left: 30px;
}
body.page-arabic
  .team-popup-wrapper
  .mfp-container
  .mfp-content
  .mfp-figure
  .mfp-title
  .content-wrapper {
  padding: 0 65px 0 0;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  body.page-arabic
    .team-popup-wrapper
    .mfp-container
    .mfp-content
    .mfp-figure
    .mfp-title
    .content-wrapper {
    padding: 0;
  }
}
body.page-arabic .team-popup-wrapper .mfp-container button.mfp-arrow:before {
  padding: 39px 12px;
  transform: rotate(180deg);
}
body.page-arabic .team-popup-wrapper .mfp-container button.mfp-arrow-left {
  right: 23%;
  left: auto;
}
body.page-arabic .team-popup-wrapper .mfp-container button.mfp-arrow-right {
  right: 28%;
}
body.page-arabic .award-popup-wrapper .mfp-container .mfp-content {
  text-align: right;
}
body.page-arabic .properties-list .each-project h3 {
  margin: 20px 0;
}
body.page-arabic .properties-list .each-project .info-wrapper .info i {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .properties-list .each-project .info-wrapper .info i {
    margin-left: 12px;
  }
}
body.page-arabic .available-units-wrapper .unit .price {
  left: auto;
  right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
body.page-arabic .available-units-wrapper .unit .price i {
  margin-right: 0;
  margin-left: 15px;
}
body.page-arabic .available-units-wrapper .unit .info-wrapper .info i,
body.page-arabic
  .available-units-wrapper
  .unit
  .info-wrapper
  .info
  i.icon-accomodation {
  margin-right: 0;
  margin-left: 5px;
}
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column {
  float: right;
}
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2,
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2 {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2.last,
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2:last-child,
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2.last,
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2:last-child {
  border-left: 0;
}
body.page-arabic
  .horizontal-form
  .formidable
  .formidable_row
  .formidable_column
  .buttons {
  margin-right: 26px;
  margin-left: 0;
}
body.page-arabic .property-intro .property-info .info i {
  margin-left: 16px;
  margin-right: 0;
}
body.page-arabic .property-description p {
  font-weight: 400 !important;
}
body.page-arabic
  .page-template-property
  .page-banner
  .main-container
  h1
  .split-lines
  > div {
  display: inline-block !important;
}
body.page-arabic .available-units-title-wrapper .swiper-navigation {
  margin-right: 0;
  margin-left: 30px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  body.page-arabic .available-units-title-wrapper .available-units-title {
    margin-bottom: 20px;
  }
}
body.page-arabic .interested-in .button-wrapper a:nth-child(2) {
  margin-right: 32px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .interested-in .button-wrapper a:nth-child(2) {
    margin-right: 0;
  }
}
body.page-arabic .enquire-btn-container {
  left: 50px;
  right: auto;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .enquire-btn-container {
    left: 0;
  }
}
body.page-arabic .two-images-moving-text .image-one h2 {
  left: auto;
  right: 90%;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .two-images-moving-text .image-one h2 {
    left: 0;
  }
}
body.page-arabic .two-images-moving-text .image-two .custom-container {
  padding-left: 0;
  padding-right: 9.5%;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic .two-images-moving-text .image-two .custom-container {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  body.page-arabic .two-images-moving-text .image-two .custom-container {
    padding-left: 20px;
  }
}
body.page-arabic .two-images-moving-text .image-two h2 {
  right: -50%;
  left: auto;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .two-images-moving-text .image-two h2 {
    right: 0;
  }
}
body.page-arabic .page-banner .main-container h1 {
  line-height: normal;
}
body.page-arabic .page-banner .main-container .breadcrumb {
  text-align: right;
  right: 20px;
  left: auto;
}
body.page-arabic .page-banner.press-detail-banner .share-links {
  left: 100px;
  right: auto;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .page-banner.press-detail-banner .share-links {
    left: 20px;
  }
}
body.page-arabic .page-banner.press-detail-banner .share-links ul {
  padding-left: 0;
  padding-right: 30px;
}
body.page-arabic .page-banner.press-detail-banner .share-links ul li {
  margin-left: 20px;
  margin-right: 0;
}
body.page-arabic
  .page-banner.press-detail-banner
  .share-links
  ul
  li:last-child {
  margin-left: 0;
}
body.page-arabic .page-banner.career-banner .main-container p {
  margin-right: auto;
}
body.page-arabic .page-template-press-releases .page-banner .main-container h1 {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .page-template-press-releases
    .page-banner
    .main-container
    h1 {
    line-height: 1;
  }
}
body.page-arabic .news-image-slider .custom-container {
  padding-left: 0;
  padding-right: 9.5%;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic .news-image-slider .custom-container {
    padding-right: 20px;
  }
}
body.page-arabic form.career-form .button-wrapper {
  right: auto;
  left: 0;
}
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column {
  float: right;
}
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-3,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-4,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-3,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-4 {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-2:nth-child(2n),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-3:nth-child(2n),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-4:nth-child(2n),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-2:nth-child(2n),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-3:nth-child(2n),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-4:nth-child(2n) {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-2:nth-child(odd),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-3:nth-child(odd),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-4:nth-child(odd),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-2:nth-child(odd),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-3:nth-child(odd),
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-4:nth-child(odd) {
    border-left-width: 0;
  }
}
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2.last,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-3.last,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-4.last,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2.last,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-3.last,
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-4.last {
  border-left: 0;
}
body.page-arabic
  .contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column
  .buttons {
  margin-right: 26px;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic
    .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column
    .buttons {
    margin-right: 0;
  }
}
body.page-arabic .contact-horizontal-form h5 {
  margin-right: 0;
  margin-left: 16px;
}
body.page-arabic .home-info-block .moving-text {
  padding-left: 470px;
}
body.page-arabic .home-info-block .moving-text h2 {
  direction: rtl;
  overflow: initial;
  text-align: center;
  opacity: 1 !important;
}
@media only screen and (max-height: 900px) {
  body.page-arabic .home-info-block .moving-text h2 {
    font-size: 16.25rem;
  }
}
@media only screen and (max-height: 650px) {
  body.page-arabic .home-info-block .moving-text h2 {
    font-size: 13.125rem;
  }
}
@media only screen and (max-height: 730px) {
  body.page-arabic .home-info-block .moving-text h2 {
    font-size: 10.9375rem;
  }
}
body.page-arabic .home-info-block .moving-text h2:nth-child(2) {
  padding-left: 0;
}
body.page-arabic .home-info-block .moving-text h2 > div,
body.page-arabic .home-info-block .moving-text h2 > span {
  transform: none !important;
  opacity: 1 !important;
}
body.page-arabic:not(.is-mobile) {
  transform: none;
}
body.page-arabic .unit-plan h2 span {
  padding-left: 20px;
}
body.page-arabic .portfolio-list .portfolio-title {
  direction: rtl;
}
body.page-arabic .our-story .img-title-wrapper .title-wrapper h2 > div {
  direction: ltr;
}
@media only screen and (max-width: 991px) {
  body.page-arabic .our-story .desc-wrapper .swiper-slide .left ul li .h5 {
    padding-left: 40px;
    padding-right: 0;
  }
}
body.page-arabic
  .our-story
  .desc-wrapper
  .swiper-slide
  .left
  ul
  li
  .dropdown-icon {
  right: auto;
  left: 0;
}
body.page-arabic .payment-block .plan-detail .plan ol,
body.page-arabic .payment-block .plan-detail .plan ul {
  color: #000;
  text-align: right;
}
body.page-arabic .gallery .swiper-navigation {
  transform: rotate(180deg);
}
body.page-arabic .gallery .swiper-pagination {
  margin-left: 0;
  margin-right: 40px;
  direction: ltr;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .gallery .swiper-pagination {
    margin-right: 0;
  }
}
body.page-arabic .contact-details a {
  direction: ltr;
  display: block;
  text-align: right;
}
body.page-arabic .search-page .search-tabs .tab-wrapper li {
  margin-right: 0;
  margin-left: 40px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .search-page .search-tabs .tab-wrapper li {
    margin-left: 20px;
  }
}
body.page-arabic .community-block .property .bg-wrapper .tag-wrapper {
  left: auto;
  right: 20px;
}
body.page-arabic
  .community-block
  .property
  .bg-wrapper
  .tag-wrapper
  .tag:nth-child(2) {
  margin-left: 0;
  margin-right: 15px;
}
body.page-arabic .page-template-property .page-banner .main-container h1 {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .page-template-property
    .page-banner.small-font
    .main-container
    h1 {
    padding: 0 20px;
  }
}
body.page-arabic
  .page-template-property
  .page-banner.small-font
  .main-container
  h1
  .split-lines
  > div {
  display: inline-block !important;
}
body.page-arabic .link-with-img .link-container .link-wrapper a {
  padding: 50px 0 50px 100px;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .link-with-img .link-container .link-wrapper a {
    padding: 30px 0 30px 60px;
  }
}
body.page-arabic .link-with-img .link-container .link-wrapper .link-btn {
  right: auto;
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
body.page-arabic .content-block ul,
body.page-arabic .intro-content-block ul {
  padding-left: 0;
  padding-right: 20px;
}
body.page-arabic .image-content-block .custom-container:nth-child(2n) .row {
  flex-direction: row-reverse;
}
body.page-arabic .image-content-block .custom-container:nth-child(2n-1) .row {
  flex-direction: row;
}
body.page-arabic
  .image-content-block
  .row
  .education-slider
  .swiper-navigation {
  justify-content: flex-end;
}
body.page-arabic
  .image-content-block
  .row
  .education-slider
  .swiper-navigation
  > div.arrow-left {
  margin-right: 0;
  margin-left: 20px;
}
body.page-arabic
  .image-content-block
  .row
  .education-slider
  .swiper-navigation
  > div
  i {
  transform: rotate(180deg);
}
body.page-arabic
  .image-content-block
  .row
  .education-slider
  .swiper-pagination {
  left: 20px;
  right: auto;
}
body.page-arabic .image-content-block .row .content-wrapper h2 {
  line-height: 1;
}
body.page-arabic .filters-wrapper .filters .filters-inner-wrapper .col {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
}
body.page-arabic
  .filters-wrapper
  .filters
  .filters-inner-wrapper
  .col:last-child {
  border-left: 0;
}
@media only screen and (max-width: 1199px) {
  body.page-arabic
    .filters-wrapper
    .filters
    .filters-inner-wrapper
    .col:nth-child(2n) {
    border-left-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic .filters-wrapper .filters .filters-inner-wrapper .col {
    border-left: 0;
  }
}
body.page-arabic .press-filters div[class^="col-"] .tabs a {
  margin-right: 0;
  margin-left: 30px;
}
body.page-arabic.home-page:not(.is-mobile) {
  direction: ltr;
}
body.page-arabic.home-page
  header.header
  .container-fluid
  .header-wrapper
  .logo
  svg {
  transform: translateX(-42vw) translateY(97vh) scale(11.5);
}
@media only screen and (max-width: 1024px) {
  body.page-arabic.home-page
    header.header
    .container-fluid
    .header-wrapper
    .logo
    svg {
    transform: translateX(-44vw) translateY(88vh) scale(7);
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic.home-page
    header.header
    .container-fluid
    .header-wrapper
    .logo
    svg {
    transform: translateX(-32vw) translateY(89vh) scale(2.7);
  }
}
@media only screen and (min-width: 1600px) {
  body.page-arabic.home-page
    header.header
    .container-fluid
    .header-wrapper
    .logo
    svg {
    transform: translateX(-43vw) translateY(97vh) scale(14);
  }
}
@media only screen and (min-width: 2100px) {
  body.page-arabic.home-page
    header.header
    .container-fluid
    .header-wrapper
    .logo
    svg {
    transform: translateX(-43vw) translateY(97vh) scale(17);
  }
}
body.page-arabic.home-page.no-intro
  header.header
  .container-fluid
  .header-wrapper
  .logo
  svg {
  transform: none;
}
body.page-arabic .who-we-are-banner h1 {
  font-size: 13.8125rem;
  line-height: 1.35747;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic .who-we-are-banner h1 {
    line-height: 270px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic .who-we-are-banner h1 {
    line-height: 170px;
    font-size: 130px;
  }
}
body.page-arabic .who-we-are-banner h1 .line-1 {
  right: 35%;
}
body.page-arabic .who-we-are-banner h1 .line-2 {
  right: 45%;
  left: auto;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .who-we-are-banner h1 .line-2 {
    right: 15%;
  }
}
body.page-arabic .who-we-are-banner h1 .line-3 {
  right: 40%;
  left: auto;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .who-we-are-banner h1 .line-3 {
    right: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .page-template-available-units
    .page-banner
    .main-container
    ol.breadcrumb,
  body.page-arabic
    .page-template-contact
    .page-banner
    .main-container
    ol.breadcrumb {
    padding-left: 20px;
  }
}
body.page-arabic .page-not-found .logo-wrapper svg,
body.page-arabic .thank-you .logo-wrapper svg {
  transform: scale(7.5) translateX(-5.7vw);
}
@media only screen and (max-width: 767px) {
  body.page-arabic .community-block .property .info {
    align-items: center;
  }
}
body.page-arabic .community-block .property .info i {
  margin-left: 16px;
  margin-right: 0;
}
body.page-arabic.is-mobile .footer-container .links-wrapper svg path {
  fill: #fff;
}
body.page-arabic.is-mobile .footer-container .footer-links .extra-links {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic.is-mobile .footer-wrap .footer-container .footer-right {
    left: 0;
    padding: 20px 0 0;
  }
}
body.page-arabic.is-mobile .footer-extra .scaled-logo svg {
  transform: scale(5.5) translateX(-7.5vw);
}
@media only screen and (max-width: 991px) {
  body.page-arabic.is-mobile .footer-extra .scaled-logo svg {
    transform: scale(3.5) translateX(-10.5vw);
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic.is-mobile .footer-extra .scaled-logo svg {
    transform: scale(2) translateX(-11.5vw);
  }
}
body.page-arabic.is-mobile .portfolio-list {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  body.page-arabic.is-mobile .portfolio-list {
    padding-left: 20px;
  }
}
body.page-arabic.is-mobile .portfolio-list .portfolio-title {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
@media only screen and (max-width: 767px) {
  body.page-arabic.is-mobile .portfolio-list .portfolio-title {
    width: 100% !important;
  }
}
body.page-arabic.is-mobile .home-info-block .moving-text h2 {
  font-size: 12.5rem;
}
@media only screen and (max-width: 767px) {
  body.page-arabic.is-mobile .home-info-block .moving-text h2 {
    font-size: 110px;
  }
}
body.page-arabic.is-mobile .home-info-block .content-wrapper p {
  padding-right: 0;
  padding-left: 9px;
}
@media only screen and (max-width: 767px) {
  body.page-arabic.is-mobile .home-info-block .content-wrapper {
    padding-top: 110px;
  }
}
body.page-arabic.is-mobile .page-not-found .logo-wrapper svg,
body.page-arabic.is-mobile .thank-you .logo-wrapper svg {
  transform: scale(5.5) translateX(7.5vw);
}
@media only screen and (max-width: 991px) {
  body.page-arabic.is-mobile .page-not-found .logo-wrapper svg,
  body.page-arabic.is-mobile .thank-you .logo-wrapper svg {
    transform: scale(3.5) translateX(10.5vw);
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic.is-mobile .page-not-found .logo-wrapper svg,
  body.page-arabic.is-mobile .thank-you .logo-wrapper svg {
    transform: scale(2) translateX(11.5vw);
  }
}
body.page-arabic.is-mobile .enquire-btn-container .btn-wrapper {
  left: 0;
  right: auto;
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column
  > div
  .element {
  flex: 1 0 16%;
  margin-right: 0;
  margin-left: 15px;
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column
  > div
  .element:nth-child(5) {
  margin-right: 0;
  margin-left: 0;
  border-right: none;
  border-left: none !important;
}
@media only screen and (max-width: 1199px) {
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element {
    flex: 1 0 50%;
    max-width: 46%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0 10px 15px;
    border-left: none;
    margin-right: 0;
    margin-left: 20px;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(odd):after {
    content: "";
    right: unset;
    left: -10px;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(2n) {
    border-left: none;
    padding-left: 0;
    padding-right: 15px;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(5) {
    margin-right: 0;
    padding-left: 15px;
    margin-left: 10px;
    padding-right: 0;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element
    label {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element {
    margin-right: 0;
    padding: 10px 0 10px 15px;
    flex: 1 0 50%;
    max-width: 50%;
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
    margin-left: 0;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(2n) {
    border-left: none;
    padding-left: 0;
    padding-right: 15px;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element
    label {
    top: 0;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(odd):after {
    display: none;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(5) {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 10px;
    max-width: calc(50% - 15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(5):after {
    content: "";
    display: block;
    right: unset;
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element {
    flex: 1 0 100%;
    max-width: 100%;
    border-right: none;
    border-left: none;
    padding: 10px 0;
    margin: 0;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(2n) {
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(5) {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  body.page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    > div
    .element:nth-child(5):after {
    display: none;
  }
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column
  > div
  .element
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: 0;
}
body.page-arabic .page-template-leasing .contact-horizontal-form p {
  padding-left: 0;
  padding-right: 14.4px;
}
@media only screen and (max-width: 1024px) {
  body.page-arabic .page-template-leasing .contact-horizontal-form p {
    padding-left: 0;
    margin: 18px 0;
    padding-right: 0;
  }
}
body.page-arabic .page-template-leasing .contact-horizontal-form p:before {
  content: "";
  left: unset;
  right: 0;
}
body.page-arabic .page-template-leasing .leasing_note {
  padding: 11px 32px 11px 11px;
}
body.page-arabic .page-template-leasing .leasing_note:before {
  content: "\E910";
  left: auto;
  right: 0;
}
body.page-arabic .page-template-leasing .leasing_desc .small-font {
  color: #969696;
  font-size: 15px;
}
body.page-arabic .page-template-leasing .leasing_desc .column-one {
  max-width: 60%;
}
@media only screen and (max-width: 767.98px) {
  body.page-arabic .page-template-leasing .leasing_desc .column-one {
    max-width: 100%;
  }
}
body.page-arabic .page-template-leasing .leasing_desc .column-two {
  padding-left: 0;
  padding-right: 6%;
}
body.page-arabic .page-template-leasing .leasing_desc .column-two ul li {
  padding-left: 0;
  padding-right: 50px;
}
body.page-arabic
  .page-template-leasing
  .leasing_desc
  .column-two
  ul
  li.icon:before {
  left: auto;
  right: 0;
  position: absolute;
  transition: all 0.3s ease;
  color: #003366;
  top: 2px;
  width: 50px;
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
}
body.page-arabic
  .page-template-leasing
  .leasing_desc
  .column-two
  ul
  li.icon.office:before {
  left: auto;
  right: 7px;
}
body.page-arabic
  .page-template-leasing
  .leasing_desc
  .column-two
  ul
  li.icon.retail:before {
  content: "\E90E";
  top: -2px;
}
body.page-arabic
  .page-template-leasing
  .leasing_desc
  .column-two
  ul
  li.icon.location:before {
  content: "\E907";
  font-size: 27px;
  left: auto;
  right: 4px;
  top: -2px;
}
@media only screen and (max-width: 991.98px) {
  body.page-arabic .page-template-leasing .leasing_desc .column-two {
    padding-left: 0;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  body.page-arabic .page-template-leasing .leasing_desc .column-two {
    max-width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-arabic
  .page-template-leasing
  .property-list-wrapper
  .each-project
  .leasing_desc
  ul
  li {
  padding-left: 0;
  padding-right: 50px;
}
body.page-arabic
  .page-template-leasing
  .property-list-wrapper
  .each-project
  .leasing_desc
  ul
  li.icon:before {
  left: auto;
  right: 0;
  position: absolute;
  transition: all 0.3s ease;
  color: #003366;
  top: 2px;
  width: 50px;
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
}
body.page-arabic
  .page-template-leasing
  .property-list-wrapper
  .each-project
  .leasing_desc
  ul
  li.icon.office:before {
  left: auto;
  right: 7px;
}
body.page-arabic
  .page-template-leasing
  .property-list-wrapper
  .each-project
  .leasing_desc
  ul
  li.icon.retail:before {
  content: "\E90E";
  top: -2px;
}
body.page-arabic
  .page-template-leasing
  .property-list-wrapper
  .each-project
  .leasing_desc
  ul
  li.icon.location:before {
  content: "\E907";
  font-size: 27px;
  left: auto;
  right: 4px;
  top: -2px;
}
body.page-arabic
  .page-template-leasing
  .property-list-wrapper
  .each-project
  .leasing_buttons
  .link {
  margin-right: 0;
  margin-left: 15.04px;
}
@media only screen and (min-width: 1025px) {
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project
    .holder {
    padding: 15px 0 20px 20px;
  }
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project
    .leasing_desc {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .holder,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc {
    padding-right: 20px;
  }
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    .icon:before,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    a,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    div,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    h1,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    h2,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    h3,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    h4,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    h5,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    h6,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    li,
  body.page-arabic
    .page-template-leasing
    .property-list-wrapper
    .each-project:hover
    .leasing_desc
    p {
    color: #f8f5eb;
  }
}
body.page-arabic .objectives__block .arrow-div {
  transform: rotate(180deg);
}
body.page-arabic .camera-tabs ul#tabs-nav li {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  body.page-arabic .camera-tabs ul#tabs-nav li a {
    font-size: 11px;
  }
}
body.page-arabic
  .slider
  .swiper-container
  .swiper-scrollbar
  .swiper-scrollbar-drag:before {
  content: "";
  left: auto;
  right: -400px !important;
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .slider
    .swiper-container
    .swiper-scrollbar
    .swiper-scrollbar-drag:before {
    right: -315px !important;
  }
}
body.page-arabic
  .slider
  .swiper-container
  .swiper-scrollbar
  .swiper-scrollbar-drag:after {
  content: "";
  right: auto;
  left: -400px !important;
}
@media only screen and (max-width: 767px) {
  body.page-arabic
    .slider
    .swiper-container
    .swiper-scrollbar
    .swiper-scrollbar-drag:after {
    left: -315px !important;
  }
}
body.page-arabic .show-desktop {
  flex-direction: row-reverse;
}
body.page-arabic .portfolio-list .show-divider:after {
  right: auto;
  left: 0;
}
body.page-arabic .readMoreContainer .readMoreContainer-inner p {
  letter-spacing: 0;
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .button-wrapper
  .formidable_column
  .element.active {
  border-left: none;
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element.form-group
  label[for="email"] {
  display: none;
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element.form-group
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  margin-left: 0;
}
body.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element.form-group[data-formidable-type="email"][data-formidable-handle="email"] {
  border-right: none;
}
body.page-arabic
  .contact-horizontal-form
  form
  .formidable_column
  .element.active
  .buttons:before {
  font-size: 10px;
  top: 20px;
}
.home-info-block {
  padding-top: 110px;
  padding-left: 70px;
  padding-right: 30px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.home-info-block,
.home-info-block .moving-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-info-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-info-block h2 {
  color: #f8f5eb;
  line-height: 1.02857;
  overflow: hidden;
  margin: 0 0 -10px;
}
@media only screen and (max-height: 900px) {
  .home-info-block h2 {
    font-size: 13.75rem;
  }
}
@media only screen and (max-height: 730px) {
  .home-info-block h2 {
    font-size: 10.9375rem;
  }
}
@media only screen and (max-height: 600px) {
  .home-info-block h2 {
    font-size: 8.4375rem;
  }
}
.is-mobile .home-info-block h2 {
  font-size: 12.5rem;
  white-space: nowrap;
  overflow: visible;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block h2 {
    font-size: 110px;
  }
}
.home-info-block h2:nth-child(2) {
  padding-left: 30vw;
}
.is-mobile .home-info-block h2:nth-child(2) {
  padding-left: 160px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block h2:nth-child(2) {
    padding-left: 30px;
  }
}
.home-info-block h2:nth-child(3) {
  padding-left: 10%;
}
.home-info-block h2 > div {
  transform: translateY(100%);
}
.is-mobile .home-info-block h2 > div {
  transform: none !important;
}
.home-info-block h2.slide {
  transform: translateX(-30%);
  opacity: 0;
}
.is-mobile .home-info-block h2.slide {
  transform: none;
  opacity: 1;
}
.home-info-block .animated-text-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.home-info-block .animated-text-wrapper .moving-text {
  height: 100%;
}
.home-info-block .content-wrapper {
  position: absolute;
  top: 45%;
  width: 340px;
  color: #f8f5eb;
  white-space: normal;
  z-index: 1;
}
@media only screen and (max-width: 1350px) {
  .home-info-block .content-wrapper {
    width: 30vw;
  }
}
.is-mobile .home-info-block .content-wrapper {
  position: relative;
  top: 0;
  width: 50%;
  padding: 30px 0 80px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block .content-wrapper {
    padding-top: 50px;
    width: 100%;
  }
}
.home-info-block .content-wrapper h1 {
  color: #f8f5eb;
  margin-bottom: 20px;
}
@media only screen and (max-height: 730px) {
  .home-info-block .content-wrapper h1 {
    margin-bottom: 0;
    font-size: 25px;
  }
}
.is-mobile .home-info-block .content-wrapper h1 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block .content-wrapper h1 {
    font-size: 30px;
  }
}
.home-info-block .content-wrapper p {
  padding-right: 9%;
}
@media only screen and (max-height: 730px) {
  .home-info-block .content-wrapper p {
    font-size: 16px;
  }
}
.home-info-block .image-1 {
  position: absolute;
  top: 10%;
  right: 20%;
  height: 100%;
  z-index: 0;
  width: 40%;
}
@media only screen and (max-height: 730px) {
  .home-info-block .image-1 {
    max-width: 350px;
  }
}
.is-mobile .home-info-block .image-1 {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block .image-1 {
    width: 65%;
  }
}
.home-info-block .video-wrapper {
  position: absolute;
  top: 10%;
  right: 11%;
  z-index: 0;
  width: 45%;
}
@media only screen and (max-height: 730px) {
  .home-info-block .video-wrapper {
    max-width: 500px;
  }
}
.is-mobile .home-info-block .video-wrapper {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block .video-wrapper {
    width: 90%;
  }
}
.home-info-block .video-wrapper video {
  width: 100%;
  object-fit: cover;
}
.home-info-block .image-2 {
  position: absolute;
  bottom: 0;
  right: 18%;
  max-width: 320px;
  z-index: 0;
}
@media only screen and (max-height: 730px) {
  .home-info-block .image-2 {
    max-width: 250px;
  }
}
.is-mobile .home-info-block .image-2 {
  bottom: 30%;
}
@media only screen and (max-width: 991px) {
  .is-mobile .home-info-block .image-2 {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .home-info-block .image-2 {
    max-width: 190px;
    bottom: 38%;
  }
}
@media only screen and (max-width: 500px) {
  .is-mobile .home-info-block .image-2 {
    bottom: 34%;
  }
}
.full-height-image {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.is-mobile .full-height-image {
  margin-top: 0;
}
.full-height-image > div {
  height: 100%;
}
.is-mobile .full-height-image {
  width: 100%;
  height: auto;
  aspect-ratio: 0.8;
}
@media only screen and (max-width: 767px) {
  .is-mobile .full-height-image {
    max-height: 570px;
  }
}
.full-height-image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.full-height-image video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.full-height-image .bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.full-height-image .bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.full-height-image .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  flex-direction: column;
  z-index: 1;
}
.full-height-image .content-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.is-mobile .full-height-image .content-wrapper {
  padding: 40px 0;
  height: 100%;
}
@media only screen and (max-height: 2200px) {
  .full-height-image .content-wrapper {
    justify-content: flex-start;
  }
}
.full-height-image .content-wrapper .logo {
  margin-bottom: 10.25rem;
}
.full-height-image .content-wrapper .logo img {
  max-width: 200px;
  object-fit: contain;
}
.is-mobile .full-height-image .content-wrapper .logo {
  margin-bottom: 50px;
}
.full-height-image .content-wrapper .content {
  padding: 0 30px;
  margin-bottom: 20px;
}
.full-height-image .content-wrapper .content h2 {
  color: #f8f5eb;
  text-align: center;
}
body.win-os .home-info-block h2 {
  line-height: normal;
  margin: 0;
  font-size: 12.5rem;
}
@media only screen and (max-height: 860px) {
  body.win-os .home-info-block h2 {
    font-size: 10rem;
  }
}
@media only screen and (max-height: 700px) {
  body.win-os .home-info-block h2 {
    font-size: 5.625rem;
  }
}
.portfolio-list {
  background-color: #f8f5eb;
  position: relative;
}
.is-mobile .portfolio-list {
  padding-left: 20px;
  display: block;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .portfolio-list {
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
.portfolio-list .portfolio-title {
  font-size: 2.3125rem;
  line-height: 1.21622;
  color: #000;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  margin-block: 80px;
}
.is-mobile .portfolio-list .portfolio-title {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  transform: none;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .portfolio-list .portfolio-title {
    font-size: 30px;
    width: 100%;
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-list .swiper-wrapper {
    display: block;
  }
}
.portfolio-list .swiper-wrapper .swiper-slide {
  width: 500px;
}
@media only screen and (max-width: 500px) {
  .portfolio-list .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.portfolio-list .absolute {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.portfolio-list .show-divider {
  position: relative;
}
.portfolio-list .show-divider:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.portfolio-list .portfolio-item-wrapper {
  position: relative;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px 60px;
}
.is-mobile .portfolio-list .portfolio-item-wrapper {
  padding: 0;
}
.is-mobile .portfolio-list .portfolio-item-wrapper:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .is-mobile .portfolio-list .portfolio-item-wrapper {
    padding-top: 30px;
  }
}
.portfolio-list .portfolio-item {
  position: relative;
}
.portfolio-list .portfolio-item .link-hover {
  cursor: none;
}
@media only screen and (max-height: 770px) {
  .portfolio-list .portfolio-item p.h2 {
    font-size: 6.25rem;
  }
}
@media only screen and (max-height: 700px) {
  .portfolio-list .portfolio-item p.h2 {
    font-size: 4.375rem;
  }
}
.portfolio-list .portfolio-item .portfolio-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.15;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.portfolio-list .portfolio-item .portfolio-img.full-width {
  aspect-ratio: 1.72;
}
.portfolio-list .portfolio-item .portfolio-img .inner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4) 71.87%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
}
.portfolio-list .portfolio-item .portfolio-img .inner-content h2,
.portfolio-list .portfolio-item .portfolio-img .inner-content p {
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .portfolio-list .portfolio-item .portfolio-img {
    margin-bottom: 30px;
  }
}
.portfolio-list .portfolio-item .portfolio-img .portfolio-img-inner {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.portfolio-list .portfolio-item .portfolio-caption .h4 {
  white-space: normal;
  letter-spacing: 0.1px;
  margin-top: 30px;
}
@media only screen and (max-height: 700px) {
  .portfolio-list .portfolio-item .portfolio-caption .h4 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .portfolio-list .portfolio-item .portfolio-caption .h4 {
    font-size: 30px;
    width: 100%;
    min-height: auto;
    margin-top: 15px;
  }
}
.portfolio-list .portfolio-item:hover .portfolio-img-inner {
  transform: scale(1.1);
}
.show-mobile {
  display: none;
}
.is-mobile .show-mobile {
  display: block;
}
.show-desktop {
  display: flex;
  flex-wrap: wrap;
}
.is-mobile .show-desktop {
  display: none;
}
.report__block .btns_wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .report__block .btns_wrapper .btn {
    display: block;
  }
}
.report__block .btns_wrapper .rpt-btn {
  margin-inline-start: 40px;
}
@media only screen and (max-width: 767px) {
  .report__block .btns_wrapper .rpt-btn {
    margin-top: 30px;
    margin-inline-start: unset;
  }
}
.report__title {
  margin-bottom: 20px;
}
.report__description {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.amenities-block {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .amenities-block {
    padding-top: 30px;
  }
}
.amenities-block h2 {
  color: #f8f5eb;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .amenities-block h2 {
    margin-top: 0;
  }
}
.amenities-block .amenities-list {
  display: flex;
  flex-wrap: wrap;
}
.amenities-block .amenity {
  border-color: rgba(248, 245, 235, 0.4);
  border-style: solid;
  border-width: 1px 0 0 1px;
  padding: 50px 45px 20px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .amenities-block .amenity {
    padding: 30px;
    border-right-width: 1px;
  }
}
.amenities-block .amenity:hover {
  background-color: #000;
}
.amenities-block .amenity:first-child {
  border-bottom-width: 0 !important;
}
.amenities-block .amenity:last-child,
.amenities-block .amenity:nth-child(4n + 4) {
  border-right-width: 1px;
}
.amenities-block .amenity:nth-last-child(-n + 4) {
  border-bottom-width: 1px;
}
@media only screen and (max-width: 991px) {
  .amenities-block .amenity:nth-last-child(-n + 4) {
    border-bottom-width: 0;
  }
}
@media only screen and (max-width: 991px) {
  .amenities-block .amenity:nth-last-child(-n + 2) {
    border-bottom-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-block .amenity:nth-last-child(-n + 2) {
    border-bottom-width: 0;
  }
  .amenities-block .amenity:last-child {
    border-bottom-width: 1px;
  }
}
.amenities-block .amenity img {
  max-height: 60px;
  width: auto;
}
.amenities-block .amenity p {
  margin-top: 20px;
  color: #f8f5eb;
}
@media only screen and (max-width: 1299px) {
  .amenities-block .amenity p {
    font-size: 20px;
  }
}
body.bg-off-white .amenities-block h2 {
  color: #000;
}
body.bg-off-white .amenities-block .amenity {
  border-color: #000;
}
body.bg-off-white .amenities-block .amenity img {
  filter: brightness(0);
}
body.bg-off-white .amenities-block .amenity p {
  color: #000;
}
body.bg-off-white .amenities-block .amenity:hover img {
  filter: brightness(1);
}
body.bg-off-white .amenities-block .amenity:hover p {
  color: #f8f5eb;
}
.payment-block {
  padding-top: 50px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .payment-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.payment-block:has(+ .ccm-custom-style-container),
.payment-block:has(+ .gallery) {
  padding-bottom: 0;
}
.payment-block h2,
.payment-block p {
  color: #f8f5eb;
  margin-top: 0;
}
.payment-block p {
  margin-top: 25px;
}
.payment-block ol,
.payment-block ul {
  color: #000;
  text-align: left;
}
.payment-block .plan-detail {
  margin: 40px -35px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .payment-block .plan-detail {
    margin: 30px -15px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .payment-block .plan-detail {
    flex-wrap: wrap;
  }
}
.payment-block .plan-detail div[class*="col-"] {
  padding: 0 35px;
}
@media only screen and (max-width: 1024px) {
  .payment-block .plan-detail div[class*="col-"] {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .payment-block .plan-detail div[class*="col-"] {
    margin-bottom: 30px;
  }
  .payment-block .plan-detail div[class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
.payment-block .plan-detail .plan {
  background-color: #f8f5eb;
  text-align: center;
  padding: 45px 50px 30px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .payment-block .plan-detail .plan {
    padding: 20px;
  }
}
.payment-block .plan-detail .plan .h3 {
  color: #000;
  font-size: 4rem;
  line-height: 0.9375;
}
@media only screen and (max-width: 767px) {
  .payment-block .plan-detail .plan .h3 {
    font-size: 40px;
  }
}
.payment-block .plan-detail .plan p {
  color: #000;
  margin: 22px 0 0;
}
.gallery {
  padding-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery {
    padding-top: 50px;
  }
}
.gallery.with-margin {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .gallery.with-margin {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery.with-margin {
    margin-bottom: 30px;
  }
}
.gallery h2 {
  color: #f8f5eb;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gallery h2 {
    margin-bottom: 15px;
  }
}
.gallery .gallery-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .gallery .gallery-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gallery .swiper-controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3%;
}
@media only screen and (max-width: 767px) {
  .gallery .swiper-controls-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.gallery .swiper-container-wrapper .loading {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  border-color: hsla(0, 0%, 100%, 0.3) #fff hsla(0, 0%, 100%, 0.3)
    hsla(0, 0%, 100%, 0.3);
  z-index: 12;
}
.gallery .swiper-container {
  position: relative;
}
.gallery .swiper-container .swiper-slide {
  max-height: 800px;
  height: 70vh;
  width: auto !important;
  max-width: 80vw;
  cursor: grab;
}
@media only screen and (max-width: 1024px) {
  .gallery .swiper-container .swiper-slide {
    height: 55vw;
  }
}
.gallery .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  text-align: left;
  font-size: 3.75rem;
  color: #f8f5eb;
  letter-spacing: -1px;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  z-index: 0;
  margin-left: 40px;
  padding-top: 10px;
}
.gallery .swiper-pagination span:nth-child(2) {
  letter-spacing: -7px;
}
@media only screen and (max-width: 767px) {
  .gallery .swiper-pagination span:nth-child(2) {
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery .swiper-pagination {
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
body.bg-off-white .gallery .swiper-pagination,
body.bg-off-white .gallery h2 {
  color: #000;
}
body.bg-red .swiper-navigation > div i {
  color: #fff;
}
body.bg-black .swiper-navigation > div {
  border-color: hsla(0, 0%, 100%, 0.5);
}
body.bg-black .swiper-navigation > div i {
  color: #fff;
}
.page-template-property .gallery {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .page-template-property .gallery {
    margin-bottom: 60px;
  }
}
.page-template-property .gallery:has(+ .interested-in) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-property .gallery:has(+ .interested-in) {
    margin-bottom: 0;
  }
}
.two-images-moving-text {
  margin-bottom: 40px;
}
.two-images-moving-text h2 {
  white-space: nowrap;
  color: #003366;
  position: absolute;
  font-size: 10rem;
}
@media only screen and (max-width: 1024px) {
  .two-images-moving-text h2 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .two-images-moving-text h2 {
    font-size: 2.8125rem;
  }
}
.two-images-moving-text h2.one-line {
  margin: 0;
  padding-top: 70px;
  white-space: normal;
  font-size: 6.25rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .two-images-moving-text h2.one-line {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .two-images-moving-text h2.one-line {
    font-size: 2.5rem;
    padding: 20px;
  }
}
.two-images-moving-text .bg-img {
  position: relative;
}
.two-images-moving-text .image-one .bg-img {
  padding-top: 69.92231%;
}
.two-images-moving-text .image-one h2 {
  right: 0;
  top: 35px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .two-images-moving-text .image-one h2 {
    top: 0;
    left: 0;
    position: relative;
  }
}
.two-images-moving-text .image-two {
  padding-top: 62px;
}
@media only screen and (max-width: 500px) {
  .two-images-moving-text .image-two {
    padding-top: 0;
  }
}
.two-images-moving-text .image-two .custom-container {
  padding-right: 0;
}
@media only screen and (max-width: 500px) {
  .two-images-moving-text .image-two .custom-container {
    padding-right: 20px;
  }
}
.two-images-moving-text .image-two .bg-img {
  padding-top: 63.12625%;
}
.two-images-moving-text .image-two h2 {
  top: -40px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .two-images-moving-text .image-two h2 {
    top: 0;
    left: 0;
    position: relative;
  }
}
.two-images-moving-text .animated-text-wrapper {
  overflow: hidden;
}
body.bg-red .two-images-moving-text h2 {
  color: #f8f5eb;
}
.properties-list {
  padding: 20px 0;
}
.properties-list h2 {
  margin-bottom: 40px;
  padding-inline-end: 35px;
}
@media only screen and (max-width: 767px) {
  .properties-list h2 {
    padding-right: 0;
  }
}
.properties-list .row {
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  flex-wrap: wrap;
}
.is-mobile .properties-list .row {
  margin-left: -15px;
  margin-right: -15px;
}
.properties-list .row div[class*="col-"] {
  padding: 0 50px;
}
.is-mobile .properties-list .row div[class*="col-"] {
  padding: 0 15px;
}
.properties-list .each-project {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .properties-list .each-project {
    margin-bottom: 30px;
    width: 100%;
  }
}
.properties-list .each-project .link-hover {
  cursor: none;
}
.logged-in .properties-list .each-project .link-hover {
  cursor: pointer;
}
.properties-list .each-project .bg-wrapper {
  padding-top: 127.17087%;
  position: relative;
  overflow: hidden;
}
.properties-list .each-project .bg-wrapper.landscape {
  padding-top: 78.43137%;
}
.properties-list .each-project .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.properties-list .each-project h3 {
  margin: 20px 0 5px;
}
.properties-list .each-project p.large {
  margin: 0;
}
.properties-list .each-project .info-wrapper {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .properties-list .each-project .info-wrapper {
    margin-top: 15px;
  }
}
.properties-list .each-project .info-wrapper .info {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .properties-list .each-project .info-wrapper .info {
    align-items: center;
    margin-bottom: 14px;
  }
}
.properties-list .each-project .info-wrapper .info:last-child {
  margin-bottom: 0;
}
.properties-list .each-project .info-wrapper .info p {
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #000;
  margin: 0;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
@media only screen and (max-width: 767px) {
  .properties-list .each-project .info-wrapper .info p {
    font-size: 16px;
  }
}
.properties-list .each-project .info-wrapper .info i {
  color: #003366;
  font-size: 33px;
  margin-right: 20px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .properties-list .each-project .info-wrapper .info i {
    font-size: 30px;
    margin-right: 12px;
  }
}
.properties-list .each-project .info-wrapper .info i.icon-accomodation {
  font-size: 20px;
}
body.bg-red .properties-list .each-project h3,
body.bg-red .properties-list .each-project p,
body.bg-red .properties-list h2 {
  color: #f8f5eb;
}
.page-type-communities .properties-list .each-project h3 {
  padding-inline-end: 60px;
}
@media only screen and (max-width: 991px) {
  .page-type-communities .properties-list .each-project h3 {
    padding-inline-end: 0;
  }
}
.intro-content-block {
  background-color: transparent !important;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .intro-content-block {
    padding: 0 0 40px;
  }
}
.intro-content-block a {
  color: #003366;
  transition: all 0.3s ease;
}
.intro-content-block a:hover {
  color: #f8f5eb;
}
.intro-content-block ul {
  padding-left: 20px;
}
.is-mobile .intro-content-block h2 {
  font-size: 45px;
}
.intro-content-block p:last-child {
  margin-bottom: 0;
}
.intro-content-block .fade-up-text,
.intro-content-block .title-anim div {
  opacity: 0;
}
.intro-content-block.bg-red {
  margin-bottom: 0;
}
.intro-content-block.bg-red.less-margin {
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .intro-content-block.bg-red.less-margin {
    margin-bottom: 0;
  }
}
.intro-content-block.bg-red h1,
.intro-content-block.bg-red h2,
.intro-content-block.bg-red h3,
.intro-content-block.bg-red h4,
.intro-content-block.bg-red h5,
.intro-content-block.bg-red h6,
.intro-content-block.bg-red li,
.intro-content-block.bg-red p {
  color: #f8f5eb;
}
.intro-content-block.bg-off-white a:hover {
  color: #000;
}
.intro-content-block .row {
  margin-left: -40px;
  margin-right: -40px;
}
.is-mobile .intro-content-block .row {
  margin-left: -15px;
  margin-right: -15px;
}
.intro-content-block .row div[class*="col-"] {
  padding: 0 40px;
}
.is-mobile .intro-content-block .row div[class*="col-"] {
  padding: 0 15px;
}
.intro-content-block p strong {
  color: #000;
}
.intro-content-block .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .intro-content-block .title {
    margin-bottom: 10px;
  }
}
.intro-content-block.content-block {
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .intro-content-block.content-block {
    padding: 50px 0;
  }
}
.intro-content-block.content-block .title {
  margin-bottom: 10px;
}
.intro-content-block.content-block .title p strong {
  color: #000;
}
.intro-content-block.career-block {
  color: #000;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .intro-content-block.career-block {
    padding-bottom: 40px;
  }
}
.intro-content-block.career-block .bg-wrapper {
  padding-top: 76.25%;
  position: relative;
  overflow: hidden;
  margin: 40px 0 60px;
}
@media only screen and (max-width: 767px) {
  .intro-content-block.career-block .bg-wrapper {
    margin: 20px 0;
  }
}
.intro-content-block.career-block .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.bg-off-white .intro-content-block.bg-red p,
body.bg-off-white .intro-content-block.content-block.bg-red p {
  color: #000;
}
body.bg-off-white .intro-content-block.bg-red h2,
body.bg-off-white .intro-content-block.content-block.bg-red h2 {
  color: #003366;
}
body.bg-off-white .intro-content-block.content-block a:hover,
body.bg-off-white .intro-content-block.content-block ul li,
body.bg-off-white .intro-content-block a:hover,
body.bg-off-white .intro-content-block ul li {
  color: #000;
}
body.bg-black .intro-content-block h1,
body.bg-black .intro-content-block h2,
body.bg-black .intro-content-block h3,
body.bg-black .intro-content-block h4,
body.bg-black .intro-content-block h5,
body.bg-black .intro-content-block h6,
body.bg-black .intro-content-block li,
body.bg-black .intro-content-block p,
body.bg-red .intro-content-block h1,
body.bg-red .intro-content-block h2,
body.bg-red .intro-content-block h3,
body.bg-red .intro-content-block h4,
body.bg-red .intro-content-block h5,
body.bg-red .intro-content-block h6,
body.bg-red .intro-content-block li,
body.bg-red .intro-content-block p {
  color: #f8f5eb;
}
body.bg-black .intro-content-block a:hover,
body.bg-red .intro-content-block a:hover {
  color: #000;
}
.horizontal-moving-text {
  background-color: transparent !important;
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .horizontal-moving-text {
    padding-bottom: 75px;
  }
}
.horizontal-moving-text h2 {
  white-space: nowrap;
  color: #003366;
  line-height: 1;
  margin: 0;
  font-size: 13.75rem;
  padding-left: 20%;
}
.horizontal-moving-text h2.small-text {
  font-size: 9.6875rem;
}
@media only screen and (max-width: 1024px) {
  .horizontal-moving-text h2.small-text {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-moving-text h2.small-text {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .horizontal-moving-text h2 {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-moving-text h2 {
    font-size: 50px;
    line-height: 1;
  }
}
.horizontal-moving-text.bg-red {
  background-color: transparent !important;
}
.horizontal-moving-text.bg-red h2 {
  color: #f8f5eb;
}
.horizontal-moving-text.no-scroll h2 {
  padding: 0;
  text-align: center;
  white-space: normal;
  font-size: 6.25rem;
}
@media only screen and (max-width: 1024px) {
  .horizontal-moving-text.no-scroll h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-moving-text.no-scroll h2 {
    font-size: 2.5rem;
  }
}
body.bg-off-white .horizontal-moving-text.bg-red h2 {
  color: #003366;
}
body.bg-red .horizontal-moving-text.bg-off-white h2 {
  color: #f8f5eb;
}
html.has-smooth-scroll .horizontal-moving-text h2 {
  transition: initial;
  padding-left: 0;
}
.image-content-block {
  overflow: hidden;
}
.image-content-block .custom-container {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .image-content-block .custom-container {
    padding-bottom: 40px;
  }
}
.image-content-block .custom-container:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.image-content-block .border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .image-content-block .border {
    padding-top: 40px;
  }
}
.image-content-block .row {
  display: flex;
  align-items: flex-start;
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (max-width: 767px) {
  .image-content-block .row {
    flex-direction: column-reverse !important;
  }
}
.image-content-block .row div[class*="col-"] {
  padding: 0 40px;
}
.image-content-block .row .link-hover {
  cursor: none;
}
.logged-in .image-content-block .row .link-hover {
  cursor: pointer;
}
.image-content-block .row .education-slider {
  position: relative;
}
.image-content-block .row .education-slider .link-hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 24.51%);
}
.image-content-block .row .education-slider .swiper-navigation {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  z-index: 1;
}
.image-content-block .row .education-slider .swiper-navigation > div {
  background-color: #f8f5eb;
  width: 54px;
  height: 54px;
}
.image-content-block .row .education-slider .swiper-navigation > div:hover {
  border-color: #003366;
  background-color: #003366;
}
.image-content-block .row .education-slider .swiper-navigation > div:hover i {
  color: #f8f5eb;
}
.image-content-block .row .education-slider .swiper-pagination {
  width: auto;
  top: 35px;
  bottom: auto;
  left: auto;
  right: 20px;
  text-align: end;
}
.image-content-block .row .education-slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #f8f5eb;
  padding: 3px;
  position: relative;
  display: inline-block;
}
.image-content-block .row .education-slider .swiper-pagination-bullet:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  border-radius: 100%;
  position: absolute;
}
.image-content-block
  .row
  .education-slider
  .swiper-pagination-bullet-active:after {
  background-color: #f8f5eb;
}
.image-content-block .row .content-wrapper h2 {
  font-size: 3.375rem;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .image-content-block .row .content-wrapper h2 {
    font-size: 50;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-block .row .content-wrapper h2 {
    font-size: 40px;
    line-height: 1;
    margin-top: 20px;
  }
}
.image-content-block .row p:last-child {
  margin-bottom: 0;
}
.image-content-block .row .bg-img {
  padding-top: 76.82927%;
}
.image-content-block ul {
  list-style-type: none;
  padding-inline-start: 20px;
}
.image-content-block ul li {
  color: #000;
}
.image-content-block ul li:not(:last-child) {
  margin-block-end: 10px;
}
.image-content-block ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #003366;
  display: inline-block;
  margin-inline-end: 10px;
  margin-inline-start: -1em;
  margin-bottom: 3px;
}
.pt-70 {
  padding-block-start: 70px;
}
.image__with_content .back-img {
  min-height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image__with_content .back-img .banner_title_text {
  color: #f8f5eb;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .image__with_content .back-img .banner_title_text {
    font-size: 60px;
  }
}
.image__with_content .bg-off-white p,
.image__with_content .description,
.text_off_white {
  color: #f8f5eb;
}
.text_red {
  color: #003366;
}
.two-col-image .container-fluid {
  padding: 0;
}
.is-mobile .two-col-image .container-fluid {
  padding: 0 20px;
}
.two-col-image.with-line {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .two-col-image.with-line {
    padding-top: 40px;
  }
}
.two-col-image .row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}
.is-mobile .two-col-image .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 500px) {
  .two-col-image .row {
    flex-direction: column;
  }
}
.two-col-image .row div[class*="col"] {
  padding: 0 20px;
  overflow: hidden;
}
.is-mobile .two-col-image .row div[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.two-col-image .row div[class*="col"]:first-child {
  width: 55%;
}
@media only screen and (max-width: 500px) {
  .two-col-image .row div[class*="col"]:first-child {
    width: 100%;
  }
}
.two-col-image .row div[class*="col"]:last-child {
  width: 45%;
}
@media only screen and (max-width: 500px) {
  .two-col-image .row div[class*="col"]:last-child {
    width: 100%;
    padding: 50px 15px 0;
  }
}
.two-col-image .row div[class*="col"] .bg-wrapper {
  overflow: hidden;
}
.two-col-image .bg-img {
  padding-top: 133.83333%;
}
.two-col-image .bg-img.landscape {
  padding-top: 66.625%;
}
.two-col-image.news-template .row {
  margin-left: -58px;
  margin-right: -58px;
}
@media only screen and (max-width: 1199px) {
  .two-col-image.news-template .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.two-col-image.news-template .row div[class*="col"] {
  width: 50%;
  padding: 0 58px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .two-col-image.news-template .row div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-image.news-template .row div[class*="col"] {
    width: 100%;
    margin-bottom: 40px;
  }
}
.two-col-image.news-template .row div[class*="col"]:last-child {
  padding-bottom: 0;
}
.two-col-image.news-template .row div[class*="col"] .bg-wrapper {
  overflow: hidden;
}
.two-col-image.news-template .row div[class*="col"] .bg-img {
  padding-top: 119.54459%;
}
.two-col-image.landscape-template .row div[class*="col"],
.two-col-image.landscape-template .row div[class*="col"]:last-child {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .two-col-image.landscape-template .row div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-image.landscape-template .row div[class*="col"] {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .two-col-image.landscape-template .row div[class*="col"] {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-image.landscape-template .row div[class*="col"]:last-child {
    width: 100%;
  }
}
.two-col-image.landscape-template.project {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .two-col-image.landscape-template.project {
    margin-bottom: 0;
  }
}
.full-width-img {
  background-color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .full-width-img {
    padding-bottom: 40px;
  }
}
.full-width-img div[class^="col-"] {
  overflow: hidden;
}
.full-width-img .bg-img {
  padding-top: 54.23932%;
}
.full-width-img.with-margin {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .full-width-img.with-margin {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-img.with-margin {
    margin-bottom: 40px;
  }
}
.navigation__list {
  color: #000;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  list-style-type: none;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  margin-block: 0;
  padding-block: 22px;
}
.navigation__list_container {
  padding-inline: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .navigation__list_container {
    display: none;
  }
}
.navigation__list_item {
  padding-inline: 20px;
}
.navigation__list_item a {
  color: #000;
}
.link-with-img {
  padding: 0 0 30px;
  background-color: #f8f5eb;
}
@media only screen and (max-width: 1024px) {
  .link-with-img {
    padding: 0 0 30px;
  }
}
.link-with-img .link-container {
  list-style-type: none;
}
.link-with-img .link-container .link-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.link-with-img .link-container .link-wrapper:last-child {
  border-bottom: 0;
}
.link-with-img .link-container .link-wrapper:first-child a {
  padding-top: 0;
}
.link-with-img .link-container .link-wrapper a {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 50px 100px 50px 0;
}
@media only screen and (max-width: 1024px) {
  .link-with-img .link-container .link-wrapper a {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .link-with-img .link-container .link-wrapper a {
    padding: 30px 60px 30px 0;
  }
}
.link-with-img .link-container .link-wrapper a:hover {
  color: #000;
}
.link-with-img .link-container .link-wrapper a:hover + .link-btn {
  opacity: 1;
}
.link-with-img .link-container .link-wrapper .bg-img {
  width: 643px;
  height: 378px;
  position: absolute;
  pointer-events: none;
  filter: brightness(0.9);
  opacity: 0;
  display: none;
}
.is-mobile .link-with-img .link-container .link-wrapper .bg-img {
  display: none;
}
.link-with-img .link-container .link-wrapper .link-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 96px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 29px;
  line-height: 1;
  text-align: center;
  padding: 30px 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .link-with-img .link-container .link-wrapper .link-btn {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .link-with-img .link-container .link-wrapper .link-btn {
    width: 40px;
    height: 40px;
    font-size: 13px;
    padding: 12px 0;
  }
}
.link-with-img.career-template {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .link-with-img.career-template {
    margin-top: 50px;
  }
}
.link-with-img.career-template .link-container .link-wrapper .bg-img {
  width: 383px;
  height: 507px;
}
.is-mobile
  .link-with-img.career-template
  .link-container
  .link-wrapper
  .bg-img {
  display: none;
}
.list_icon_block {
  background-color: #000;
  padding-block: 70px;
}
.list_icon_block .section_title {
  margin-block-end: 40px;
}
.list_icon_block .two_column_items .section_content {
  background-color: #003366;
  color: #f8f5eb;
  padding-block: 41px 49px;
  padding-inline: 40px 133px;
}
@media only screen and (max-width: 767px) {
  .list_icon_block .two_column_items .section_content {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .list_icon_block .two_column_items .section_content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2114px) {
  .list_icon_block .two_column_items .section_content {
    min-height: 286px;
  }
}
.list_icon_block .list_items .pd-block {
  padding-block: 31px 31px;
}
.list_icon_block .list_items .list_title {
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 30px;
  font-weight: 500;
  opacity: 0.6;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .list_icon_block .list_items .list_title {
    font-size: 25px;
  }
}
.list_icon_block .list_items .list_Description p {
  color: #f8f5eb;
  font-size: 24px;
  font-size: 400;
  text-transform: capitalize;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .list_icon_block .list_items .list_Description p {
    font-size: 16px;
  }
}
.list_icon_block .add_icon_sec {
  padding-block-start: 64px;
}
.list_icon_block .add_icon_sec .icon_img {
  margin-block-end: 15px;
  text-align: center;
}
.list_icon_block .add_icon_sec .icon_img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.list_icon_block .add_icon_sec .icon_title {
  text-align: center;
}
.list_icon_block .add_icon_sec .icon_description p {
  color: #f8f5eb;
  text-align: center;
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .list_icon_block .add_icon_sec .icon_description p {
    font-size: 16px;
  }
}
.mb-20 {
  margin-block-end: 20px;
}
.mb-40 {
  margin-block-end: 40px;
}
.pd-block-end {
  padding-block-end: 44px;
}
.border_bot {
  border-bottom: 1px solid rgba(248, 245, 235, 0.3);
}
.flex-full,
.flx {
  display: flex;
  align-items: center;
}
.flex-full {
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .mob-full {
    display: block;
  }
}
.portfolio-listing-block {
  padding-bottom: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .portfolio-listing-block {
    padding-bottom: 20px;
  }
}
.portfolio-listing-block p {
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 30px;
  color: #000;
}
.portfolio-listing-block h2 {
  margin-bottom: 40px;
}
.portfolio-list-wrapper .portfolio-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .portfolio-list-wrapper .portfolio-item {
    margin-bottom: 50px;
  }
}
.portfolio-list-wrapper .portfolio-item .link-hover {
  cursor: none;
}
.logged-in .portfolio-list-wrapper .portfolio-item .link-hover {
  cursor: pointer;
}
.portfolio-list-wrapper .portfolio-item .bg-img {
  padding-top: 46.03774%;
  position: relative;
}
.portfolio-list-wrapper .portfolio-item .bg-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 1;
}
.portfolio-list-wrapper .portfolio-item .bg-img h3 {
  color: #f8f5eb;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0;
  pointer-events: none;
  transition: 1s ease;
}
.is-mobile .portfolio-list-wrapper .portfolio-item .bg-img h3 {
  color: #f8f5eb;
}
.portfolio-list-wrapper .portfolio-item .show-cursor {
  transition: 1s ease;
}
.portfolio-list-wrapper .portfolio-item:hover .show-cursor {
  transform: scale(1.05);
}
.portfolio-list-wrapper .portfolio-item:hover .show-cursor h3 {
  transform: translate(-50%, -50%) scale(0.95);
}
body.bg-red .portfolio-listing-block h2,
body.bg-red .portfolio-listing-block p {
  color: #f8f5eb;
}
.unit-plan {
  padding: 60px 0 40px;
}
@media only screen and (max-width: 991px) {
  .unit-plan {
    padding: 50px 0;
  }
}
.unit-plan .sub-title {
  font-size: 2rem;
  line-height: 1.4375;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .unit-plan .sub-title {
    margin-top: 0;
  }
}
.unit-plan .parent-tab-links,
.unit-plan .tab-links {
  flex-wrap: wrap;
  list-style-type: none;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .unit-plan .parent-tab-links,
  .unit-plan .tab-links {
    margin: 30px 0;
  }
}
.unit-plan .parent-tab-links li,
.unit-plan .tab-links li {
  margin-bottom: 15px;
  width: 32%;
  margin-right: 7px;
}
@media only screen and (max-width: 1334px) {
  .unit-plan .parent-tab-links li,
  .unit-plan .tab-links li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .unit-plan .parent-tab-links li,
  .unit-plan .tab-links li {
    width: 48%;
  }
}
@media only screen and (max-width: 991px) {
  .unit-plan .parent-tab-links li,
  .unit-plan .tab-links li {
    width: 32%;
  }
}
@media only screen and (max-width: 500px) {
  .unit-plan .parent-tab-links li,
  .unit-plan .tab-links li {
    width: 48%;
  }
}
.unit-plan .parent-tab-links li a,
.unit-plan .tab-links li a {
  transition: all 0.3s ease;
}
.unit-plan .parent-tab-links li a:hover,
.unit-plan .tab-links li a:hover {
  color: #003366;
}
.unit-plan .parent-tab-links li.active a,
.unit-plan .tab-links li.active a {
  color: #003366;
  pointer-events: none;
}
.unit-plan .popup-content-block {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .unit-plan .popup-content-block {
    margin-bottom: 20px;
  }
}
.unit-plan .popup-content-block .popup-modal-block {
  position: relative !important;
}
.unit-plan .tab-wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .unit-plan .tab-wrapper {
    flex-direction: column;
  }
}
.unit-plan .plan-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unit-plan .tab-content.fadeout {
  opacity: 0;
}
.unit-plan .tab-content .bg-img {
  padding-top: 189%;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .unit-plan .tab-content .bg-img {
    padding-top: 240%;
    background-size: cover;
  }
}
.unit-plan .tab-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.unit-plan .tab-content img {
  max-height: 80vh;
  width: auto;
  max-width: 100%;
}
body.bg-black .unit-plan .sub-title,
body.bg-black .unit-plan h2,
body.bg-red .unit-plan .sub-title,
body.bg-red .unit-plan h2 {
  color: #f8f5eb;
}
.useful-links-block {
  background-color: #000;
  padding-bottom: 70px;
}
.useful-links-block .items_details {
  flex-wrap: wrap;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .useful-links-block .items_details {
    row-gap: unset;
  }
}
.useful-links-block .items_details .item_card {
  background-color: #003366;
  text-align: center;
  padding-inline: 15px;
}
.useful-links-block .items_details .item_card .img_icon {
  text-align: center;
}
.useful-links-block .items_details .item_card .img_icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 22px;
}
.useful-links-block .items_details .item_card .img_icon_btn {
  color: #f8f5eb;
  font-size: 16px;
}
.mb-40 {
  margin-bottom: 40px;
}
.finincial-highlights-block {
  padding-block-start: 70px;
}
.finincial-highlights-block .finincial-highlight {
  border: 1px solid #000;
}
.finincial-highlights-block .finincial-highlight .img_icon_sub-text {
  margin-top: 25px;
}
.finincial-highlights-block .finincial-highlight .img_icon_sub-text p {
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
.finincial-highlights-block .finincial-highlight .img_icon_description p,
.finincial-highlights-block .finincial-highlight .img_icon_sub-text p {
  color: #000;
}
.finincial-highlights-block .amenity:hover {
  background-color: transparent !important;
}
.company-info {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .company-info {
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .company-info {
    padding-bottom: 0;
  }
}
.company-info .title {
  margin: 0 0 60px;
  padding-top: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .company-info .title {
    padding-top: 68px;
    margin-bottom: 30px;
  }
}
.is-mobile .company-info .title {
  padding-top: 20px;
  margin-bottom: 10px;
}
.company-info .title h2,
.company-info .title p {
  color: #f8f5eb;
}
.company-info .title h2 {
  line-height: 1;
}
.company-info .title p {
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 30px;
}
.company-info .left-fixed-count {
  padding-top: 80px;
}
.is-mobile .company-info .left-fixed-count {
  display: none;
}
.company-info .left-fixed-count h2 {
  color: #f8f5eb;
  position: relative;
  width: 200px;
  background: linear-gradient(180deg, #003366 98%, transparent);
  margin: 0;
  padding-top: 20px;
}
.company-info .left-fixed-count h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -32px;
  left: 0;
  background: #003366;
}
.company-info .info_set {
  margin-top: -130px;
}
.is-mobile .company-info .info_set {
  margin-top: 0;
}
.company-info .info_set .info_block {
  padding-bottom: 60px;
  display: flex;
}
.is-mobile .company-info .info_set .info_block {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .company-info .info_set .info_block {
    padding-bottom: 10px;
  }
}
.company-info .info_set .info_block h2.count-title {
  width: 200px;
  color: #fff;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.is-mobile .company-info .info_set .info_block h2.count-title {
  display: none;
}
.company-info .info_set .info_block aside {
  padding-left: 15%;
  padding-inline-end: 10%;
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .company-info .info_set .info_block aside {
    padding-left: 25%;
  }
}
.is-mobile .company-info .info_set .info_block aside {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}
.company-info .info_set .info_block aside a,
.company-info .info_set .info_block aside h1,
.company-info .info_set .info_block aside h2,
.company-info .info_set .info_block aside h3,
.company-info .info_set .info_block aside h4,
.company-info .info_set .info_block aside h5,
.company-info .info_set .info_block aside h6 {
  color: #f8f5eb;
}
.company-info .info_set .info_block aside p {
  text-align: justify;
}
.company-info .info_set .info_block aside .hidden-desktop {
  display: none;
}
.is-mobile .company-info .info_set .info_block aside .hidden-desktop {
  display: block;
}
.company-info .info_set.no-anim {
  margin-top: 0;
}
.company-info .info_set.no-anim .count {
  color: #f8f5eb;
}
.company-info .info_set.no-anim .info_block h2.count-title {
  display: none;
}
.company-info .info_set.no-anim .info_block aside {
  padding-left: 0;
  padding-inline-end: 0;
}
@media only screen and (max-width: 767px) {
  .company-info .info_set.no-anim .info_block aside {
    padding-left: 0;
  }
}
.is-mobile .company-info .info_set.no-anim .info_block aside {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
body.bg-black .company-info .left-fixed-count h2 {
  background: linear-gradient(180deg, #000 98%, transparent);
}
body.bg-black .company-info .left-fixed-count h2:after {
  background: #000;
}
body.bg-off-white .company-info .left-fixed-count h2 {
  background: linear-gradient(180deg, #f8f5eb 98%, transparent);
}
body.bg-off-white .company-info .left-fixed-count h2:after {
  background: #f8f5eb;
}
html:not(.has-scroll-smooth) .company-info .left-fixed-count {
  position: sticky;
  top: 0;
}
.safari .company-info .left-fixed-count h2 {
  background: #003366;
}
.faq-block {
  background-color: #003366;
  color: #f8f5eb;
  padding-block: 70px;
}
.faq-block a {
  text-decoration: none;
}
.faq-block .accordion,
.faq-block .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-block .accordion {
  overflow: hidden;
  border-top: 1px solid #acacac;
  margin: 40px 0;
}
.faq-block .accordion-section {
  border-bottom: 1px solid #acacac;
}
.faq-block .accordion-section-title {
  color: #f8f5eb;
  font-size: 30px;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  width: 100%;
  padding-block: 30px 30px;
  position: relative;
  transition: all 0.15s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .faq-block .accordion-section-title {
    font-size: 22px;
  }
}
.faq-block .accordion-section-title:focus {
  color: #f8f5eb;
}
.faq-block .accordion-section-title .minus,
.faq-block .accordion-section-title .plus {
  position: absolute;
  right: 0;
  width: 10px;
}
.faq-block .accordion-section-title .arrow-up {
  display: inline-block;
  pointer-events: none;
  transition: all 0.15s linear;
  margin-inline-start: 20px;
}
.faq-block .accordion-section-title.active {
  color: #f8f5eb;
}
.faq-block .accordion-section-title .arrow-up svg {
  transition: all 0.15s linear;
  rotate: 180deg;
}
.faq-block .accordion-section-title.active .arrow-up svg {
  transition: all 0.15s linear;
  rotate: 0deg;
}
.faq-block .accordion-section-title.active,
.faq-block .accordion-section-title:hover {
  text-decoration: none;
}
.faq-block .accordion-section-content {
  padding: 15px 5px;
  display: none;
  max-width: 726px;
  width: calc(100% - 46px);
}
.faq-block .accordion-section-content p {
  margin-top: 0;
}
.faq-block .accordion-section-content#accordion-3 p {
  margin-bottom: 2px;
  line-height: 1.2;
}
.readMoreContainer {
  padding-bottom: 5.5%;
}
.readMoreContainer .readMoreContainer-inner {
  padding: 55px 66px 20px;
  padding-inline-end: 13%;
  border: 1px solid #c5c2bc;
  background: #f8f5eb;
  position: relative;
  max-height: 42vh;
  overflow: hidden;
  transition: all 0.45s linear;
}
@media only screen and (max-width: 767px) {
  .readMoreContainer .readMoreContainer-inner {
    padding: 30px 20px 50px;
  }
}
.readMoreContainer .readMoreContainer-inner h1,
.readMoreContainer .readMoreContainer-inner h2,
.readMoreContainer .readMoreContainer-inner h3,
.readMoreContainer .readMoreContainer-inner h4 {
  margin-top: 80px;
  font-size: 1.875rem;
  line-height: 1;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  color: #000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .readMoreContainer .readMoreContainer-inner h1,
  .readMoreContainer .readMoreContainer-inner h2,
  .readMoreContainer .readMoreContainer-inner h3,
  .readMoreContainer .readMoreContainer-inner h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 30px;
  }
}
.readMoreContainer .readMoreContainer-inner p {
  color: #000;
}
.readMoreContainer .readMoreContainer-inner .btn {
  position: absolute;
  bottom: 10%;
  inset-inline-start: 60px;
  z-index: 3;
  padding: 13px 30px;
  line-height: unset;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
@media only screen and (max-width: 767px) {
  .readMoreContainer .readMoreContainer-inner .btn {
    padding: 5px 10px;
    inset-inline-start: 20px;
    font-size: 12px;
  }
}
.readMoreContainer .readMoreContainer-inner:after {
  content: "";
  bottom: 0;
  width: calc(100% - 105px);
  height: 31%;
  left: 55px;
  position: absolute;
  transition: all 0.35s linear;
  background: linear-gradient(180deg, rgba(248, 245, 235, 0.82), #f8f5eb);
}
@media only screen and (max-width: 767px) {
  .readMoreContainer .readMoreContainer-inner:after {
    width: calc(100% - 20px);
    left: 20px;
  }
}
.readMoreContainer.text-more--opened .readMoreContainer-inner {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .readMoreContainer.text-more--opened .readMoreContainer-inner {
    padding-bottom: 70px;
  }
}
.readMoreContainer.text-more--opened .readMoreContainer-inner:after {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.readMoreContainer.text-more--opened .readMoreContainer-inner .btn {
  position: absolute;
  bottom: 30px;
}
.readMoreContainer.hide-overlays .readMoreContainer-inner .btn,
.readMoreContainer.hide-overlays .readMoreContainer-inner:after {
  display: none;
}
.readMoreContainer:last-of-type {
  padding-bottom: 15%;
}
@media only screen and (max-width: 1024px) {
  .team-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block {
    margin-bottom: 0;
  }
}
.team-block .title {
  margin: 0;
  padding: 120px 0 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .team-block .title {
    padding: 70px 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block .title {
    padding-top: 20px;
  }
}
.team-block .title p {
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 0;
  color: #000;
}
.team-block .row:nth-child(2) {
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .team-block .row:nth-child(2) {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.team-block .row:nth-child(2) div[class*="col-"] {
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .team-block .row:nth-child(2) div[class*="col-"] {
    padding: 0 15px;
  }
}
.team-block .team-member {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .team-block .team-member {
    padding-bottom: 40px;
  }
}
.team-block .team-member .link-hover {
  cursor: none;
}
.logged-in .team-block .team-member .link-hover {
  cursor: pointer;
}
.team-block .team-member .bg-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 145.64565%;
}
.team-block .team-member .bg-wrapper .bg-img {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.team-block .team-member h4 {
  padding: 0 10px;
  text-align: center;
  color: #003366;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .team-block .team-member h4 {
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .team-block .team-member h4 > div {
    display: inline-block !important;
  }
}
.team-block .team-member p {
  font-size: 1.375rem;
  line-height: 1.36364;
  color: #000;
  text-align: center;
  margin: 0 0 10px;
}
body.bg-black .team-block .team-member h4,
body.bg-black .team-block .team-member p,
body.bg-black .team-block .title h2,
body.bg-black .team-block .title p,
body.bg-red .team-block .team-member h4,
body.bg-red .team-block .team-member p,
body.bg-red .team-block .title h2,
body.bg-red .team-block .title p {
  color: #f8f5eb;
}
.awards-block {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .awards-block {
    padding: 20px 0;
  }
}
.awards-block .title {
  margin: 0;
  padding: 0 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .awards-block .title {
    padding: 0 20px 30px;
  }
}
.awards-block .title h2,
.awards-block .title p {
  color: #f8f5eb;
}
.awards-block .title p {
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 0;
}
.awards-block .award {
  transition: all 0.3s ease;
  position: relative;
}
.awards-block .award > .row > div[class^="col-"] {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.awards-block .award > .row .row > div[class^="col-"] {
  flex-grow: 1;
}
.awards-block .award > .row .row > div[class^="col-"]:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .awards-block .award > .row .row > div[class^="col-"]:first-child {
    padding-left: 15px;
  }
}
.awards-block .award.hovering {
  background-color: #f8f5eb;
}
.awards-block .award.hovering h3,
.awards-block .award.hovering p {
  color: #003366;
}
.awards-block .award .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .awards-block .award .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.awards-block .award h3,
.awards-block .award p {
  color: #f8f5eb;
}
.awards-block .award h3 {
  margin: 30px 0 15px;
}
.awards-block .award p {
  font-size: 1.875rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .awards-block .award p {
    margin: 12px 0;
  }
}
.awards-block .award p.award-title {
  font-size: 1.25rem;
  line-height: 1.5;
}
.awards-block .awards-show-more-btn {
  padding-inline: 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-block: 80px;
}
@media only screen and (max-width: 1024px) {
  .awards-block .awards-show-more-btn {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .awards-block .awards-show-more-btn {
    padding-block: 40px;
  }
}
.awards-block .more-awards {
  display: none;
}
body.bg-off-white .awards-block .title h2,
body.bg-off-white .awards-block .title p {
  color: #000;
}
body.bg-off-white .awards-block .award > .row > div[class^="col-"] {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.bg-off-white .awards-block .award h3,
body.bg-off-white .awards-block .award p {
  color: #000;
}
.news-image-slider {
  margin-bottom: 190px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .news-image-slider {
    margin-bottom: 50px;
  }
}
.news-image-slider .custom-container {
  padding-right: 0;
}
.news-image-slider .custom-container .swiper-container {
  overflow: visible;
}
.news-image-slider .custom-container .swiper-container .bg-wrapper {
  overflow: hidden;
}
.news-image-slider .custom-container .swiper-container .bg-img {
  padding-top: 119.54459%;
}
.objectives__block {
  padding-block: 70px;
}
.objectives__block .section_title {
  margin-bottom: 40px;
}
.objectives__block .achiveTitle,
.objectives__block .objective_title {
  color: #000;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 40px;
  font-weight: 500;
}
.objectives__block .achiveTitle_small,
.objectives__block .objective_title_small {
  color: #003366;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .objectives__block .achiveTitle_small,
  .objectives__block .objective_title_small {
    display: none;
  }
}
.objectives__block .left_content_wrapper {
  max-width: 411px;
  width: 100%;
}
.objectives__block .left_content_wrapper p {
  font-size: 24px;
  letter-spacing: -0.1px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .objectives__block .left_content_wrapper p {
    font-size: 18px;
  }
}
.objectives__block .right_content_wrapper {
  max-width: 427px;
  width: 100%;
}
.objectives__block .right_content_wrapper p {
  font-size: 18px;
  letter-spacing: -0.1px;
  color: #003366;
}
@media only screen and (max-width: 767px) {
  .objectives__block .right_content_wrapper p {
    font-size: 16px;
    color: #969696;
  }
}
.objectives__block .list_wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-block: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .objectives__block .list_wrapper {
    display: block;
  }
}
.objectives__block .border_btm {
  border-block-end: 1px solid rgba(0, 0, 0, 0.3);
}
.objectives__block .pb-15 {
  padding-block-end: 15px;
}
.objectives__block .arrow-div {
  background-image: url(../images/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .objectives__block .arrow-div,
  .objectives__block .row_hide_mob {
    display: none;
  }
}
.investor-documents {
  padding: 0 0 150px;
}
@media only screen and (max-width: 991px) {
  .investor-documents {
    padding: 50px 0;
  }
}
.investor-documents .title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .investor-documents .title {
    margin-bottom: 20px;
  }
}
.investor-documents .title h2,
.investor-documents .title p {
  color: #f8f5eb;
}
.investor-documents .title p {
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 30px;
}
.investor-documents .filter-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.is-mobile .investor-documents .filter-one {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
.investor-documents .filter-one .swiper-slide {
  width: auto !important;
}
.investor-documents .filter-one a {
  color: #f8f5eb;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.investor-documents .filter-one a.active,
.investor-documents .filter-one a:hover {
  opacity: 1;
}
.investor-documents .filter-one .first-filter .select2-container,
.investor-documents .filter-one .year-filter .select2-container {
  width: 90px !important;
}
.is-mobile .investor-documents .filter-one .first-filter .select2-container,
.is-mobile .investor-documents .filter-one .year-filter .select2-container {
  width: 200px !important;
}
.investor-documents
  .filter-one
  .first-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.investor-documents
  .filter-one
  .year-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #f8f5eb;
  font-family: Matter, GeDinarTwo, sans-serif;
  opacity: 1;
}
.investor-documents
  .filter-one
  .first-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.investor-documents
  .filter-one
  .year-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #f8f5eb transparent transparent;
}
.investor-documents
  .filter-one
  .first-filter
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.investor-documents
  .filter-one
  .year-filter
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #f8f5eb;
}
.investor-documents .filter-two {
  margin-bottom: 130px;
}
.is-mobile .investor-documents .filter-two {
  margin-bottom: 50px;
}
.is-mobile .investor-documents .filter-two .second-filter .select2-container {
  width: 200px !important;
}
.investor-documents
  .filter-two
  .second-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #f8f5eb;
  font-family: Matter, GeDinarTwo, sans-serif;
  opacity: 1;
}
.investor-documents
  .filter-two
  .second-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #f8f5eb transparent transparent;
}
.investor-documents
  .filter-two
  .second-filter
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #f8f5eb;
}
.investor-documents .filter-two .swiper-slide {
  width: auto !important;
}
.investor-documents .filter-two a {
  color: #f8f5eb;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.investor-documents .filter-two a.active,
.investor-documents .filter-two a:hover {
  opacity: 1;
}
.investor-documents .filter-content .result {
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  padding: 45px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .investor-documents .filter-content .result {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .investor-documents .filter-content .result div[class^="col-"] {
    margin-bottom: 15px;
  }
}
.investor-documents .filter-content .result div[class^="col-"]:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .investor-documents .filter-content .result div[class^="col-"]:first-child {
    padding-left: 15px;
  }
}
.investor-documents .filter-content .result div[class^="col-"]:nth-child(3) {
  padding-right: 0;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .investor-documents .filter-content .result div[class^="col-"]:nth-child(3) {
    padding-right: 15px;
  }
}
.investor-documents
  .filter-content
  .result
  div[class^="col-"]:nth-child(3)
  .link {
  justify-content: flex-end;
}
.investor-documents .filter-content .result .h4 {
  color: #f8f5eb;
  margin: 0;
}
.investor-documents .filter-content .result p.title {
  color: #f8f5eb;
  font-size: 1.875rem;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .investor-documents .filter-content .result p.title {
    font-size: 20px;
  }
}
.investor-documents .filter-content .result .link {
  display: flex;
  align-items: center;
}
.investor-documents .filter-content .result .link svg {
  margin-right: 15px;
}
.investor-documents .filter-content .result .link span {
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #f8f5eb;
  text-decoration: underline;
}
body.bg-off-white .investor-documents .filter-one a,
body.bg-off-white .investor-documents .filter-two a,
body.bg-off-white .investor-documents .title h2,
body.bg-off-white .investor-documents .title p {
  color: #000;
}
.our-story {
  overflow: hidden;
}
.our-story .title {
  margin: 0;
  padding: 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .our-story .title {
    padding: 70px 15px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-story .title {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.our-story .title h2 {
  color: #f8f5eb;
}
.our-story .title p {
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 0;
  color: #f8f5eb;
}
.our-story .img-title-wrapper {
  position: relative;
}
.our-story .img-title-wrapper .title-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  height: 363px;
}
@media only screen and (min-width: 1199px) and (max-height: 900px) {
  .our-story .img-title-wrapper .title-wrapper {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-title-wrapper .title-wrapper {
    height: 192px;
  }
}
.our-story .img-title-wrapper .title-wrapper h2 {
  color: #f8f5eb;
  padding: 55px 0 75px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1199px) and (max-height: 900px) {
  .our-story .img-title-wrapper .title-wrapper h2 {
    padding: 5px 0 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-story .img-title-wrapper .title-wrapper h2 {
    line-height: 1;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-title-wrapper .title-wrapper h2 {
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .our-story .img-title-wrapper .title-wrapper h2 {
    font-size: 50px;
    line-height: 1;
    padding: 50px 0 55px;
  }
}
.our-story .img-title-wrapper .title-wrapper h2:last-child {
  position: absolute;
  left: 90%;
  z-index: 1;
  opacity: 0.15;
}
@media only screen and (min-width: 1700px) {
  .our-story .img-title-wrapper .title-wrapper h2:last-child {
    left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .our-story .img-title-wrapper .title-wrapper h2:last-child {
    left: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .our-story .img-title-wrapper .title-wrapper h2:last-child {
    left: 87%;
  }
}
.our-story .img-title-wrapper .title-wrapper #next-btn {
  cursor: pointer;
}
.our-story .img-title-wrapper .title-wrapper #next-btn:hover {
  opacity: 1;
}
.our-story .img-title-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1199px) and (max-height: 900px) {
  .our-story .img-title-wrapper .img-wrapper {
    top: -60px;
  }
}
.our-story .img-title-wrapper .img-wrapper img {
  position: absolute;
  width: 363px;
  aspect-ratio: 1;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50%);
  clip-path: inset(50% 0 50% 0);
  transition: 1s ease-out;
}
@media only screen and (min-width: 1199px) and (max-height: 900px) {
  .our-story .img-title-wrapper .img-wrapper img {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-title-wrapper .img-wrapper img {
    width: 192px;
  }
}
.our-story .img-title-wrapper .img-wrapper img.active {
  clip-path: inset(0 0 0 0);
}
.our-story .year-wrapper {
  margin-bottom: 30px;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1199px) and (max-height: 900px) {
  .our-story .year-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .our-story .year-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.our-story .year-wrapper p.active {
  color: #fff;
}
.our-story .year-wrapper p {
  color: hsla(0, 0%, 100%, 0.35);
  transition: all 0.3s ease;
  margin: 0 70px 0 0;
  cursor: pointer;
  width: auto;
  padding: 20px 30px;
}
.our-story .year-wrapper p:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .our-story .year-wrapper p {
    margin-right: 40px;
  }
}
.our-story .year-wrapper p:hover {
  color: #fff;
}
.our-story .desc-wrapper {
  max-height: 150px;
}
.our-story .desc-wrapper.is-inview {
  max-height: none;
}
.our-story .desc-wrapper .swiper-slide {
  display: flex;
}
.our-story .desc-wrapper .swiper-slide .left {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .our-story .desc-wrapper .swiper-slide .left {
    width: 100%;
  }
}
.our-story .desc-wrapper .swiper-slide .left ul {
  list-style-type: none;
  margin-top: 0;
}
.our-story .desc-wrapper .swiper-slide .left ul li {
  position: relative;
}
.our-story .desc-wrapper .swiper-slide .left ul li a {
  display: block;
}
.our-story .desc-wrapper .swiper-slide .left ul li p.large {
  display: none;
}
.our-story .desc-wrapper .swiper-slide .left ul li .dropdown-icon {
  position: absolute;
  width: 31px;
  height: 31px;
  background-color: #003366;
  border-radius: 50%;
  display: none;
  top: -3px;
  right: 0;
  pointer-events: none;
}
.our-story .desc-wrapper .swiper-slide .left ul li .dropdown-icon svg {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .our-story .desc-wrapper .swiper-slide .left ul li .dropdown-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .desc-wrapper .swiper-slide .left ul li .h5 {
    margin-bottom: 20px;
    display: block;
    padding-right: 40px;
  }
}
.our-story .desc-wrapper .swiper-slide .left ul li.active .h5 {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .our-story .desc-wrapper .swiper-slide .left ul li.active p.large {
    display: block;
    line-height: 1.2;
    font-size: 16px;
    text-align: justify;
  }
  .our-story .desc-wrapper .swiper-slide .left ul li.active .dropdown-icon svg {
    transform: rotate(180deg);
    transform-origin: center;
  }
}
.our-story .desc-wrapper .swiper-slide .left ul .h5 {
  color: #f8f5eb;
  margin-bottom: 20px;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin-top: 0;
}
@media only screen and (min-width: 1199px) and (max-height: 900px) {
  .our-story .desc-wrapper .swiper-slide .left ul .h5 {
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }
}
.our-story .desc-wrapper .swiper-slide .right {
  width: 40%;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .our-story .desc-wrapper .swiper-slide .right {
    display: none;
  }
}
.our-story .desc-wrapper .swiper-slide .right p {
  color: #f8f5eb;
  margin-top: 0;
  text-align: justify;
}
body.bg-off-white .our-story .img-title-wrapper .title-wrapper h2 {
  color: #000;
}
body.bg-off-white .our-story .year-wrapper p {
  color: rgba(0, 0, 0, 0.7);
}
body.bg-off-white .our-story .desc-wrapper .swiper-slide .left ul .h5,
body.bg-off-white .our-story .desc-wrapper .swiper-slide .right p,
body.bg-off-white .our-story .year-wrapper p.active {
  color: #000;
}
.community-block {
  margin-top: 70px;
}
.community-block .row {
  display: flex;
  flex-wrap: wrap;
}
.community-block .property {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .community-block .property:last-child {
    margin-bottom: 0;
  }
}
.community-block .property .bg-wrapper {
  padding-top: 80%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.community-block .property .bg-wrapper .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.community-block .property .bg-wrapper .link-hover {
  cursor: none;
}
.logged-in .community-block .property .bg-wrapper .link-hover {
  cursor: pointer;
}
.community-block .property .bg-wrapper .tag-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
}
.community-block .property .bg-wrapper .tag {
  color: #f8f5eb;
  background-color: #000;
  border-radius: 70px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
.community-block .property .bg-wrapper .tag.red {
  background-color: #003366;
}
.community-block .property .bg-wrapper .tag:nth-child(2) {
  margin-left: 15px;
}
.community-block .property .info {
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .community-block .property .info {
    margin-bottom: 24px;
  }
}
.community-block .property .info:last-child {
  margin-bottom: 0;
}
.community-block .property .info span {
  font-size: 2rem;
  line-height: 1.1875;
  color: #000;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
@media only screen and (max-width: 767px) {
  .community-block .property .info span {
    font-size: 20px;
  }
}
.community-block .property .info i {
  color: #003366;
  font-size: 32px;
  margin-right: 16px;
  width: 60px;
}
.community-block .property .info i.icon-accomodation {
  font-size: 21px;
}
body.bg-black .community-block .property .info i,
body.bg-black .community-block .property .info span,
body.bg-black .community-block .property h4,
body.bg-black .community-block .property p,
body.bg-red .community-block .property .info i,
body.bg-red .community-block .property .info span,
body.bg-red .community-block .property h4,
body.bg-red .community-block .property p {
  color: #f8f5eb;
}
.report_archive_block {
  background-color: #003366;
  padding-block: 70px;
}
.report_archive_block .rpt-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report_archive_block .report_title {
  margin-block: 20px 10px;
}
.report_archive_block .report_name {
  margin-block-end: 10px;
}
.report_archive_block .report_name-title {
  font-size: 24px;
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .report_archive_block .report_name-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .report_archive_block .link,
  .report_archive_block .report_link {
    text-align: center;
  }
}
.report_archive_block .link a,
.report_archive_block .report_link a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #f8f5eb;
  margin-inline-start: 20px;
}
@media only screen and (max-width: 767px) {
  .report_archive_block .link a,
  .report_archive_block .report_link a {
    font-size: 14px;
    margin-inline-start: unset;
  }
}
.report_archive_block .archive_title {
  margin-block: 60px 20px;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .report_archive_block .archive_title {
    font-size: 24px;
  }
}
.report_archive_block .btn span.close-state {
  display: none;
}
.files_list {
  margin-block-start: 70px;
}
.files_list .block_heading {
  margin-bottom: 30px;
}
.files_list .filter-content .result {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.files_list .filter-content .result .h4 {
  padding-inline-start: 15px;
}
@media only screen and (max-width: 767px) {
  .files_list .filter-content .result .h4 {
    padding-inline-start: unset;
  }
}
.files_list .filter-content .result .h4,
.files_list .filter-content .result .link span,
.files_list .filter-content .result p.years_text {
  color: #000;
}
.page-template-construction-update-detail
  .tabs.camera-tabs.disableswiper
  #tabs-content
  .tab-content-custom {
  opacity: 1;
}
.page-template-construction-update-detail
  .tabs.camera-tabs.disableswiper
  #tabs-content
  .tab-content-custom
  iframe {
  width: 100%;
  height: 100%;
}
.title-image-block {
  background-color: #003366;
  padding: 40px 0 77px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title-image-block {
    padding: 20px 0 47px;
  }
}
.title-image-block .fade-up-text,
.title-image-block .title-anim div {
  opacity: 0;
}
.title-image-block .row {
  margin-left: -60px;
  margin-right: -60px;
}
.is-mobile .title-image-block .row {
  margin-left: -15px;
  margin-right: -15px;
}
.title-image-block .row div[class*="col-"] {
  padding: 0 60px;
}
.is-mobile .title-image-block .row div[class*="col-"] {
  padding: 0 15px;
}
.title-image-block .title h2 {
  color: #f8f5eb;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .title-image-block .title h2 {
    margin-bottom: 10px;
  }
}
.title-image-block .bg-wrapper {
  padding-top: 86.66667%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .title-image-block .bg-wrapper {
    margin-top: 30px;
  }
}
.title-image-block .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-block {
  padding-bottom: 120px;
}
.content-block ul {
  padding-left: 20px;
}
body.bg-off-white .content-block ul li {
  color: #000;
}
body.bg-black .content-block ul li,
body.bg-red .content-block ul li {
  color: #f8f5eb;
}
.home-blocks-wrapper > * {
  flex-shrink: 0;
}
.home-page header.header .container-fluid .header-wrapper .logo svg {
  transform: translateX(43vw) translateY(130vh) scale(11.5);
}
@media only screen and (max-width: 1024px) {
  .home-page header.header .container-fluid .header-wrapper .logo svg {
    transform: translateX(40vw) translateY(130vh) scale(7);
  }
}
@media only screen and (max-width: 767px) {
  .home-page header.header .container-fluid .header-wrapper .logo svg {
    transform: translateX(32vw) translateY(130vh) scale(4);
  }
}
@media only screen and (min-width: 1600px) {
  .home-page header.header .container-fluid .header-wrapper .logo svg {
    transform: translateX(42vw) translateY(128vh) scale(14);
  }
}
@media only screen and (min-width: 2100px) {
  .home-page header.header .container-fluid .header-wrapper .logo svg {
    transform: translateX(43vw) translateY(128vh) scale(19);
  }
}
.home-page header.header .container-fluid .header-wrapper .logo svg path {
  fill: #003366;
}
.fixed-banner {
  height: 100vh;
  width: 100vw;
  position: absolute;
  background-color: #000;
}
.is-mobile .fixed-banner {
  position: fixed;
}
.fixed-banner .intro-text {
  text-align: center;
  padding-top: 4%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .fixed-banner .intro-text {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-banner .intro-text {
    padding-top: 80px;
    transform: scale(0.7);
  }
}
.fixed-banner .intro-text div {
  overflow: hidden;
}
.fixed-banner .intro-text svg {
  opacity: 0;
}
.fixed-banner .intro-text span {
  color: #f8f5eb;
  font-size: 1.875rem;
  line-height: 2.16667;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  display: inline-block;
  transform: translateY(60px);
  margin: 0 20px;
}
.fixed-banner .img-wrapper {
  height: 575px;
  width: 700px;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-height: 870px) {
  .fixed-banner .img-wrapper {
    height: 475px;
    width: 540px;
  }
}
@media only screen and (max-height: 750px) {
  .fixed-banner .img-wrapper {
    height: 375px;
    width: 440px;
  }
}
@media only screen and (max-width: 1024px) {
  .fixed-banner .img-wrapper {
    height: 375px;
    width: 430px;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-banner .img-wrapper {
    height: 270px;
    width: 280px;
  }
}
.fixed-banner .img-wrapper div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.fixed-banner .img-wrapper img,
.fixed-banner .img-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-text div {
  overflow: hidden;
  transform: scale(5);
}
@media only screen and (max-height: 750px) {
  .banner-text div {
    transform: scale(4);
  }
}
@media only screen and (max-width: 1299px) {
  .banner-text div {
    transform: scale(3.5);
  }
}
@media only screen and (max-width: 1024px) {
  .banner-text div {
    transform: scale(3);
  }
}
@media only screen and (max-width: 767px) {
  .banner-text div {
    transform: scale(1);
  }
}
.banner-text div svg {
  transform: translateY(70px);
}
.banner-text div svg path {
  fill: #003366;
}
.fixed-footer {
  height: 100vh;
  width: 100vw;
  position: absolute;
}
.is-mobile .fixed-footer {
  position: fixed;
}
.fixed-footer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-wrap {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-mobile .footer-wrap {
  height: auto;
}
.footer-wrap .footer-container {
  position: relative;
  padding: 140px 150px 75px;
}
@media only screen and (max-height: 800px) {
  .footer-wrap .footer-container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-height: 720px) {
  .footer-wrap .footer-container {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .is-mobile .footer-wrap .footer-container {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .footer-wrap .footer-container {
    flex-direction: column;
  }
}
.footer-wrap .footer-container .footer-links {
  margin-bottom: 8%;
}
@media only screen and (max-height: 900px) {
  .footer-wrap .footer-container .footer-links {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .is-mobile .footer-wrap .footer-container .footer-links {
    width: 50%;
    flex-shrink: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .is-mobile .footer-wrap .footer-container .footer-links {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .footer-wrap .footer-container .footer-links {
    padding-bottom: 10px;
  }
}
.footer-wrap .footer-container .footer-links ul li {
  margin-bottom: 15px;
}
@media only screen and (max-height: 860px) {
  .footer-wrap .footer-container .footer-links ul li {
    margin-bottom: 14px;
  }
  .footer-wrap .footer-container .footer-links ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-height: 750px) {
  .footer-wrap .footer-container .footer-links ul li {
    margin-bottom: 8px;
  }
}
.footer-wrap .footer-container .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-container .footer-links ul li:first-child {
  margin-bottom: 37px;
}
@media only screen and (max-height: 750px) {
  .footer-wrap .footer-container .footer-links ul li:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links ul li:first-child {
    margin-bottom: 20px;
  }
}
.footer-wrap .footer-container .footer-links ul li:first-child a {
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links ul li:first-child a {
    font-size: 1.375rem;
  }
}
.footer-wrap .footer-container .footer-links ul li a {
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
}
.footer-wrap .footer-container .footer-links ul li a:hover {
  color: #003366;
}
@media only screen and (max-height: 860px) {
  .footer-wrap .footer-container .footer-links ul li a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-height: 750px) {
  .footer-wrap .footer-container .footer-links ul li a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links ul li a {
    font-size: 1.125rem;
  }
}
.footer-wrap .footer-container .footer-links .extra-links {
  width: auto;
  flex-grow: 0;
  margin-left: 15%;
  margin-top: 14px;
}
@media only screen and (max-width: 1370px) {
  .footer-wrap .footer-container .footer-links .extra-links {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 1290px) {
  .footer-wrap .footer-container .footer-links .extra-links {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1220px) {
  .footer-wrap .footer-container .footer-links .extra-links {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-container .footer-links .extra-links {
    margin-left: 30px;
  }
}
.is-mobile .footer-wrap .footer-container .footer-links .extra-links {
  margin-left: 0;
  margin-top: 5px;
}
.footer-wrap .footer-container .footer-links .extra-links p {
  font-size: 1.875rem;
  line-height: 1.33333;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.is-mobile .footer-wrap .footer-container .footer-links .extra-links p {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links .extra-links p {
    font-size: 1.375rem;
  }
}
.footer-wrap .footer-container .footer-links .extra-links p a {
  display: inline-block;
  transition: all 0.3s ease;
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  position: relative;
  margin-bottom: 20px;
}
.is-mobile .footer-wrap .footer-container .footer-links .extra-links p a {
  margin-bottom: 5px;
}
.footer-wrap .footer-container .footer-links .extra-links p a:hover {
  color: #003366;
}
.footer-wrap .footer-container .footer-links .extra-links p a:first-child {
  padding-right: 10px;
  position: relative;
}
@media only screen and (max-height: 720px) {
  .footer-wrap .footer-container .social-links {
    margin: 10px 0;
  }
}
.footer-wrap .footer-container .social-links .icon {
  font-size: 24px;
}
.footer-wrap .footer-container .social-links p {
  display: block;
  color: #f8f5eb;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  margin-right: 15px;
}
@media only screen and (max-height: 720px) {
  .footer-wrap .footer-container .social-links p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-wrap .footer-container #bottom-right-fix {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.footer-wrap .footer-container .footer-right {
  position: absolute;
  right: 70px;
  bottom: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .is-mobile .footer-wrap .footer-container .footer-right {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    right: 0;
    position: relative;
    bottom: 0;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .footer-wrap .footer-container .footer-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    bottom: 0;
  }
}
.footer-wrap .footer-container .footer-right p {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-right p {
    margin: 5px 0;
  }
}
.footer-wrap .footer-container .footer-right p:first-child {
  margin-right: 15px;
}
.footer-wrap .footer-container .footer-right p a {
  transition: all 0.3s ease;
  color: #f8f5eb;
}
.footer-wrap .footer-container .footer-right p a:hover {
  color: #003366;
}
.footer-wrap .footer-container .formidable form {
  background: hsla(0, 0%, 100%, 0.6);
}
.banner-wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  position: relative;
}
.no-intro.home-page header.header .container-fluid .header-wrapper .logo svg {
  transform: none;
}
.no-intro.home-page .fixed-banner .img-wrapper div:last-child {
  visibility: visible;
}
.home-filters-wrapper {
  background-color: #f8f5eb;
  display: flex;
  padding: 10px 0;
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .home-filters-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
.home-filters-wrapper .heading {
  padding: 15px 25px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 991px) {
  .home-filters-wrapper .heading {
    display: block;
  }
}
.home-filters-wrapper .heading p {
  color: #000;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  margin: 0;
}
.home-filters-wrapper .heading .plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  position: absolute;
  right: 15px;
  top: 15px;
}
.home-filters-wrapper .heading .plus.active {
  transform: rotate(0deg);
}
.home-filters-wrapper .heading .plus:before {
  width: 24px;
  transition: width 0.3s;
}
.home-filters-wrapper .heading .plus.active:before,
.home-filters-wrapper .heading .plus:before {
  content: "";
  display: block;
  height: 0;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 11px;
  transform: rotate(90deg);
}
.home-filters-wrapper .heading .plus.active:before {
  width: 0;
}
.home-filters-wrapper .heading .plus:after {
  content: "";
  display: block;
  width: 24px;
  height: 0;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 11px;
}
.home-filters-wrapper .col-wrapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-filters-wrapper .col-wrapper {
    flex-direction: column;
    padding-bottom: 10px;
    display: none;
  }
}
.home-filters-wrapper .col {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 25px;
}
.home-filters-wrapper .col:last-child {
  border-right-color: transparent;
}
@media only screen and (max-width: 991px) {
  .home-filters-wrapper .col {
    width: 100%;
    border-right: 0;
    margin-bottom: 10px;
  }
}
.home-filters-wrapper .col label {
  display: block;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1px;
  margin: 5px 0;
  font-weight: 400;
}
.home-filters-wrapper
  .col
  .select2-container.select2-container--default
  .select2-selection--single {
  height: 34px;
}
.home-filters-wrapper
  .col
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1.4375rem;
  line-height: 1.21739;
  opacity: 1;
  color: #000;
  text-transform: capitalize;
}
.home-filters-wrapper
  .col
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -4px;
  margin-left: 0;
  border-color: #000 transparent transparent;
}
.home-filters-wrapper
  .col
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #000;
}
.home-filters-wrapper .col .btn {
  border-radius: 0;
  font-size: 1.375rem;
  line-height: 1;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  width: 100%;
  margin-top: 6px;
}
.safari.is-mobile .home-filters-wrapper {
  bottom: 80px;
}
.is-mobile
  header.top
  + .nav-menu
  + main
  .fixed-banner
  .img-wrapper
  div.animated {
  padding-top: 0;
}
.is-mobile header.top + .nav-menu + main .banner-top-spacer {
  height: 0;
}
.login-page {
  padding-top: 140px;
}
.page-not-found {
  overflow: hidden;
  height: 100vh;
}
.page-not-found .bg-img {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-not-found .bg-img .content-wrapper {
  max-width: 770px;
  text-align: center;
}
.page-not-found .bg-img h1 {
  color: #f8f5eb;
}
.page-not-found .logo-wrapper {
  transform: translateY(-60px);
}
.page-not-found .logo-wrapper svg {
  transform: scale(7.5) translateX(5.7vw);
}
.page-not-found .logo-wrapper svg path {
  fill: #003366;
}
.is-mobile .page-not-found .logo-wrapper svg {
  transform: scale(5.5) translateX(7.5vw);
}
@media only screen and (max-width: 991px) {
  .is-mobile .page-not-found .logo-wrapper svg {
    transform: scale(3.5) translateX(10.5vw);
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .page-not-found .logo-wrapper svg {
    transform: scale(2) translateX(11.5vw);
  }
}
.thank-you {
  overflow: hidden;
  height: 100vh;
}
.thank-you .bg-black {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  flex-direction: column;
}
.thank-you .bg-black .content-wrapper {
  max-width: 600px;
  text-align: center;
}
.thank-you .bg-black h1 {
  color: #f8f5eb;
  margin-bottom: 30px;
}
.thank-you .bg-black p {
  color: #f8f5eb;
  margin-bottom: 60px;
}
.thank-you .logo-wrapper {
  transform: translateY(-60px);
}
.thank-you .logo-wrapper svg {
  transform: scale(7.5) translateX(5.7vw);
}
.thank-you .logo-wrapper svg path {
  fill: #003366;
}
.is-mobile .thank-you .logo-wrapper svg {
  transform: scale(5.5) translateX(7.5vw);
}
@media only screen and (max-width: 991px) {
  .is-mobile .thank-you .logo-wrapper svg {
    transform: scale(3.5) translateX(10.5vw);
  }
}
@media only screen and (max-width: 767px) {
  .is-mobile .thank-you .logo-wrapper svg {
    transform: scale(2) translateX(11.5vw);
  }
}
.full-page-content {
  margin: 60px 0 120px;
}
@media only screen and (max-width: 991px) {
  .full-page-content {
    margin: 50px 0;
  }
}
.full-page-content .row.more-space {
  margin-inline: -30px;
}
.full-page-content .row.more-space > div {
  padding-inline: 30px;
}
.full-page-content h1,
.full-page-content h2,
.full-page-content h3,
.full-page-content h4,
.full-page-content h5,
.full-page-content h6 {
  text-align: left;
}
.full-page-content .main-desc {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .full-page-content .main-desc {
    margin-bottom: 50px;
  }
}
.full-page-content .main-desc p strong {
  color: #000;
}
.full-page-content ul {
  padding-left: 20px;
}
.full-page-content ul li {
  color: #000;
}
.full-page-content a {
  color: #003366;
}
.full-page-content a:hover {
  color: #003366;
  opacity: 0.7;
}
.search-page main {
  background-color: #003366;
}
.search-page .cursor {
  background-color: #000;
}
.search-page .search-banner {
  height: 65vh;
  position: relative;
  padding-top: 116px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .search-page .search-banner {
    height: 400px;
  }
}
.search-page .search-banner ol.breadcrumb {
  position: absolute;
  right: 0;
  top: 90px;
}
.search-page .search-banner ol.breadcrumb li a:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .search-page .search-banner ol.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    right: 20px;
  }
}
.search-page .search-banner .section_search input[type="text"] {
  width: 100%;
  color: #f8f5eb;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f8f5eb;
}
@media only screen and (max-width: 1600px) {
  .search-page .search-banner .section_search input[type="text"] {
    font-size: 110px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .search-page .search-banner .section_search input[type="text"] {
    font-size: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .search-page .search-banner .section_search input[type="text"] {
    font-size: 80px;
  }
}
.search-page .search-banner .section_search input[type="text"]::placeholder {
  color: rgba(248, 245, 235, 0.3);
}
.search-page .search-banner .section_search input[type="submit"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.search-page .search-tabs {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .search-page .search-tabs {
    margin-bottom: 50px;
  }
}
.search-page .search-tabs .tab-wrapper {
  display: flex;
  align-items: center;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .search-page .search-tabs .tab-wrapper {
    flex-wrap: wrap;
  }
}
.search-page .search-tabs .tab-wrapper li {
  letter-spacing: -1px;
  color: rgba(248, 245, 235, 0.5);
  margin-right: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-page .search-tabs .tab-wrapper li span {
  display: inline-block;
  font-size: 16px;
  vertical-align: super;
}
@media only screen and (max-width: 767px) {
  .search-page .search-tabs .tab-wrapper li {
    padding: 7px 10px 11px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #f8f5eb;
  }
}
.search-page .search-tabs .tab-wrapper li.active,
.search-page .search-tabs .tab-wrapper li:hover {
  color: #f8f5eb;
}
.search-page .search-results .each_section {
  margin-left: -58px;
  margin-right: -58px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .search-page .search-results .each_section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.search-page .search-results .each_section .result {
  padding-left: 58px;
  padding-right: 58px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .search-page .search-results .each_section .result {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
.search-page .search-results .each_section .result .bg-img {
  padding-top: 119.54459%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .search-page .search-results .each_section .result .bg-img {
    margin-bottom: 15px;
  }
}
.search-page .search-results .each_section .result .bg-img.placeholder-img {
  border: 10px solid #fff;
}
.search-page .search-results .each_section .result .date {
  color: #f8f5eb;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .search-page .search-results .each_section .result .date {
    margin-bottom: 15px;
  }
}
.search-page .search-results .each_section .result h2 {
  margin-bottom: 30px;
  color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .search-page .search-results .each_section .result h2 {
    margin-bottom: 15px;
  }
}
.search-page .search-results .each_section .result p {
  color: #f8f5eb;
}
.search-page .load-more-pages {
  color: #f8f5eb;
  transition: all 0.3s ease;
  margin-bottom: 170px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .search-page .load-more-pages {
    margin-bottom: 50px;
  }
}
.search-page .load-more-pages h5 {
  cursor: pointer;
  display: inline-block;
}
.search-page .load-more-pages:hover {
  color: #000;
}
.property-intro {
  padding: 60px 0 15px;
}
@media only screen and (max-width: 1199px) {
  .property-intro {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .property-intro {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .property-intro:has(+ .intro-content-block) {
    padding-bottom: 20px;
  }
}
.property-intro .desc_area {
  padding-inline-end: 12%;
}
@media only screen and (max-width: 1199px) {
  .property-intro .desc_area {
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .property-intro .desc_area br,
  .property-intro .desc_area br:after {
    content: " ";
  }
}
.property-intro .h4 {
  margin: 0;
  opacity: 0;
}
.property-intro .h4.animated {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .property-intro .property-info {
    margin-top: 50px;
  }
}
.property-intro .property-info .info {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .property-intro .property-info .info {
    margin-bottom: 24px;
  }
}
.property-intro .property-info .info:last-child {
  margin-bottom: 0;
}
.property-intro .property-info .info span {
  font-size: 1.5rem;
  line-height: 1.58333;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .property-intro .property-info .info span {
    font-size: 20px;
  }
}
.property-intro .property-info .info i {
  color: #003366;
  font-size: 32px;
  margin-right: 16px;
  width: 60px;
  flex-shrink: 0;
  text-align: center;
}
.property-intro .property-info .info i.icon-accomodation {
  font-size: 25px;
}
.property-intro .property-info .info i.icon-accomodation + span {
  text-transform: capitalize;
}
.property-intro .property-info .info i.floor-icon {
  font-family: Matter, GeDinarTwo, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  font-style: normal;
}
.property-description {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .property-description {
    margin-bottom: 32px;
  }
}
.property-description p {
  color: #000;
  font-weight: 700;
}
.property-content {
  margin-left: -34px;
  margin-right: -34px;
  margin-bottom: 70px;
}
.is-mobile .property-content {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .property-content {
    margin-bottom: 10px;
  }
}
.property-content div[class*="col-"] {
  padding: 0 34px;
}
.is-mobile .property-content div[class*="col-"] {
  padding: 0 15px;
}
.property-content div[class*="col-"] p {
  margin: 0 0 30px;
}
#grid[data-columns]:before {
  content: "3 .column.size-1of3";
}
.available-units-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .available-units-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .available-units-title-wrapper {
    margin-bottom: 0;
  }
}
.available-units-title-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
}
.available-units-title-wrapper .swiper-navigation {
  margin-right: 30px;
}
.available-units-title-wrapper .swiper-navigation > div {
  border-color: rgba(0, 0, 0, 0.4);
}
.available-units-title-wrapper .swiper-navigation > div i {
  color: #000;
}
.available-units-title-wrapper .swiper-navigation > div:hover {
  border-color: #003366;
}
.available-units-title-wrapper .swiper-navigation > div:hover i {
  color: #003366;
}
.available-units-wrapper {
  padding: 0 0 70px;
}
@media only screen and (max-width: 767px) {
  .available-units-wrapper {
    padding: 30px 0;
  }
}
.available-units-wrapper#available-units-page {
  opacity: 1 !important;
}
.available-units-wrapper#available-units-page .grid-item {
  opacity: 0;
}
.available-units-wrapper#available-units-page .grid-item .bg-img {
  transform: scale(1.1);
}
.available-units-wrapper#available-units-page .grid-item .content-wrapper {
  opacity: 0;
  transform: translateY(50px);
}
.available-units-wrapper#available-units-page .unit {
  margin-bottom: 50px;
}
.available-units-wrapper#available-units-page .unit.hovering {
  background-color: #003366;
}
.available-units-wrapper#available-units-page
  .unit.hovering
  .info-wrapper
  .info
  i,
.available-units-wrapper#available-units-page
  .unit.hovering
  .info-wrapper
  .info
  span,
.available-units-wrapper#available-units-page .unit.hovering h3,
.available-units-wrapper#available-units-page .unit.hovering p.small-text {
  color: #f8f5eb;
}
.available-units-wrapper#available-units-page .unit.hovering .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.available-units-wrapper .swiper-slide {
  height: auto;
  background: #efeada;
}
@media only screen and (max-width: 991px) {
  .available-units-wrapper .swiper-slide {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .available-units-wrapper .swiper-slide .unit {
    margin-bottom: 0;
  }
}
.available-units-wrapper .unit {
  transition: all 0.3s ease;
  overflow: hidden;
  background: #efeada;
}
@media only screen and (max-width: 991px) {
  .available-units-wrapper .unit {
    margin-bottom: 40px;
  }
}
.available-units-wrapper .unit .content-wrapper {
  padding: 30px 30px 50px;
}
.available-units-wrapper .unit.show-cursor .link-hover {
  cursor: none;
}
.logged-in .available-units-wrapper .unit.show-cursor .link-hover {
  cursor: pointer;
}
.available-units-wrapper .unit .link-hover {
  z-index: 2;
}
.available-units-wrapper .unit .price {
  display: flex;
  align-items: center;
  position: absolute;
  left: 32px;
  top: 28px;
  padding-right: 32px;
  z-index: 1;
}
.available-units-wrapper .unit .price i {
  font-size: 33px;
  margin-right: 15px;
  color: #f8f5eb;
}
.available-units-wrapper .unit .price span {
  font-size: 20px;
  color: #f8f5eb;
}
.available-units-wrapper .unit .bg-img {
  padding-top: 100%;
  position: relative;
}
.available-units-wrapper .unit .bg-img.landscape {
  padding-top: 69.89247%;
}
.available-units-wrapper .unit .content-wrapper {
  transition: all 0.3s ease;
  padding-bottom: 30px;
}
.available-units-wrapper .unit p.small-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease;
  margin: 0;
}
.available-units-wrapper .unit h3 {
  font-weight: 700;
  letter-spacing: 0.1px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .available-units-wrapper .unit h3 {
    font-size: 25px;
  }
}
.available-units-wrapper .unit .info-wrapper {
  margin-top: 20px;
}
.available-units-wrapper .unit .info-wrapper .info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.available-units-wrapper .unit .info-wrapper .info:last-child {
  margin-bottom: 0;
}
.available-units-wrapper .unit .info-wrapper .info span {
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #000;
  transition: all 0.3s ease;
}
.available-units-wrapper .unit .info-wrapper .info i {
  color: #003366;
  font-size: 28px;
  margin-right: 5px;
  width: 50px;
  transition: all 0.3s ease;
  text-align: start;
}
.available-units-wrapper .unit .info-wrapper .info i.icon-accomodation {
  font-size: 20px;
  margin-right: 5px;
}
.available-units-wrapper .unit .info-wrapper .info i.floor-icon {
  font-family: Matter, GeDinarTwo, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  font-style: normal;
}
.iframe-container iframe {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
  border-width: 0;
  margin-bottom: -8px;
}
@media only screen and (max-width: 1199px) {
  .iframe-container iframe {
    height: 500px;
  }
}
.interested-in {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .interested-in {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
.interested-in h2 {
  font-size: 5rem;
  line-height: 1.1;
  max-width: 670px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .interested-in h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .interested-in .button-wrapper .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.interested-in .button-wrapper a:nth-child(2) {
  margin-left: 32px;
}
@media only screen and (max-width: 767px) {
  .interested-in .button-wrapper a:nth-child(2) {
    margin-left: 0;
  }
}
.interested-in.bg-red {
  background-color: transparent !important;
}
.interested-in.bg-red h2 {
  color: #f8f5eb;
}
#map_canvas {
  height: 70vh;
  max-height: 732px;
}
@media only screen and (max-width: 1024px) {
  #map_canvas {
    height: 40vh;
  }
}
.units-listing-wrapper hr {
  border-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.map-view .page-banner .enquire-btn {
  margin-bottom: 38px;
}
body.bg-black .interested-in h2,
body.bg-black .property-content p,
body.bg-black .property-description p,
body.bg-black .property-intro .h4,
body.bg-black .property-intro .property-info .info i,
body.bg-black .property-intro .property-info .info span,
body.bg-red .interested-in h2,
body.bg-red .property-content p,
body.bg-red .property-description p,
body.bg-red .property-intro .h4,
body.bg-red .property-intro .property-info .info i,
body.bg-red .property-intro .property-info .info span {
  color: #f8f5eb;
}
.property-page .available-units-wrapper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .property-page .available-units-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .property-page .available-units-wrapper {
    padding-bottom: 0;
  }
}
.property-page .available-units-wrapper .unit .bg-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 69.89247%;
}
.property-page .available-units-wrapper .unit .bg-wrapper .bg-img {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-out;
}
.property-page .available-units-wrapper .unit.hovering .bg-img {
  transform: scale(1.2);
}
.property-page .property-content {
  margin-bottom: 0;
}
.fixed-page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.enquire-btn-container {
  right: 50px;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .enquire-btn-container {
    right: 0;
    padding-top: 60px;
  }
}
.enquire-btn-container .btn-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s ease;
}
.is-mobile .enquire-btn-container .btn-wrapper {
  transform: none !important;
  position: fixed;
  bottom: 25px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .is-mobile .enquire-btn-container .btn-wrapper {
    right: 0;
  }
}
.enquire-btn-container .btn-wrapper.horizontal-form-active.hide-main-btn {
  visibility: hidden;
}
.is-mobile
  .enquire-btn-container
  .btn-wrapper.horizontal-form-active.hide-main-btn {
  visibility: visible;
}
.enquire-btn-container .btn-wrapper .enquire-btn {
  position: relative;
  bottom: 0;
  right: 0;
  opacity: 1;
  border: 1px solid transparent;
}
@media only screen and (max-height: 800px) {
  .enquire-btn-container .btn-wrapper .enquire-btn {
    bottom: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .enquire-btn-container .btn-wrapper .enquire-btn {
    transform: scale(0.5);
  }
}
.enquire-btn-container .btn-wrapper.small .enquire-btn {
  height: 78px;
  width: 78px;
  border-color: #f8f5eb;
}
@media only screen and (max-width: 767px) {
  .enquire-btn-container .btn-wrapper.small .enquire-btn {
    height: 150px;
    width: 150px;
  }
}
.enquire-btn-container .btn-wrapper.small .enquire-btn i {
  font-size: 31px;
}
.enquire-btn-container .btn-wrapper.small .enquire-btn span {
  display: none;
}
.is-mobile .safari .enquire-btn-container .btn-wrapper {
  bottom: 100px;
}
.page-template-construction-update-detail .property-description {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .page-template-construction-update-detail .property-description {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail .property-description {
    margin-top: 20px;
  }
}
.page-template-construction-update-detail .property-description p {
  font-weight: 400;
}
.page-template-construction-update-detail .property-content a,
.page-template-construction-update-detail .property-description a {
  color: #003366;
}
.page-template-construction-update-detail .property-content a:hover,
.page-template-construction-update-detail .property-description a:hover {
  opacity: 0.7;
}
.horizontal-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  margin: 0 30px 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .horizontal-form {
    display: none;
  }
}
.horizontal-form h5 {
  margin-right: 16px;
}
.horizontal-form > h5,
.horizontal-form > p {
  color: #f8f5eb;
}
.horizontal-form .formidable {
  width: 100%;
  flex-grow: 1;
  background-color: #f8f5eb;
  padding: 15px 20px;
}
.horizontal-form .formidable form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.horizontal-form .formidable form #locale + div,
.horizontal-form .formidable form [value="submit"] + div {
  flex-grow: 1;
}
.horizontal-form .formidable .formidable_row {
  margin-left: -15px;
  margin-right: -15px;
}
.horizontal-form .formidable .formidable_row .formidable_column {
  padding-left: 15px;
  padding-right: 15px;
}
.horizontal-form .formidable .formidable_row .formidable_column.col-sm-2,
.horizontal-form .formidable .formidable_row .formidable_column.width-2 {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.horizontal-form .formidable .formidable_row .formidable_column.col-sm-2.last,
.horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2:last-child,
.horizontal-form .formidable .formidable_row .formidable_column.width-2.last,
.horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2:last-child {
  width: 0;
  padding: 0;
  border-right: 0;
}
.horizontal-form .formidable .formidable_row .formidable_column .buttons {
  margin-left: 26px;
  padding: 0;
  width: 162px;
}
.horizontal-form
  .formidable
  .formidable_row
  .formidable_column
  .buttons.please_wait:after {
  opacity: 0;
}
.horizontal-form .formidable .please_wait_loader {
  display: none !important;
}
.horizontal-form .formidable .element {
  margin-bottom: 0;
}
.horizontal-form .formidable .element input {
  border-bottom-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .horizontal-form .formidable .element input {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
}
.horizontal-form .formidable .element label {
  top: -7px;
  font-size: 13px;
  line-height: 22px;
}
.other-units {
  overflow: hidden;
  margin-top: 40px;
}
.other-units h2 {
  margin-block: 30px;
}
@media only screen and (max-width: 1024px) {
  .other-units h2 {
    margin-bottom: 20px;
  }
}
.other-units .swiper-navigation {
  display: none;
}
.other-units .available-units-wrapper .unit .bg-img {
  padding-top: 69.89247%;
}
body.bg-black .other-units h2 {
  color: #fff;
}
.page-template-unit .property-content,
.page-template-unit .property-description {
  margin-bottom: 0;
}
.page-template-our-communities-detail .intro-content-block {
  padding: 0;
}
.page-template-our-communities-detail #map_canvas {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .page-template-our-communities-detail #map_canvas {
    margin-top: 40px;
  }
}
.page-type-property .popup-content-block .popup-modal-block.btn.btn-360 {
  margin-inline-start: 9.5%;
  margin-top: 20px;
}
body.bg-black .property-intro p,
body.bg-red .property-intro p {
  color: #f8f5eb;
}
.property-page .select2-results__option--disabled {
  display: none !important;
}
.property-page .brochure-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .property-page .brochure-wrap {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .property-page .brochure-wrap {
    width: 100%;
  }
}
.property-page .brochure-wrap .brochure-select {
  margin-inline-start: 32px;
  width: 22%;
}
@media only screen and (max-width: 991px) {
  .property-page .brochure-wrap .brochure-select {
    width: 100%;
    margin-inline-start: 0;
    margin-top: 15px;
  }
}
.property-page .brochure-wrap .brochure-select .select2 {
  padding-inline-start: 25px;
  background: #003366;
  color: #fff;
  border-radius: 30px;
  height: 100%;
  padding-top: 9px;
}
@media only screen and (max-width: 991px) {
  .property-page .brochure-wrap .brochure-select .select2 {
    padding-inline-start: 0;
  }
}
@media only screen and (max-width: 991px) {
  .property-page .brochure-wrap .brochure-select .select2 .select2-selection {
    text-align: center;
  }
}
.property-page
  .brochure-wrap
  .brochure-select
  .select2
  .select2-selection__rendered {
  color: #f8f5eb;
  opacity: 1;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .property-page
    .brochure-wrap
    .brochure-select
    .select2
    .select2-selection__rendered {
    text-align: center !important;
  }
}
.property-page
  .brochure-wrap
  .brochure-select
  .select2
  .select2-selection__arrow {
  top: 44%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .property-page
    .brochure-wrap
    .brochure-select
    .select2
    .select2-selection__arrow {
    right: 30px;
  }
}
.property-page
  .brochure-wrap
  .brochure-select
  .select2
  .select2-selection__arrow
  b {
  border-color: #f8f5eb transparent transparent;
}
.property-page .brochure-wrap .brochure-select .select2-results__options {
  margin-top: 2px;
}
.property-page .brochure-wrap .brochure-select .select2-results__options li {
  color: #f8f5eb;
}
.property-page .brochure-wrap ul li {
  color: #f8f5eb !important;
}
@media only screen and (max-width: 991px) {
  .property-page .brochure-wrap .btn {
    margin-inline-start: 0;
    margin-top: 15px;
    margin-bottom: 0 !important;
  }
}
.property-page .select2-results__option {
  color: #f8f5eb !important;
  background-color: #003366 !important;
}
.property-page .select2-results__option:hover {
  background: #f8f5eb !important;
  color: #000 !important;
}
.page-arabic .brochure-wrap .select2 {
  padding-inline-start: 25px !important;
  padding-inline-end: 25px;
}
.page-arabic .brochure-wrap .select2-selection__arrow {
  left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .page-template-available-units .property-intro {
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
}
.page-template-available-units .property-intro .property-info {
  margin-top: 20px;
}
.page-template-available-units .search-count p {
  margin-bottom: 5px;
}
.filters-wrapper {
  padding: 30px 20px;
  background-color: #f0ead8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .filters-wrapper {
    padding: 20px 0;
  }
}
.filters-wrapper .filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
}
.filters-wrapper .filters.animated {
  opacity: 1;
}
.filters-wrapper .filters .filters-inner-wrapper {
  background-color: #f8f5eb;
  display: flex;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .filters-wrapper .filters .filters-inner-wrapper {
    flex-wrap: wrap;
  }
}
.filters-wrapper .filters .filters-inner-wrapper .col-wrapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .filters-wrapper .filters .filters-inner-wrapper .col-wrapper {
    flex-direction: column;
  }
}
.filters-wrapper .filters .filters-inner-wrapper .col {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .filters-wrapper .filters .filters-inner-wrapper .col {
    width: 50%;
    margin-bottom: 10px;
  }
  .filters-wrapper .filters .filters-inner-wrapper .col:nth-child(2n) {
    border-right-color: transparent;
  }
  .filters-wrapper .filters .filters-inner-wrapper .col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .filters-wrapper .filters .filters-inner-wrapper .col {
    width: 100%;
    border-right: 0;
  }
}
.filters-wrapper .filters .filters-inner-wrapper .col:last-child {
  border-right-color: transparent;
}
.filters-wrapper .filters .filters-inner-wrapper .col label {
  display: block;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1px;
  margin: 5px 0;
  font-weight: 400;
}
.filters-wrapper
  .filters
  .filters-inner-wrapper
  .col
  .select2-container.select2-container--default
  .select2-selection--single {
  height: 34px;
}
.filters-wrapper
  .filters
  .filters-inner-wrapper
  .col
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1.4375rem;
  line-height: 1.21739;
  opacity: 1;
  color: #000;
  text-transform: capitalize;
}
.filters-wrapper
  .filters
  .filters-inner-wrapper
  .col
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -4px;
  margin-left: 0;
  border-color: #000 transparent transparent;
}
.filters-wrapper
  .filters
  .filters-inner-wrapper
  .col
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #000;
}
.filters-wrapper .filters .filters-inner-wrapper .col .btn {
  border-radius: 0;
  font-size: 1.375rem;
  line-height: 1;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  width: 100%;
  margin-top: 6px;
}
.filters-wrapper .filters .filters-inner-wrapper .col p.large {
  font-size: 1.125rem;
  color: #000;
  margin: 0;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  cursor: pointer;
}
.filters-wrapper .filters .filters-inner-wrapper .col .dropdown {
  display: none;
  position: absolute;
  background-color: #003366;
  border: 1px solid rgba(50, 54, 61, 0.0784313725490196);
  box-shadow: 5px 9px 15px 3px rgba(0, 0, 0, 0.25882352941176473);
  z-index: 1;
}
.filters-wrapper .filters .filters-inner-wrapper .col .arrow {
  height: 0;
  left: auto;
  right: 25px;
  position: absolute;
  top: 67%;
  width: 0;
  transition: all 0.3s ease;
  margin-top: -4px;
  margin-left: 0;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0;
}
.filters-wrapper .filters .filters-inner-wrapper .col .arrow.active {
  border-color: transparent transparent #000;
  border-width: 0 6px 7px;
}
.available_units-page .select2-container--open .select2-dropdown {
  min-width: 250px;
}
.search-count {
  opacity: 0;
}
.search-count p {
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  margin: 0 0 30px;
}
.who-we-are-banner {
  min-height: 1100px;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .who-we-are-banner {
    min-height: 1130px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .who-we-are-banner {
    min-height: 590px;
    height: auto;
  }
}
.who-we-are-banner ol.breadcrumb {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .who-we-are-banner ol.breadcrumb {
    top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .who-we-are-banner ol.breadcrumb {
    right: auto;
    left: 0;
    top: 60px;
    padding-left: 20px;
  }
}
.who-we-are-banner ol.breadcrumb li a:hover {
  color: #000;
}
.who-we-are-banner.animated h1 {
  opacity: 1;
}
.is-mobile .who-we-are-banner.animated.moving-anim .split-lines {
  overflow: visible;
}
.who-we-are-banner .animated-text-wrapper {
  position: relative;
  z-index: 1;
}
.who-we-are-banner h1 {
  color: #f8f5eb;
  margin: 0;
  padding-top: 194px;
  line-height: 1;
  opacity: 0;
  font-size: 15rem;
}
@media only screen and (max-width: 1024px) {
  .who-we-are-banner h1 {
    font-size: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .who-we-are-banner h1 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .who-we-are-banner h1 {
    font-size: 80px;
  }
}
.who-we-are-banner h1 span {
  position: relative;
  display: block;
}
.who-we-are-banner h1 .line-2 {
  left: 27%;
}
.who-we-are-banner h1 .line-3 {
  left: 12%;
}
.who-we-are-banner .image-wrapper {
  opacity: 0;
}
.who-we-are-banner .image-wrapper .bg-img {
  position: absolute;
  background-color: #000;
}
.who-we-are-banner .image-wrapper .bg-img:first-child {
  width: 25.5vw;
  height: 39vw;
  bottom: 0;
  left: 0;
}
.who-we-are-banner .image-wrapper .bg-img:nth-child(2) {
  width: 36.4vw;
  height: 49.5vw;
  bottom: 80px;
  left: 30%;
}
.who-we-are-banner .image-wrapper .bg-img:nth-child(3) {
  width: 22.3vw;
  height: 28.3vw;
  top: 38%;
  right: 0;
}
.win-os .who-we-are-banner h1 .split-lines {
  padding-bottom: 30px;
}
.press-filters {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(50px);
}
@media only screen and (max-width: 767px) {
  .press-filters {
    margin-bottom: 20px;
  }
}
.press-filters div[class^="col-"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.press-filters div[class^="col-"] .tabs a {
  margin-right: 30px;
  transition: all 0.3s ease;
}
.press-filters div[class^="col-"] .tabs a:hover {
  color: #000;
}
.press-filters div[class^="col-"] .tabs a:last-child {
  margin-right: 0;
}
.press-filters div[class^="col-"] .tabs a.active {
  color: #000;
}
.press-filters div[class^="col-"] .year-filter .select2-container {
  width: 90px !important;
}
.press-filters
  div[class^="col-"]
  .year-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #003366;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .press-filters
    div[class^="col-"]
    .year-filter
    .select2-container.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 47px;
  }
}
.press-filters
  div[class^="col-"]
  .year-filter
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #003366 transparent transparent;
  margin-top: 6px;
}
.press-filters
  div[class^="col-"]
  .year-filter
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #003366;
}
.press-listing .data-featured {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.press-listing .data-featured .bg-img {
  padding-top: 62.22222%;
  margin-bottom: 30px;
  background-position-y: 0;
  transform: scale(1.1);
  background-color: red;
}
.press-listing .data-featured .link-hover {
  cursor: none;
}
.logged-in .press-listing .data-featured .link-hover {
  cursor: pointer;
}
.press-listing .data-featured p.date {
  color: #000;
  margin-bottom: 30px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .press-listing .data-featured p.date {
    margin-bottom: 15px;
  }
}
.press-listing .data-featured .h4 {
  margin-bottom: 30px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .press-listing .data-featured .h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .press-listing .data-featured .h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.press-listing .data-featured p.large {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .press-listing .data-featured p.large {
    font-size: 18px;
  }
}
.press-listing .data-container .group-div {
  position: relative;
}
.press-listing .data-container .group-div .row svg {
  display: none;
}
.press-listing .data-container .group-div:first-child .row {
  padding-bottom: 20%;
}
@media only screen and (max-width: 991px) {
  .press-listing .data-container .group-div:first-child .row {
    padding-bottom: 113px;
  }
}
.press-listing .data-container .group-div:first-child .row svg {
  display: block;
}
.press-listing .data-container .group-div:nth-child(2) .row {
  padding-top: 340px;
}
@media only screen and (max-width: 991px) {
  .press-listing .data-container .group-div:nth-child(2) .row {
    padding-top: 170px;
  }
}
.press-listing .data-container .group-div .row {
  margin-left: -58px;
  margin-right: -58px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .press-listing .data-container .group-div .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .press-listing .data-container .group-div .row {
    padding: 0;
  }
}
.press-listing .data-container .group-div .row svg {
  position: absolute;
  bottom: 0;
  width: 92%;
  height: auto;
  transform: translateY(40%);
  z-index: 1;
  inset-inline-start: 4%;
}
.press-listing .data-container .group-div .row svg path {
  fill: #003366;
}
.press-listing .data-container .group-div .item {
  padding-left: 58px;
  padding-right: 58px;
  position: relative;
  margin-bottom: 65px;
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .press-listing .data-container .group-div .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .press-listing .data-container .group-div .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.press-listing .data-container .group-div .item .item-inner-wrapper {
  overflow: hidden;
  position: relative;
}
.press-listing
  .data-container
  .group-div
  .item
  .item-inner-wrapper
  .link-hover {
  cursor: none;
}
.logged-in
  .press-listing
  .data-container
  .group-div
  .item
  .item-inner-wrapper
  .link-hover {
  cursor: pointer;
}
.press-listing .data-container .group-div .item .bg-wrapper {
  padding-top: 70.60606%;
  margin-bottom: 30px;
  position: relative;
}
.press-listing .data-container .group-div .item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position-y: 0;
  transform: scale(1.1);
}
.press-listing .data-container .group-div .item p.date {
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .press-listing .data-container .group-div .item p.date {
    margin-bottom: 15px;
  }
}
.press-listing .data-container .group-div .item h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .press-listing .data-container .group-div .item h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .press-listing .data-container .group-div .item h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .press-listing .data-container .group-div .item p.large {
    font-size: 18px;
  }
}
.press-listing .data-container .group-div:first-child .item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .press-listing .data-container .group-div:first-child .item {
    width: 100%;
  }
}
.press-listing .data-container .group-div:first-child .item .bg-wrapper {
  padding-top: 70.60606%;
}
.press-listing .data-container .group-div:nth-child(odd) .item:first-child {
  margin-left: auto;
}
.press-listing .load-wrapper {
  padding: 0 0 40px;
}
.page-template-news-press-detail p {
  text-align: justify;
}
body.bg-black .load-wrapper a,
body.bg-black .press-listing .data-container .group-div .item h3,
body.bg-black .press-listing .data-container .group-div .item p.date {
  color: #f8f5eb;
}
@media only screen and (max-width: 991px) {
  .page-template-career .page-banner {
    height: auto;
    aspect-ratio: 1.6;
    margin-bottom: 20px;
  }
}
.page-template-career .formidable-container {
  background-color: #efeada;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-career .formidable-container {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.office-details {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .office-details {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.office-details h2 {
  margin: 0 0 53px;
}
.office-details p {
  margin-bottom: 25px;
  margin-top: 0;
  color: #000;
}
.office-details p strong {
  color: #003366;
  font-size: 1.875rem;
  line-height: 1.26667;
  font-family: OrpheusPro, HarirDisplay, sans-serif;
  font-weight: 400;
}
.office-details a {
  font-family: Matter, GeDinarTwo, sans-serif;
  color: #000;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.office-details a:hover {
  color: #003366;
}
.office-details .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -44px;
  margin-right: -44px;
}
.is-mobile .office-details .row {
  margin-left: -20px;
  margin-right: -20px;
}
.office-details .row div[class^="col-"] {
  padding-left: 44px;
  padding-right: 44px;
}
.is-mobile .office-details .row div[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.office-details img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .office-details img {
    margin-top: 40px;
  }
}
.contact-details {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .contact-details {
    margin-bottom: 50px;
  }
}
.contact-details a,
.contact-details p {
  color: #000;
  transition: all 0.3s ease;
}
.contact-details a:hover {
  color: #003366;
}
.contact-details p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-details div[class^="col-"] {
    margin-bottom: 30px;
  }
}
.contact-form h2 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .contact-form h2 {
    margin-bottom: 50px;
  }
}
.contact-form .formidable .element .buttons {
  margin: auto;
}
.contact-horizontal-form {
  position: relative;
  width: 100%;
  padding: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f0ead8;
}
.contact-horizontal-form h5 {
  margin-right: 16px;
}
.contact-horizontal-form h5:after {
  content: "|";
}
@media only screen and (max-width: 1059px) {
  .contact-horizontal-form h5:after {
    content: none;
  }
}
.contact-horizontal-form > h5,
.contact-horizontal-form > p {
  color: #000;
}
.contact-horizontal-form .formidable {
  width: 100%;
  flex-grow: 1;
  background-color: #f8f5eb;
  padding: 15px 20px;
}
.contact-horizontal-form .formidable form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .contact-horizontal-form .formidable form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-horizontal-form .formidable form #locale + div,
.contact-horizontal-form .formidable form input[value="submit"] + div {
  flex-grow: 1;
}
.contact-horizontal-form .formidable .formidable_row {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-horizontal-form .formidable .formidable_row .formidable_column {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-3,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-4,
.contact-horizontal-form .formidable .formidable_row .formidable_column.width-2,
.contact-horizontal-form .formidable .formidable_row .formidable_column.width-3,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-4 {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-2,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-3,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-4,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-2,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-3,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-4 {
    width: 50%;
  }
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-2:nth-child(2n),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-3:nth-child(2n),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-4:nth-child(2n),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-2:nth-child(2n),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-3:nth-child(2n),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-4:nth-child(2n) {
    border-right-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-2,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-3,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-4,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-2,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-3,
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-4 {
    width: 100%;
  }
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-2:nth-child(odd),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-3:nth-child(odd),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.col-sm-4:nth-child(odd),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-2:nth-child(odd),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-3:nth-child(odd),
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column.width-4:nth-child(odd) {
    border-right-width: 0;
  }
}
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-2.last,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-3.last,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.col-sm-4.last,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-2.last,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-3.last,
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column.width-4.last {
  width: 0;
  padding: 0;
  border-right: 0;
}
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column
  .buttons {
  margin-left: 26px;
  padding: 0;
  width: 162px;
}
@media only screen and (max-width: 1024px) {
  .contact-horizontal-form
    .formidable
    .formidable_row
    .formidable_column
    .buttons {
    margin-left: 0;
  }
}
.contact-horizontal-form
  .formidable
  .formidable_row
  .formidable_column
  .buttons.please_wait:after {
  opacity: 0;
}
.contact-horizontal-form .formidable .please_wait_loader {
  display: none !important;
}
.contact-horizontal-form .formidable .element {
  margin-bottom: 0;
}
.contact-horizontal-form .formidable .element input {
  border-bottom-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .contact-horizontal-form .formidable .element input {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
}
.contact-horizontal-form .formidable .element label {
  top: -7px;
  font-size: 13px;
  line-height: 22px;
}
.property_leasing-page .cursor {
  display: none;
}
.page-template-leasing .contact-horizontal-form .formidable_column {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .page-template-leasing .contact-horizontal-form .formidable_column {
    flex-wrap: wrap;
  }
}
.page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element:not([data-formidable-type="hidden"]) {
  flex: 1 0 16%;
  margin-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]) {
    flex: 1 0 50%;
    max-width: 46%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px 10px 0;
    border-right: none;
    margin-right: 20px;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(odd):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(2n) {
    border-right: none;
    padding-left: 15px;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(5) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 14px;
    margin-right: 10px;
    padding-left: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"])
    label {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]) {
    margin-right: 0;
    padding: 10px 15px 10px 0;
    flex: 1 0 50%;
    max-width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(2n) {
    border-right: none;
    padding-left: 15px;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"])
    label {
    top: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(odd):after {
    display: none;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(5) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 0;
    margin-right: 10px;
    max-width: calc(50% - 15px);
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(5):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -15px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    display: block;
  }
}
.page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element:not([data-formidable-type="hidden"]):nth-child(5) {
  margin-right: 0;
  border-right: none;
}
.page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element:not([data-formidable-type="hidden"]):nth-child(5)
  input {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]) {
    flex: 1 0 100%;
    max-width: 100%;
    border-right: none;
    padding: 10px 0;
    margin: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(2n) {
    border-right: none;
    padding-left: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(5) {
    max-width: 100%;
    padding-left: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]):nth-child(5):after {
    display: none;
  }
}
.page-template-leasing .contact-horizontal-form .formidable_column .submit {
  min-width: 162px;
}
.page-template-leasing .contact-horizontal-form .button-wrapper .element {
  margin-right: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.page-template-leasing .contact-horizontal-form .button-wrapper .element:after {
  content: none !important;
}
.page-template-leasing .contact-horizontal-form .formidable .element input,
.page-template-leasing .contact-horizontal-form .formidable .element textarea,
.page-template-leasing
  .contact-horizontal-form
  .formidable
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: Matter;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.1px;
  text-transform: capitalize;
}
.page-template-leasing
  .contact-horizontal-form
  .formidable
  .select2-container--default {
  border-bottom: none;
  padding-bottom: 0;
}
.page-template-leasing
  .contact-horizontal-form
  .formidable
  .select2-container--default
  .select2-selection--single {
  height: 37px;
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing
    .contact-horizontal-form
    .formidable
    .select2-container--default {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    top: -4px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing .contact-horizontal-form [class*="email-address"] {
    padding-bottom: 0;
  }
  .page-template-leasing
    .contact-horizontal-form
    [class*="email-address"]
    input {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-leasing .property-intro {
    padding-bottom: 20px;
  }
}
.page-template-leasing .property-intro h1:first-child,
.page-template-leasing .property-intro h2:first-child,
.page-template-leasing .property-intro h3:first-child,
.page-template-leasing .property-intro h4:first-child,
.page-template-leasing .property-intro h5:first-child,
.page-template-leasing .property-intro h6:first-child {
  margin-top: 0;
}
.page-template-leasing .property-intro .property-info {
  margin-top: 20px;
}
.page-template-leasing .leasing_note {
  font-family: Matter, GeDinarTwo, sans-serif;
  color: #969696;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  padding: 11px 11px 11px 32px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
.page-template-leasing .leasing_note:before {
  content: "\E910";
  font-family: icomoon !important;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 22px;
}
.page-template-leasing .leasing_note.large {
  margin-bottom: 50px;
}
.page-template-leasing .page-banner {
  height: auto;
}
.page-template-leasing .page-banner .main-container.form-added {
  position: relative;
  padding-top: 141px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing .page-banner .main-container.form-added {
    padding-bottom: 0;
  }
}
.page-template-leasing .contact-horizontal-form {
  padding-top: 38px;
  padding-bottom: 53px;
}
.page-template-leasing .contact-horizontal-form .form_note {
  display: flex;
  align-items: center;
  margin-bottom: 19.37px;
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing .contact-horizontal-form .form_note {
    display: block;
  }
}
.page-template-leasing .contact-horizontal-form h5 {
  font-family: Matter, GeDinarTwo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 46px;
  letter-spacing: 0.1px;
  color: #000;
  margin: 0 9.5px 0 0;
}
.page-template-leasing .contact-horizontal-form h5:after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .page-template-leasing .contact-horizontal-form h5 {
    font-size: 1.5rem;
  }
}
.page-template-leasing .contact-horizontal-form p {
  font-family: Matter, GeDinarTwo, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #969696;
  display: inline-block;
  position: relative;
  padding-left: 14.4px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing .contact-horizontal-form p {
    padding-left: 0;
    margin: 18px 0;
  }
}
.page-template-leasing .contact-horizontal-form p:before {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background-color: #969696;
  position: absolute;
  left: 0;
  top: -9px;
}
@media only screen and (max-width: 1024px) {
  .page-template-leasing .contact-horizontal-form p:before {
    display: none;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.leasing_desc {
  margin-top: 62px;
}
.leasing_desc .column-one {
  max-width: 60%;
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .leasing_desc .column-one {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.leasing_desc .column-two {
  max-width: 40%;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 50px;
  padding-left: 6%;
}
.leasing_desc .column-two h1,
.leasing_desc .column-two h2,
.leasing_desc .column-two h3,
.leasing_desc .column-two h4 {
  margin-bottom: 28px;
  color: #000;
}
.leasing_desc .column-two div,
.leasing_desc .column-two li,
.leasing_desc .column-two p {
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #000;
}
.leasing_desc .column-two li {
  line-height: normal;
  position: relative;
}
.leasing_desc .column-two ul {
  list-style: none;
  margin-top: 20px;
}
.leasing_desc .column-two ul li {
  padding-left: 60px;
  margin-bottom: 15px;
}
.leasing_desc .column-two ul li.icon:before {
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  color: #003366;
  top: 2px;
  width: 50px;
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
}
.leasing_desc .column-two ul li.icon.office:before {
  content: "\E910";
  font-size: 27px;
  top: -1.1px;
  left: 7px;
}
.leasing_desc .column-two ul li.icon.bed:before {
  content: "\E902";
}
.leasing_desc .column-two ul li.icon.size:before {
  content: "\E90A";
}
.leasing_desc .column-two ul li.icon.money:before {
  content: "\E909";
}
.leasing_desc .column-two ul li.icon.retail:before {
  content: "\E90F";
  font-size: 27px;
  top: -2px;
}
.leasing_desc .column-two ul li.icon.location:before {
  content: "\E908";
  font-size: 27px;
  left: 4px;
  top: -2px;
}
@media only screen and (max-width: 991.98px) {
  .leasing_desc .column-two {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .leasing_desc .column-two {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
.leasing_desc .banner-desc {
  margin-left: 0 auto;
}
.leasing_desc .banner-desc .small {
  color: #969696;
  font-size: 14px;
}
.leasing_desc .banner-desc h1,
.leasing_desc .banner-desc h2,
.leasing_desc .banner-desc h3,
.leasing_desc .banner-desc h4 {
  margin-bottom: 28px;
  color: #000;
}
.leasing_desc .banner-desc div,
.leasing_desc .banner-desc p {
  font-size: 1.1875rem;
  line-height: 1.47368;
  color: #000;
}
.property-list-wrapper .each-project .leasing_desc {
  margin-top: 20px;
  transition: all 0.3s ease;
}
.property-list-wrapper .each-project .leasing_desc h1,
.property-list-wrapper .each-project .leasing_desc h2,
.property-list-wrapper .each-project .leasing_desc h3,
.property-list-wrapper .each-project .leasing_desc h4,
.property-list-wrapper .each-project .leasing_desc h5 {
  color: #000;
  font-weight: 700;
}
.property-list-wrapper .each-project .leasing_desc div,
.property-list-wrapper .each-project .leasing_desc p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.55556;
}
.property-list-wrapper .each-project .leasing_desc li {
  font-size: 1.125rem;
  line-height: 1.33333;
  line-height: normal;
  position: relative;
  color: #000;
}
.property-list-wrapper .each-project .leasing_desc ul {
  list-style: none;
  margin-top: 20px;
}
.property-list-wrapper .each-project .leasing_desc ul li {
  padding-left: 50px;
  margin-bottom: 15px;
}
.property-list-wrapper .each-project .leasing_desc ul li.icon:before {
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  color: #003366;
  top: 2px;
  width: 50px;
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
}
.property-list-wrapper .each-project .leasing_desc ul li.icon.office:before {
  content: "\E910";
  font-size: 27px;
  top: -1.1px;
  left: 7px;
}
.property-list-wrapper .each-project .leasing_desc ul li.icon.bed:before {
  content: "\E902";
}
.property-list-wrapper .each-project .leasing_desc ul li.icon.size:before {
  content: "\E90A";
}
.property-list-wrapper .each-project .leasing_desc ul li.icon.money:before {
  content: "\E909";
}
.property-list-wrapper .each-project .leasing_desc ul li.icon.retail:before {
  content: "\E90F";
  font-size: 27px;
  top: -2px;
}
.property-list-wrapper .each-project .leasing_desc ul li.icon.location:before {
  content: "\E908";
  font-size: 27px;
  left: 4px;
  top: -2px;
}
@media only screen and (max-width: 1024.98px) {
  .property-list-wrapper .each-project .leasing_desc {
    margin-top: 20;
  }
}
.property-list-wrapper .each-project .leasing_buttons {
  margin-top: 11px;
}
.property-list-wrapper .each-project .leasing_buttons .link {
  margin-right: 15.04px;
  color: #f0ead8;
}
@media only screen and (max-width: 991px) {
  .property-list-wrapper .each-project .leasing_buttons .link {
    margin-bottom: 10px;
  }
}
.property-list-wrapper .each-project .leasing_buttons .leasing_link {
  font-family: Matter, GeDinarTwo, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: #000;
  padding: 17px 17.5px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: transparent;
}
.property-list-wrapper .each-project .leasing_buttons .leasing_link:hover {
  background-color: #000;
  color: #f0ead8;
}
@media only screen and (min-width: 1025px) {
  .property-list-wrapper .each-project .holder {
    padding: 15px 20px 20px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .property-list-wrapper .each-project .holder:first-child h1,
  .property-list-wrapper .each-project .holder:first-child h2,
  .property-list-wrapper .each-project .holder:first-child h3,
  .property-list-wrapper .each-project .holder:first-child h4,
  .property-list-wrapper .each-project .holder:first-child h5,
  .property-list-wrapper .each-project .holder:first-child h6 {
    margin-top: 0;
  }
  .property-list-wrapper .each-project .leasing_desc {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 20px;
    position: relative;
  }
  .property-list-wrapper .each-project:hover .holder {
    padding-left: 20px;
    background-color: #003366;
  }
  .property-list-wrapper .each-project:hover .btn.btn-arrow {
    background-color: #000;
  }
  .property-list-wrapper .each-project:hover .leasing_desc .icon:before,
  .property-list-wrapper .each-project:hover .leasing_desc a,
  .property-list-wrapper .each-project:hover .leasing_desc div,
  .property-list-wrapper .each-project:hover .leasing_desc h1,
  .property-list-wrapper .each-project:hover .leasing_desc h2,
  .property-list-wrapper .each-project:hover .leasing_desc h3,
  .property-list-wrapper .each-project:hover .leasing_desc h4,
  .property-list-wrapper .each-project:hover .leasing_desc h5,
  .property-list-wrapper .each-project:hover .leasing_desc h6,
  .property-list-wrapper .each-project:hover .leasing_desc li,
  .property-list-wrapper .each-project:hover .leasing_desc p {
    color: #f8f5eb;
  }
}
@media only screen and (max-width: 767px) {
  .page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element:not([data-formidable-type="hidden"]) {
    border-left: 0 !important;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-arabic
    .page-template-leasing
    .contact-horizontal-form
    .formidable_column
    .element[data-formidable-type="options"] {
    border-bottom: 0 !important;
  }
}
.page-arabic
  .page-template-leasing
  .contact-horizontal-form
  .formidable_column:has(> .element[data-formidable-type="code"]) {
  display: none;
}
.page-template-leasing
  .contact-horizontal-form
  .formidable_column
  .element.form-group[data-formidable-type="email"][data-formidable-handle="email"] {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.page-template-construction-update-detail .slider {
  margin: 0 auto;
}
.page-template-construction-update-detail .slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  height: 80vh;
  background: #deddd4;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .date-time {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 2;
  text-align: center;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .date-time
  p {
  color: #f8f5eb;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/Overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-scrollbar {
  border-radius: 2px;
  height: 24px;
  width: 400px;
  bottom: 40px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail
    .slider
    .swiper-container
    .swiper-scrollbar {
    width: 315px;
    bottom: 30px;
  }
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  height: 24px;
  position: relative;
  left: 0;
  background-image: url(../images/dragger.svg);
  background-repeat: no-repeat;
  background-size: auto;
  cursor: grab;
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-scrollbar
  .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  height: 4px;
  top: 11px;
  width: 400px;
  left: -400px;
  background-color: #f7f5ec;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail
    .slider
    .swiper-container
    .swiper-scrollbar
    .swiper-scrollbar-drag:before {
    width: 315px;
    left: -315px;
  }
}
.page-template-construction-update-detail
  .slider
  .swiper-container
  .swiper-scrollbar
  .swiper-scrollbar-drag:after {
  content: "";
  position: absolute;
  left: auto;
  height: 4px;
  top: 11px;
  width: 400px;
  right: -400px;
  background: rgba(247, 245, 236, 0.5);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail
    .slider
    .swiper-container
    .swiper-scrollbar
    .swiper-scrollbar-drag:after {
    width: 315px;
    right: -315px;
  }
}
.page-template-construction-update-detail .zoom {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: url(../images/zoom_in.svg), pointer;
  margin: auto;
  filter: none !important;
  background-size: 120%;
}
.page-template-construction-update-detail .zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.page-template-construction-update-detail .zoomImg {
  opacity: 1 !important;
}
.page-template-construction-update-detail .zooming img {
  opacity: 0;
}
.page-template-construction-update-detail .zooming {
  cursor: url(../images/zoom_out.svg), pointer;
}
.page-template-construction-update-detail .tabs {
  width: 100%;
  margin: -60px 0 60px;
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail .tabs {
    margin: 0 0 40px;
  }
}
.page-template-construction-update-detail ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
.page-template-construction-update-detail ul#tabs-nav li {
  width: 100%;
  margin-right: 1px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  background-color: #deddd4;
}
.page-template-construction-update-detail ul#tabs-nav li:last-child {
  margin-right: 0;
}
.page-template-construction-update-detail #tabs-nav li:hover {
  background-color: #a7302d;
}
.page-template-construction-update-detail #tabs-nav li:hover a {
  color: #fff;
  opacity: 1;
}
.page-template-construction-update-detail #tabs-nav li.active {
  background-color: #a7302d;
}
.page-template-construction-update-detail #tabs-nav li.active a {
  color: #fff;
  opacity: 1;
}
.page-template-construction-update-detail #tabs-nav li a {
  text-decoration: none;
  color: #000;
  opacity: 0.5;
  font-size: 16px;
}
.page-template-construction-update-detail .tab-content {
  background-color: #fff;
}
.page-template-construction-update-detail #tabs-content {
  position: relative;
  height: 80vh;
  overflow: hidden;
  margin-inline: -20px;
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail #tabs-content {
    height: 221px;
    margin-inline: -15px;
  }
}
.page-template-construction-update-detail .tab-content-custom {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s;
}
.page-template-construction-update-detail .tab-content-custom.active {
  opacity: 1;
}
.page-template-construction-update-detail .swiper-slide {
  height: 80vh;
}
@media only screen and (max-width: 767px) {
  .page-template-construction-update-detail .swiper-slide {
    height: 100% !important;
  }
}
.bg-red .page-template-construction-update-detail .property-description h4 {
  color: #f8f5eb;
}