body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'GT Walsheim';
    font-weight: normal;
    font-style: normal;
    color: #102f4b;
    line-height: 1.3;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
}

.fade-content {
    opacity: 0;
}

.site-content {
    flex: 1 0 auto;
    width: 100%;
    min-height: 0.01px;
}

.footerholder {
    flex-shrink: 0;
}

img {
    min-height: 0.01px;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.image-fill {
    position: absolute;
    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: #102f4b !important;
}

.text-primary {
    color: #102f4b !important;
}

.bg-secondary {
    background-color: #ff796b !important;
}

.text-secondary {
    color: #ff796b !important;
}

.bg-light {
    background-color: #f9e8d4 !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.desk-padding {
    padding: 0 6vw;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.left-0 {
    left: 0 !important;
}

.left-50 {
    left: 50% !important;
}

.left-100 {
    left: 100% !important;
}

.right-0 {
    right: 0 !important;
}

.right-50 {
    right: 50% !important;
}

.right-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

h1 {
    font-size: 3.35rem;
    line-height: 0.9;
}

h2 {
    font-size: 1.7rem;
    line-height: 1.2;
}

h3 {
    font-size: 1.85rem;
}

p {
    font-size: 1.3rem;
}

.small {
    font-size: 0.675rem;
}

.anchor {
    top: -6.5rem;
}

.divider {
    height: 0.15rem;
}

.badge {
    width: 15.75rem;
    height: 15.75rem;
    font-size: 1.9rem;
    line-height: 1.1;
    bottom: -8rem;
    z-index: 1;
}

.spec-icon {
    height: 7rem;
}

.plug-icon {
    height: 7.75rem;
}

.spec-text {
    line-height: 1.1;
}

.image01,
.image03 {
    height: 44.5rem;
}

.image02 {
    height: 51rem;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 1rem;
    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: 1rem;
    height: 1rem;
    margin: 0 0.25rem;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff796b;
}

.table-header {
    display: table-header-group;
}

.table-body {
    display: table-row-group;
}

.d-table-cell {
    padding: 1.3rem 0.5rem;
    border-bottom: 0.1rem solid #ff796b;
}

.table-header .d-table-cell {
    background-color: #f9e8d4;
}

.table-body .d-table-row:last-of-type .d-table-cell {
    background-color: #ff796b;
}

.owl-nav {
    z-index: 10;
}

.owl-nav .arrow {
    width: 1.75rem;
    cursor: pointer;
}

.border-top {
    border-top: 0.1rem solid #102f4b !important;
}

.key {
    padding-right: 1.25rem;
}

.key:after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.key:nth-of-type(1)::after {
    background-color: #ff9489;
}

.key:nth-of-type(2)::after {
    background-color: #d8d8d8;
}

.north-icon {
    width: 1.7rem !important;
}

.map {
    height: 44rem;
}

.connect-icon {
    width: 11.5rem;
}

.connect-icon1 {
    margin-top: 2.15rem;
}

.download-link {
    color: #102f4b;
    border-bottom: 0.2rem solid #102f4b;
}

.download-link:hover {
    color: #000;
    opacity: 0.75;
}

.download-link .arrow {
    height: 1.5rem;
}

@media (min-width: 768px) {
    html {
        font-size: 1vw;
    }

    #owl-gallery .owl-item {
        height: 28.5rem;
    }

    #owl-gallery2 .owl-item {
        height: 44.75rem;
    }
   
    #owl-gallery3 .owl-item {
        height: 41rem;
    }

    .shape01 {
        width: 8.25rem;
        height: 22.5rem;
        left: 0;
        bottom: 5rem;
    }
    
    .shape02 {
        width: 12.75rem;
        height: 22.5rem;
        top: 26rem;
        right: 0;
    }
    
    .shape03 {
        width: 8rem;
        height: 23.25rem;
        top: 6.675rem;
        right: 0;
    }
    
    .shape04 {
        width: 18.5rem;
        height: 23.5rem;
        top: 22.5rem;
        left: 0;
    }

    .shape05 {
        width: 12.75rem;
        height: 22.5rem;
        top: -5.5rem;
        right: 0;
    }

    .shape06 {
        width: 18.5rem;
        height: 23.5rem;
        left: 0;
        bottom: 7rem;
    }

    .shape07 {
        width: 8rem;
        height: 23.25rem;
        top: 10rem;
        right: 0;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}

@media (max-width: 767px) {

    html {
        font-size: 16px;
    }    

    body {
        font-size: 1.1rem;
    }

    .desk-padding {
        padding: 0 8vw;
    }

    h1 {
        font-size: 2.75rem;
        line-height: 1.1;
    }
    
    h2 {
        font-size: 1.55rem;
    }
   
    h3 {
        font-size: 2.15rem;
    }

    p {
        font-size: 1.25rem;
    }

    .image01,
    .image03,
    .owl-item {
        height: 23rem;
    }

    .image02 {
        height: 30rem;
    }

    .spec-icon,
    .plug-icon {
        height: 9rem;
    }

    .spec-text {
        font-size: 1.25rem;
    }

    .d-table-cell {
        padding: 1rem 0.5rem;
    }

    #plans-link {
        height: 4.5rem;
        font-size: 1.9rem;
        color: #fff;
        background-color: #102f4b;
    }

    #plans-link .arrow {
        height: 2.25rem;
    }

    .map {
        height: 32rem;
    }

    .download-link p {
        font-size: 1.5rem;
    }

    .small {
        font-size: 0.695rem;
    }

    .shape01 {
        width: 9rem;
        height: 25rem;
        left: 0;
        bottom: -3.25rem;
        z-index: -1;
    }
    
    .shape02 {
        width: 8.5rem;
        height: 24.5rem;
        top: 8rem;
        right: 0;
    }
   
    .shape03 {
        width: 8.5rem;
        height: 24.5rem;
        top: 6.5rem;
        right: 0;
    }

    .shape04 {
        width: 9rem;
        height: 25rem;
        left: 0;
        top: -4.75rem;
        z-index: -1;
    }

    .shape05 {
        width: 8.5rem;
        height: 24.5rem;
        top: 18.75rem;
        right: 0;
    }

    .shape06 {
        width: 9rem;
        height: 25rem;
        left: 0;
        top: 62.5rem;
    }

    .shape07 {
        width: 8.5rem;
        height: 24.5rem;
        top: 6.5rem;
        right: 0;
    }
}

@media (max-width: 567px) {
    html {
        font-size: 3vw;
    }
}

@font-face {
    font-family: 'GT Walsheim';
    src: local('GT Walsheim Regular'), local('GTWalsheim-Regular'),
        url('../fonts/GTWalsheim-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Medium';
    src: local('GT Walsheim Medium'), local('GTWalsheim-Medium'),
        url('../fonts/GTWalsheim-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Bold';
    src: local('GT Walsheim Bold'), local('GTWalsheim-Bold'),
        url('../fonts/GTWalsheim-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-bold {
    font-family: 'GT Walsheim Bold';
}

.scroll-downs {
  position: absolute;
    bottom: 30px;
  right: 30px;
  margin: 0;
  
  width :34px;
  height: 55px;
    z-index: 10000;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.nobr {
    white-space: nowrap;
}