body {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #022442;
  font-size: 1.125rem;
  line-height: 1.22em;
  letter-spacing: 0.01em;
  font-family: "DIN Pro";
  font-weight: normal;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

.site-content {
  flex: 1 0 auto;
}

.footerholder {
  flex-shrink: 0;
  z-index: 1;
}

.fade-content {
  opacity: 0;
}

img {
  min-height: 0.01px;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
}
a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.image-fill {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.vh-fix {
  height: 100vh;
  height: calc(100vh - var(--vh-offset, 0px));
}

.bg-primary {
  background-color: #022442 !important;
}
.bg-red {
  background-color: #F25A5A !important;
}
.bg-green {
  background-color: #D7F0AF !important;
}
.bg-purple {
  background-color: #4F49F6 !important;
}

.text-primary {
  color: #022442 !important;
}
.text-red {
  color: #F25A5A !important;
}
.text-green {
  color: #D7F0AF !important;
}
.text-purple {
  color: #4F49F6 !important;
}

.color-bar {
  width: 1rem;
  z-index: 10;
}

#section-one .color-bar.bg-purple {
  height: 15.625rem;
  top: 0;
  right: -1rem;
}
#section-one .color-bar.bg-green {
  height: 18.75rem;
  top: 0;
  left: 8.5rem;
}
#section-one .color-bar.bg-red {
  height: 15rem;
  bottom: 0;
  left: 4rem;
}

#section-two .color-bar.bg-purple {
  height: 18.5rem;
  bottom: 0;
  left: 4rem;
}
#section-two .color-bar.bg-red {
  height: 11.25rem;
  top: 0;
  right: 2rem;
}

#section-three .color-bar.bg-purple {
  height: 4.4375rem;
  bottom: 0;
  right: 4rem;
}
#section-three .color-bar.bg-green {
  height: 6.25rem;
  top: 0;
  right: 39.5rem;
}
#section-three .color-bar.bg-red {
  height: 14rem;
  bottom: 0;
  left: 2rem;
}

#section-four .color-bar.bg-green {
  height: 7.25rem;
  bottom: 0;
  left: 1.375rem;
}
#section-four .color-bar.bg-red {
  height: 8.8125rem;
  top: 0;
  right: 29.1875rem;
}

#section-five .color-bar.bg-red {
  height: 14.375rem;
  top: 0;
  right: -1rem;
}

#section-six .color-bar.bg-purple {
  height: 11.875rem;
  top: 0.6875rem;
  left: 2rem;
}
#section-six .color-bar.bg-red {
  height: 25rem;
  bottom: 0;
  right: 0;
}

#section-seven .color-bar.bg-purple {
  height: 15rem;
  top: 0;
  left: 2rem;
}
#section-seven .color-bar.bg-green {
  height: 9.4375rem;
  top: 6.375rem;
  right: 32.4375rem;
}
#section-seven .color-bar.bg-red {
  height: 23rem;
  bottom: 0;
  right: 6.25rem;
}

h1, h2 {
  font-family: "DIN Pro Cond Bold";
}

h1 {
  font-size: 5rem;
  line-height: 1.025em;
  letter-spacing: 0.01em;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.07em;
  letter-spacing: -0.035rem;
}

h3 {
  font-family: "DIN Pro Cond";
  font-size: 2.5rem;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}

h4 {
  font-size: 1.625rem;
  line-height: 1.23em;
}

p {
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}

.bd-sm {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
}

.small {
  font-size: 0.75rem;
  line-height: 1.1667;
  letter-spacing: 0.01em;
}

.overview-icon {
  width: 6rem;
}

.spec-icon {
  width: 8.3125rem !important;
}

.travel-icon {
  width: 8.75rem !important;
}

.border-bottom {
  border-bottom-color: #4F49F6 !important;
}

/* OWL CAROUSEL */
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.2rem;
  background: transparent;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #fff;
}

.gallery01 .position-relative {
  height: 53rem;
}

.gallery02 .gallery-overlay {
  z-index: 10;
}

.gallery03 .position-relative {
  height: 39rem;
}

.owl-nav {
  z-index: 10;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 2.875rem;
  height: 2.875rem;
  cursor: pointer;
  background-color: #fff;
  transition: 0.4s;
}
.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
  height: 1.625rem;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  transform: scaleY(1.15);
}
.owl-nav .owl-prev:hover path,
.owl-nav .owl-next:hover path {
  stroke: #F25A5A;
}

.owl-nav-full {
  width: 100vw;
}

#section-two .owl-nav-full {
  top: 3.75rem;
}

.image-captions {
  width: 45% !important;
}

.image-captions .owl-stage-outer,
.image-captions .owl-stage,
.image-captions .owl-item {
  height: 100%;
}

.image-captions .owl-item {
  animation-duration: 10ms !important;
}

/* TABLE */
/* PLAN KEY BEFORE  */
/* BX SLIDER */
.north-icon {
  height: 2rem;
}

.agent01 {
  height: 3.375rem;
}

.agent02 {
  height: 4.4rem;
}

.download-link {
  font-size: 1.375rem;
  color: #fff;
  border: 0.125rem solid #4F49F6;
}
.download-link:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.download-link svg {
  width: 1.375rem;
  transition: 0.5s;
}
.download-link:hover {
  color: #fff;
  background-color: #21338A;
}
.download-link:hover svg {
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  html {
    font-size: 1vw !important;
  }
  .download-link {
    width: 19.25rem;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
  .container {
    max-width: 1540px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 3.5vw;
  }
  h1 {
    font-size: 4rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  .gallery01 .position-relative,
  .gallery03 .position-relative {
    height: 25rem;
  }
  .gallery02 .ratio.ratio-16x9 {
    --bs-aspect-ratio: 100% !important;
  }
  .color-bar {
    display: none;
  }
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Light";
  src: url("../fonts/DINPro-Light.woff2") format("woff2"), url("../fonts/DINPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Medium";
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fw-semibold {
  font-family: "DIN Pro Medium";
  font-weight: 500 !important;
}

@font-face {
  font-family: "DIN Pro Bold";
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.fw-bold {
  font-family: "DIN Pro Bold";
  font-weight: 700 !important;
}

@font-face {
  font-family: "DIN Pro Cond";
  src: url("../fonts/DINPro-CondensedRegular.woff2") format("woff2"), url("../fonts/DINPro-CondensedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond Bold";
  src: url("../fonts/DINPro-CondensedBold.woff2") format("woff2"), url("../fonts/DINPro-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.map-wrapper {
  height: 45.5rem;
}
@media (max-width: 767px) {
  .map-wrapper {
    height: 25rem;
  }
}

.map-buttons {
  top: 1.25rem;
  right: 1.25rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.map-buttons .map-button {
  font-family: "DIN Pro Cond Bold";
  font-size: 1.125rem;
  line-height: 1em;
  border: 1px solid #C7CDD3;
  border-bottom: none;
  width: 11.25rem;
  cursor: pointer;
}
.map-buttons .map-button:last-of-type {
  border-bottom: 1px solid #C7CDD3;
}
.map-buttons .map-button:before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  border: 1px solid #F25A5A;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.map-buttons .map-button:after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #F25A5A;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.map-buttons .map-button:hover:after,
.map-buttons .map-button.is-hover:after,
.map-buttons .map-button.is-active:after {
  opacity: 1;
}

.map-buttons .map-button.is-active:after {
  background-color: #022442;
}