/*
Theme Name: Savil Theme
Theme URI: https://webnganh.com/
Author: IRT
Author URI: https://webnganh.com/
Description: WebNganh.Com
Version: 9.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme wordpress, wordpress theme dev, wordpress dev, webnganh.com
Text Domain: irt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@font-face {
    font-family: helveticaFont;
    src: url(fonts/helvetica-neue-medium.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: helveticaFont;
    src: url(fonts/helvetica-neue-regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaFont;
    src: url(fonts/helvetica-neue-italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: helveticaFont;
    src: url(fonts/helvetica-neue-bold.ttf);
    font-weight: 700;
    font-style: normal
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
    padding: 0
}

picture img{
    width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
.div {
    display: block
}
audio,
canvas,
video {
    display: inline;
    zoom: 1
}

html {
    font-size: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    margin: 0;
    overflow-x: hidden;
}

a {
    color: blue
}
.title__intro{
    margin: 0;
    padding: 50px 0;
}
.interactive{
    padding: 30px 0;
}
.interactive h1{
    padding: 60px 0;
    font-weight: 400;
}
.title__contact p{
    padding-bottom: 20px;
}
.text-center{
    text-align: center;
}

li {
    list-style: none
}

b,
strong {
    font-weight: 700
}

.hidden{
    display: none;
}

i,
em,
dfn {
    font-style: italic
}

.single .site-header, .page-template-search_custom .site-header{
    background-color: #000;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2.5rem 0;
    padding: 0
}

small {
    font-size: 85%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
}

label {
    cursor: pointer
}

input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0
}

button,
input {
    line-height: normal;
    overflow: visible
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

div,
article,
section,
header,
footer,
nav,
li {
    position: relative
}

.color-red {
    color: #EB2124;
}

.text-light {
    color: #000;
}

.text-b {
    font-weight: bold;
}

.cb-b {
    margin-bottom: 60px;
}

.cb-l {
    padding-left: 30px;
}

.cb-bt {
    padding: 60px 0 200px;
}

.fw-bold {
    font-weight: 600;
}

.pf-64 {
    padding-left: 64px;
}

.mr-abs {
    margin-top: -80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.cb-title {
    font-size: 32px;
    margin-bottom: 24px;
}

.widget{
    background-color: #EB2124;
    border: 1px solid #EB2124;
    text-align: center;
    padding: 15px 0 0;
    margin-bottom: 1.5em;
}

.widget_search{
    background-color: #fff;
    border: 1px solid #fff;
}

.searchform input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
}

.searchform{
    position: relative;
}

.flex-col{
    max-height: 100%;
}

.searchform button{
    margin: 0;
    background-color: #EB2124;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-width: 2.5em;
    padding: 12px 0;
    display: inline-block;
    color: #fff;
    border: #eb2124;
}
.lds-dual-ring.loading { 
    display: none;
  }
  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  }
  .overlay_irt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
  }
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.flex-grow{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}

.searchform button i{
    font-size: 1.2em;
    vertical-align: middle;
    top: -1.5px;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1.2;
}

.widget>ul>li+li{
    border-top: 1px solid #ececec;
}

.cb-location__heading {
    font-size: 26px;
    margin-top: 14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.cb-location .cb-line {
    margin-top: 30px;
}

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

::-moz-selection {
    background: #3c69ec;
    color: #fff
}

::selection {
    background: #3c69ec;
    color: #fff
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 50%;
    height: auto
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 50%;
    height: auto
}

.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.pll-parent-menu-item:hover{
    position: relative;
    top: 18px;
}

.pll-parent-menu-item img{
    width: 30px;
    height: 30px;
}
.pll-parent-menu-item:hover .sub-menu{
    display: block;
}

.alignnone {
    margin: 10px 0;
    max-width: 100%;
    height: auto
}

.wp-caption-text {
    margin-bottom: 0;
    font-size: .875rem;
    display: inline-block
}

.sprite {
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    position: relative
}

.responsive {
    width: 100%
}

.display-none {
    display: none
}

.centered {
    margin: 0 auto
}

.v-align {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.v-align::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.35em
}

.v-align span {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 10px;
    vertical-align: middle
}

.flex-direction-nav li {
    position: inherit
}

.js-button,
.js-button:hover,
.js-button:active,
.js-button:focus {
    outline: none
}

.print {
    display: none
}

.layout {
    background-color: hsla(0, 50%, 50%, .5)
}

.embed-container {
    position: relative;
    /* padding-bottom: 56.25%; */
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container video{
    width: 100%;
    max-height: 1078px;
    margin-top: -22px;
    margin-bottom: -30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

iframe {
    border: none
}

.animate-all,
.menu-item a {
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.animate-all-slow {
    -webkit-transition: all 600ms;
    transition: all 600ms
}

.no-touchevents .img-link:hover img,
.img-link:focus img,
.img-link:active img {
    -webkit-filter: saturate(110%)contrast(110%)brightness(105%);
    filter: saturate(110%)contrast(110%)brightness(105%)
}

body,
input,
textarea,
select {
    font-family: helveticaFont, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #222
}

.heading-font {
    font-family: helveticaFont, sans-serif;
    font-weight: 400
}

.cb-heading__wrapper {
    position: relative;
}

.cb-heading__bottom,
.cb-heading__top {
    position: absolute;
    content: '';

    height: 120px;
    width: 1px;
    border-left: 1.4px solid #EB2124;

    display: block;
    position: absolute;
    left: 50%;
}

.cb-heading__top {
    top: 0;
}


.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    top: 10px;
}
.alert-danger {
    color: red;
}
.alert-success {
    color: #1acd1a;
}


.cb-heading__bottom::after,
.cb-heading__bottom::before,
.cb-heading__top::after,
.cb-heading__top::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 60%;
    width: 0.3px;
    background-color: #EB2124;
}

.cb-heading__bottom::before,
.cb-heading__top::before {
    left: 40px;
}

.cb-heading__bottom::after,
.cb-heading__top::after {
    right: 42px;
    left: auto;
}

.cb-heading__bottom::after,
.cb-heading__bottom::before {
    bottom: auto;
    top: 0;
}

.cb-heading__bottom {
    bottom: 0;
}

.body-font {
    font-family: helveticaFont, sans-serif;
    font-weight: 400
}

h1,
.h1 {
    font-family: helveticaFont, sans-serif;
    font-weight: 300;
    font-size: 2.8125rem;
    line-height: 1.25
}

h2,
.h2 {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.page-title {
    font-size: 2.375rem
}

h3,
.h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 400
}

h1,
h2,
h3,
.button-arrow {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h4,
.h4 {
    font-size: 1.1875rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px
}

p+h4 {
    margin-top: 40px
}

h5,
.h5 {}

h6,
.h6 {}

p,
ul,
ol,
.content li,
li p {
    margin-bottom: 1.5625rem;
    word-break: break-word;
    line-height: 1.5;
}

.mobile {
    display: block
}

.desktop {
    display: none
}

br.mobile {
    display: inline-block
}

br.desktop {
    display: none
}

a,
a:link,
a:visited {
    color: #fa1430
}

a:hover,
a:active,
a:focus {
    color: #d50000
}

.content a:not(.button):not(.button-arrow) {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    color: inherit;
    outline: none;
    text-decoration: none
}

.content a:not(.button):not(.button-arrow)::before,
.content a:not(.button):not(.button-arrow)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: calc(100%);
    left: 0;
    pointer-events: none
}

.content a:not(.button):not(.button-arrow)::before {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s
}

.content a:not(.button):not(.button-arrow)::after {
    content: '';
    top: calc(100% + 3px);
    transition: transform .3s;
    transform-origin: 100% 50%
}

.content a:not(.button):not(.button-arrow):hover::before,
.content a:not(.button):not(.button-arrow):focus::before {
    transform: scale3d(1, 1, 1)
}

.content a:not(.button):not(.button-arrow):hover::after,
.content a:not(.button):not(.button-arrow):focus::after {
    transform: scale3d(0, 1, 1)
}

a[href^=tel] {
    text-decoration: none
}

ul {
    padding-left: 1.325rem
}

ol {
    padding-left: 1.375rem
}

ul li {
    list-style-type: disc
}

ol li {
    list-style-type: decimal
}

.mobile-no-br br,
.tablet-no-br br {
    display: none
}

.desktop-no-br br {
    display: inline-block
}

.site-header {
    padding: 24px 0;
    background: hsla(0, 100%, 100%, 0);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: transform .35s ease-out, background 0s ease-out .35s;
    will-change: transform
}

.sticky-menu .site-header {
    transform: translateY(-100%)
}

.sticky-menu-hidden .site-header {
    transform: translateY(-100%);
    background: #fff
}

.top-delay .site-header {
    transform: translateY(-100%);
    background: hsla(0, 100%, 100%, 0)
}

.sticky-menu-shown.sticky-menu-hidden .site-header {
    transform: translateY(0)
}

.menu-open:not(.menu-opening) .site-header {
    transform: translateY(0)
}

.menu-open .sticky-menu .site-header {
    background: hsla(0, 100%, 100%, 0)
}
.luxuries{
    padding: 0;
}
.luxuries .title__luxuries{
    margin-top: 50px;
}
.menu-opening .sticky-menu-shown .site-header::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff
}

.page-template-leasing .title__luxuries h2 p{
    font-size: 100%;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo,
.logo a {
    width: 280px;
    height: 45px;
    position: relative;
    bottom: 0;
}

/* .home .logo {
    display: none
} */

.home.sticky-menu-hidden .logo,
.menu-open:not(.menu-opening) .logo {
    display: block
}

.home.sticky-menu-hidden .logo{
    position: absolute;
}

/* .page-template-contact .logo a,
.page-template-legal .logo a,
.error404 .logo a {
    background-image: url(images/Techcombank-Tower--1.png)
} */

.logo a,
.menu-open:not(.menu-opening) .logo a,
.menu-open:not(.menu-opening) .sticky-menu-hidden .logo a {
    background: url(images/Techcombank-Tower-6-Quang-Trung.png)no-repeat;
    background-size: contain;
}

.sticky-menu-hidden .logo a {
    background-image: url(images/Techcombank-Tower--1.png);
    bottom: 0;
}

.main-menu, .sub-menu {
    display: none;
    margin: 0;
    padding: 0
}

.main-menu li {
    display: inline-block;
    list-style-type: none;
    padding: 0 20px
}

.main-menu .sub-menu li{
    padding: 0;
}


.main-menu a {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    margin-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: color 0s linear .2s
}
/* 
.page-template-contact .main-menu a,
.page-template-legal .main-menu a,
.error404 .main-menu a {
    color: #938879
} */

.sticky-menu-hidden .language li a,
.sticky-menu-hidden .main-menu a {
    color: #EB2124;
}

.sticky-menu-hidden .main-menu a.active {
    text-decoration: underline;
}

.sticky-menu-hidden .language li a.active {
    border-bottom: 2px solid #EB2124;
}

.home-wrapper {
    position: relative;
}

.language {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.language li {
    list-style-type: none;
    display: block;
    margin-right: 17px;
}

.language li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;

    opacity: 0.5;
    border-bottom: 0px solid #fff;
}

.language li a.active {
    opacity: 1;
    border-bottom: 2px solid #fff;
}

.main-menu a:hover,
.main-menu a:focus {
    border-bottom-color: #999997
}

.main-menu .current-menu-item a {
    border-bottom-color: inherit
}

.mobile-menu-nav {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #EB2124;
    transform: translateY(100%);
    transition: transform .8s .05s cubic-bezier(1, 0, .47, 1.01);
    z-index: 90;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 60px 20px
}

.hero-heading .reveal-wrapper span{
    margin: 0 auto;
    width: 100%;
    font-size: 50px;
}
.hero-content{
    position: absolute;
    left: 5%;
    text-align: left;
}
.hero-bg.darken:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
}
.hero-bg.darken:before {
    content: "";
    display: block;
    height: 820px;
    background: #000;
    opacity: .5;
}

.menu-open .mobile-menu-nav {
    transform: translateY(0)
}

.mobile-menu {
    counter-reset: my-menu;
    width: 100%;
    margin: 0;
    padding: 0
}

.mobile-menu li {
    list-style-type: none;
    counter-increment: main-menu;
    border-bottom: 1px solid #a7a7a7;
    padding-top: 20px;
    padding-bottom: 10px
}

.mobile-menu li:last-child {
    border-bottom: none
}

.mobile-menu a {
    font-size: 1.75rem;
    line-height: 1.3;
    display: block
}

.mobile-menu a,
.mobile-menu a:link,
.mobile-menu a:visited {
    color: #fff;
    text-decoration: none
}

@media(hover:hover) {

    .mobile-menu a:hover,
    .mobile-menu a:focus {
        color: #5a7186
    }
}

.mobile-menu li a::before {
    content: counter(main-menu, decimal-leading-zero)'. ';
    color: #fff;
    font-size: .875rem;
    vertical-align: top;
    font-weight: 400;
    min-width: 35px;
    display: inline-block;
    transform: translateY(8px)
}

@media(min-height:500px) {
    .mobile-menu-nav {
        padding: 80px 20px
    }

    .mobile-menu li {
       padding: 15px 0;
    }

    .mobile-menu a {
        font-size: 2.1875rem
    }
}

.button {
    background: #3c69ec;
    color: #fff;
    padding: 13px 20px 13px 19px;
    line-height: 1;
    font-size: .875rem;
    text-decoration: none;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0;
    border-radius: 3px
}

.button,
.button:link,
.button:visited,
.button:hover,
.button:active,
.button:focus {
    color: #fff
}

.button::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 6px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 150ms ease-in-out
}

.button:hover::after,
.button:focus::after {
    transform: translateX(5px)rotate(45deg)
}

.static-button {
    display: none;
    position: fixed;
    bottom: 40px;
    bottom: 60px;
    right: 0;
    z-index: 90;
    opacity: 1;
    transition: opacity 250ms, transform 350ms ease-in-out;
    padding: 13px 20px;
    border-radius: 3px 0 0 3px;
    transform: translateX(0)
}

.has-cookie-bar .static-button {
    opacity: 0 !important
}

.vr-active .static-button[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateX(100%)
}

.page-template-offering .static-button {
    display: none
}

.site-footer {
    background-image: url(/wp-content/themes/InfinityTheme/images/Footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 16px;
    padding: 30px 0;
    background-color: #000;
    color: #fff;
    line-height: 1;
    margin-top: -1px
}
.blog-share .divider, .social-icons{
    margin-left: auto;
    margin-right: auto;
}
.social-icons a{
    display: inline-block;
    font-size: 0.85em;
    color: #999;
    vertical-align: middle;
    border: 2px solid currentColor;
    background-color: transparent;
    line-height: 2.19em;
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 0;
    text-shadow: none;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
}
.social-icons a{
    padding-left: 0;
    padding-right: 0;
    margin-right: 0.12em;
    min-width: 2.5em;
    
}
.social-icons a:hover{
    background-color: #eb2124 !important;
    border-color: #eb2124 !important;
    color: #fff;
}
/* .page-template-contact .site-footer,
.page-template-legal .site-footer {
    margin-top: 70px
} */

.site-footer .container {}

.footer-menu {
    margin: 9px 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start
}

.footer-menu li {
    display: flex;
    list-style-type: none;
    padding: 0 12px
}

.footer-menu a {
    color: #efeee8;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .75rem;
    letter-spacing: 1.16px
}

.footer-menu a:hover,
.footer-menu a:focus {
    color: #3c69ec
}

.footer-top__info>h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-top__contact {
    border-radius: 50px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
}

.info__contact h3{
    margin-bottom: 0;
}

.footer-top__contact>input {
    padding: 8px 28px;
    background-color: transparent;
    outline: none;
    width: 100%;
    border: 0;
    color: #918A8A;
}

.footer-top__contact>button {
    text-align: center;
    border-radius: 50px;
    padding: 14px 26px;
    min-width: 32%;
    display: block;
    background-color: #EB2124;
    border: #eb2124;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.footer-bottom {
    margin-top: 10px;
    padding: 54px 0 38px;
    /* display: flex;
    display: inline-block; */
    gap: 0 60px;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1.4px solid #464646;
    border-bottom: 1.4px solid #464646;
}

.footer-bottom__right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-bottom__right h4 {
    margin-bottom: 25px;
}

.footer-nav__list li,
.footer-nav__list {
    padding-left: 0;
    list-style-type: none;
}

.footer-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 80px;
}

.footer-nav__list a {
    display: block;
    /* margin-bottom: 16px; */
    text-decoration: none;
    color: #918A8A;
}

.footer-contact__item {
    display: flex;
}

.footer-contact__info {
    margin-left: 15px;
}

.footer-contact__info h5 {
    margin-bottom: 9px;
}
.footer-contact__info p{
    color: #fff;
    font-size: 14px;
}

.footer-intro {
    width: 56%;
}

.footer-intro>p {
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    word-break: break-word;
}

.footer-intro>h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

.footer-end {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-end span{
    color: #fff;
    font-size: 14px;
}

.block {
    margin-bottom: 75px
}

.white-bg {
    background-color: #fff;
}

.cream-bg {
    background-color: #efeee8;
}

.blue-bg {
    background-color: #01386e;
    color: #fff;
}

.dark-bg {
    background-color: #2d2d2d;
    color: #f4f4f4;
}

.black-bg{
    background-color: #000;
    color: #f4f4f4;
}

.blue-bg .content a::before,
.blue-bg .content a::after,
.dark-bg .content a::before,
.dark-bg .content a::after {
    background: #fff
}

.white-bg+.cream-bg,
.white-bg+.dark-bg,
.white-bg+.blue-bg,
.cream-bg+.white-bg,
.cream-bg+.dark-bg,
.cream-bg+.blue-bg,
.dark-bg+.white-bg,
.dark-bg+.cream-bg,
.dark-bg+.blue-bg,
.blue-bg+.white-bg,
.blue-bg+.cream-bg,
.blue-bg+.dark-bg {
    padding-top: 100px
}

.dark-bg-offset {
    padding-top: 0 !important
}

.bg-offset::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: ''
}

.cream-bg+.dark-bg-offset::before {
    background: #efeee8;
    height: 100px
}

.blue-bg-offset::before {
    background: #01386e;
    height: clamp(318px, 35vw, 500px);
    top: auto;
    bottom: 100%;
    z-index: -1
}

.item__image{
    margin-bottom: 100px;
}

.cream-bg+.community-dark-bg-1::before {
    height: clamp(50px, (50vw - 20px) * .64, 300px)
}

.margin-small {
    margin-bottom: 30px
}

.hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.home-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    background-color: #EB2124;
}

.home-hero__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-fade {
    grid-column: 1/-1;
    grid-row: 1/-1;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
    display: block;
    z-index: 5
}

.header-fade,
.smoother-gradient-down {
    background-image: linear-gradient(rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .4428) 19%, rgba(0, 0, 0, .3246) 34%, rgba(0, 0, 0, .2292) 47%, rgba(0, 0, 0, .1668) 56.5%, rgba(0, 0, 0, .1164) 65%, rgba(0, 0, 0, .0756) 73%, rgba(0, 0, 0, .045) 80.2%, rgba(0, 0, 0, .0252) 86.1%, rgba(0, 0, 0, .0126) 91%, rgba(0, 0, 0, .48%) 95.2%, rgba(0, 0, 0, .12%) 98.2%, transparent 100%)
}

.smoother-gradient-up {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .4428) 19%, rgba(0, 0, 0, .3246) 34%, rgba(0, 0, 0, .2292) 47%, rgba(0, 0, 0, .1668) 56.5%, rgba(0, 0, 0, .1164) 65%, rgba(0, 0, 0, .0756) 73%, rgba(0, 0, 0, .045) 80.2%, rgba(0, 0, 0, .0252) 86.1%, rgba(0, 0, 0, .0126) 91%, rgba(0, 0, 0, .48%) 95.2%, rgba(0, 0, 0, .12%) 98.2%, transparent 100%)
}

.hero-bg {
    grid-column: 1/-1;
    grid-row: 1/-1;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.home-hero-bg {
    background-color: #EB2124;
}

.home-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center
}

/* .hero-bg.darken:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    content: '';
    opacity: .3
} */

.hero-content {
    grid-column: 1/-1;
    grid-row: 1/-1;
    justify-items: center;
    align-self: center;
    justify-self: center;
    color: #fff;
}

.home-hero-content {
    padding: 60px 20px 200px
}

.home-hero-content::before {
    position: absolute;
    content: '';
    left: -30px;
    top: 20px;
    height: 96px;
    width: 64px;

    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
}

.home-hero-content::after {
    position: absolute;
    content: '';
    right: 3%;
    bottom: 28%;
    width: 96px;
    height: 64px;

    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
}

.home-hero-logo {
    display: inline-block;
    max-width: 80px;
    margin-bottom: 27px
}

.hero-heading {
    font-size: min(12vw, 4.25rem);
    text-shadow: 3px 6px 13px hsl(0 0% 0%/35%)
}

.home-hero-heading {
    position: relative;
    font-size: min(12vw, 4.25rem);
    text-shadow: none
}

.reveal-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    /* font-size: 80px; */
    font-size: 50px;
    line-height: 1.5;
}

.hero-arrow {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 80px;
    cursor: pointer
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.scroll {
    height: 0;
    top: -75px
}

.home .scroll {
    top: 0
}

.cb-image-title {
    text-align: center;
    margin-bottom: 90px
}

figcaption {
    color: #c6c6c6;
    font-size: .9375rem;
    padding: 10px 0 0;
    line-height: 1.35;
    text-align: left
}

.list__image figcaption{
    padding: 0;
}
.cream-bg figcaption {
    color: #000
}

.dark-bg figcaption {
    color: #999997
}

.blue-bg figcaption {
    color: #fff
}

.caption-fix {
    margin-left: 42%
}

@media(max-width:767px) {
    .full-mobile .container {
        padding-left: 0;
        padding-right: 0
    }

    .full-mobile .row {
        margin-left: 0;
        margin-right: 0
    }

    .full-mobile .col-12 {
        padding-left: 0;
        padding-right: 0
    }

    .full-mobile figcaption {
        padding: 10px 20px 0
    }

    .full-mobile h3 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.heading-block {
    font-size: 36px;
    line-height: 1.4;
    padding: 80px 0;
    margin-bottom: 0;
    text-align: center;
}


/* .heading-block::before,
.heading-block::after {
    content: '';
    height: 60px;
    width: 1px;
    border-left: 1px solid #979797;
    display: block;
    position: absolute;
    left: 50%
}

.heading-block::before {
    top: 0
}

.heading-block::after {
    bottom: 0
} */

.cb-text {
    text-align: left
}

.cb-quote {
    text-align: center
}

h2.quote {
    margin-bottom: 10px;
    font-weight: 300
}

.cb-quote cite {
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.cb-quote cite::before,
.cb-quote cite::after {
    content: '';
    padding: 0 8px;
    width: 1px;
    height: 24px;
    display: inline-block;
    transform: skewX(-15deg)
}

.cb-quote cite::before {
    border-left: 2px solid #c7c7c7
}

.cb-quote cite::after {
    border-right: 2px solid #c7c7c7
}

.pano-title {
    padding: 0 20px;
    margin-bottom: 22px
}

.media-title {
    font-size: 1.9375rem;
    margin-bottom: 2.2rem
}

.cb-panorama+.cb-panorama {
    margin-top: -40px
}

.image-info {
    padding: 0 20px
}

.cb-panorama figcaption {
    text-align: left;
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap
}

.panorama-toggle {
    color: #c6c6c6;
    font-size: .9375rem;
    padding: 10px 20px 0;
    line-height: 1.35;
    text-align: right;
    margin-top: -30px;
    z-index: 5
}

.panorama-toggle button {
    color: #c6c6c6;
    font-size: .9375rem;
    background: 0 0;
    border: none;
    padding: 0;
    transition: color 150ms
}

.blue-bg figcaption,
.blue-bg .panorama-toggle,
.blue-bg .panorama-toggle button {
    color: #fff
}

.panorama-toggle button:hover,
.panorama-toggle button.active {
    color: #7180ac
}

.blue-bg .panorama-toggle button:hover,
.blue-bg .panorama-toggle button.active {
    color: #3c69ec
}

.panorama-toggle button.active {
    cursor: default
}

body {
    padding-right: 0 !important
}

.lightbox-link {
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center
}

.enlarge-arrow {
    transform: translate(0);
    transition: transform 250ms;
    will-change: transform
}

.lightbox-link:hover .enlarge-arrow {
    transform: translate(-3px, -3px)
}

.sl-overlay {
    background-color: #2c2c2c !important
}

.sl-wrapper .sl-image .sl-caption {
    text-align: center;
    background: 0 0 !important
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: 100%;
    top: auto
}

.sl-wrapper .sl-close {
    top: auto;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    margin: 0;
    text-indent: -9999px;
    background: url(images/lightbox-close.svg)50% no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px
}

.sl-wrapper .sl-navigation button {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    height: 40px;
    width: 40px;
    line-height: 1;
    text-indent: -9999px;
    background: url(images/lightbox-arrow.svg)no-repeat
}

.sl-wrapper .sl-navigation button.sl-prev {
    transform: rotate(180deg);
    left: 20px
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 20px
}

.image-holder {
    max-width: 955px
}

.image-holder figure {
    padding-left: 10px;
    padding-right: 10px
}

.cb-image-lightbox figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0
}

.lightbox-link-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    margin-right: 7px
}

.cb-lr {
    margin-bottom: 30px;
    position: relative;
}

.title__leasing{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.title__leasing i{
    font-size: 20px;
    cursor: pointer;
    color: #eb2124;
}

.item_leasing figure{
    width: 100% !important;
}

.no-last-padding>*:last-child {
    margin-bottom: 0
}

.cb-lr :not(.flex-column-reverse) .col-12+.col-12 {
    margin-top: 60px
}

.cb-lr .flex-column-reverse>.col-12+.col-12 {
    margin-top: 0
}

.accordion-panel {
    margin-bottom: 15px;
    overflow: hidden;
}
.accordion-panel .accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .accordion-panel .accordion__header:hover {
    color: #fff;
    background: #eb2124;
} */
.accordion-panel .accordion__header h3 {
    margin: 0;
}
.accordion-panel .accordion__body {
    display: none;
}
.accordion-panel .accordion__body p:last-child {
    margin: 0;
}
.accordion__body .content{
    padding-bottom: 40px;
}

/* .cb-lr .flex-column-reverse>.col-12 {
    margin-top: 60px
} */

.lr-text-padding {
    margin-top: 60px;
    margin-bottom: 50px
}

.cb-lr h3 {
    margin-bottom: 20px;
}

.cb-lr p {
    margin-bottom: 18px
}
.cb-image p{
    text-align: center;
}
.cb-lr p+h3 {
    margin-top: 50px
}

.back-community {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.back-community>img {
    width: 100%;
}

.button-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EB2124;
    font-weight: 500;
    /* font-style: italic */
}

.button-arrow:before {
    content: " ";
    width: 48px;
    height: 2px;
    margin-top: 3px;
    margin-right: 12px;
    background-color: #EB2124;
}

.button-arrow,
.button-arrow:link,
.button-arrow:visited {
    color: #EB2124;
    text-decoration: none
}

.button-arrow::after {
    content: '';
    width: 21px;
    height: 21px;
    margin-left: 14px;
    background: url(/wp-content/themes/InfinityTheme/images/next.svg)no-repeat;
    background-size: contain;
    transition: transform 150ms ease-in-out
}

.button-arrow:hover,
.button-arrow:focus {
    color: #3c69ec
}

.button-arrow:hover::after,
.button-arrow:focus::after {
    transform: translateX(10px)
}

.cb-vr {
    position: relative
}

.cb-line {
    margin-top: 52px;
}

.home .cb-vr {
    margin-bottom: 0
}

.cb-vr .media-title {
    max-width: none
}

.vr-frame {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 800px
}

.vr-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .6))
}

.vr-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 350ms ease-in-out;
    will-change: opacity;
    padding: 10px 20px
}

.vr-active .vr-controls {
    opacity: 1
}

.vr-controls a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.vr-navigation {
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.vr-layer-title {
    padding: 0 15px
}

.vr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.content p.infomation::before{
    position: absolute;
    content: '';
    left: -30px;
    top: -65px;
    height: 40px;
    width: 40px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}
.content p.infomation::after{
    position: absolute;
    content: '';
    right: -10%;
    bottom: -30%;
    width: 40px;
    height: 40px;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
}

.image__destination{
    order: 1;
}

.vr-active .vr-overlay {}

.vr-start {
    max-width: 80.302px;
    cursor: pointer
}

.building-lr-3 .row {
    flex-direction: column-reverse
}

.building-lr-3 .row .column-2 {
    margin-top: 0;
    margin-bottom: 75px
}

.page-template-building .image-full-1 {
    margin-bottom: 0;
    padding-top: 100px;
}

.page-template-community .image-lightbox-1 .image-holder {
    max-width: 1270px
}

.page-template-community .image-lightbox-1 figcaption {
    padding-left: 4.5%
}

.page-template-community .image-lightbox-1 figcaption a {}


.page-template-location .image-lightbox-1 .image-holder {
    max-width: 1270px
}

.connection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    break-inside: avoid;
    line-height: 1.25
}

.item__info{
    position: relative;
}

.item__info figure::before{
    content: '';
    background: rgb(11 11 11 / 60%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.item__info .detail__content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.item__info:hover .detail__content{
    visibility: visible;
    opacity: 1;
}
.item__info .detail__content .content{
    transition: .3s;
    transform: translateY(-1em);
}
.item__info:hover .detail__content .content{
    transform: translateY(0);
    padding: 70px;
    margin-top: 65%;
}
/* .item__info .content{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 20px;
    opacity: 0;
    margin-top: 60%;
} */
.item__info:hover .content{
    opacity: 1;
}

.item__info .infomation{
    font-size: 18px;
    color: #fff;
}
.connections{
    padding: 100px 0;
}
.connections h2 {
    font-weight: 300
}

.connection-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 90px;
    margin-left: 16px
}

.connection-icon {
    margin-right: 9px;
    width: 16px;
    text-align: right
}

.connections-footer {
    color: #cdcdcd;
    font-size: .875rem;
    margin-top: 20px
}

.cb-offering {
    overflow: hidden;
    font-size: 1rem
}

.offering-header-container h2 {
    margin-bottom: 2.625rem
}

.offering-th-2,
.offering-th-3,
.offering-th-4,
.offering-th-5 {
    text-align: center
}

.offering-t-heading {
    color: #000;
    font-weight: 400;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.5px
}

.offering-t-heading {
    margin-bottom: 0
}

.offering-col-6 .offering-t-heading {
    display: none
}

.offering {
    background: 0 0;
    transition: background 200ms linear;
    margin-top: -1px;
    overflow: hidden
}

.offering.toggled {
    background: #efeee8
}

.offering::before {
    content: '';
    width: 100%;
    max-width: 1400px;
    height: 100%;
    border-top: 1px solid #8c8c8a;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%)
}

.offering-header-container+.offering::before {
    border-top-color: transparent
}

.offering:last-child::before {
    border-bottom-color: transparent
}

.offering.toggled::before,
.offering.toggled+.offering::before {
    border-color: transparent;
    width: 100%
}

.floor-row-container {
    padding-top: 13px;
    padding-bottom: 12px
}

.offering-floor {
    font-size: 2.625rem;
    font-weight: 300
}

.offering-td-2 {
    line-height: 1.9
}

.offering-td-2,
.offering-td-3,
.offering-td-4,
.offering-td-5 {
    text-align: center;
    justify-content: center;
    align-items: center
}
.tabs{
    display: none;
}

.offering-td-6 {
    text-align: right
}

.download-icon {
    display: inline-flex
}

.download-icon-arrow {
    transition: transform 350ms
}

.download-icon:hover .download-icon-arrow {
    transform: translateY(3px)
}

.offering-accordion-toggle {
    transform: translateX(7px)rotate(0);
    transition: transform 250ms ease-in-out;
    cursor: pointer
}

.offering-accordion-toggle.toggled {
    transform: translateX(7px)rotate(45deg)
}

/* .offering-accordion-content {
    display: none
} */

.offering-inner-title h3 {
    font-size: 1.625rem;
    margin-bottom: 1rem
}

.floor-accordion-container {
    padding-top: 5px
}

.offering-inner-1 {
    order: 4
}

.offering-slider {
    margin-bottom: 40px
}

.offering-slider figcaption {
    text-align: right;
    margin-left: 87px;
    height: 40px;
    min-height: 40px;
    color: #999997
}

.slider-controls {
    width: 80px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 20
}

.slider-controls a {
    width: 40px;
    height: 40px;
    display: block
}

@media(hover:hover) {
    .slider-controls a:hover {
        opacity: .6
    }
}

.accordion-toggle {
    font-weight: 700;
    padding-bottom: 13px;
    border-bottom: 1px solid #999997;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 45px;
    vertical-align: middle
}

.offering-accordion-box:not(:first-child) .accordion-toggle {
    margin-top: 20px
}

.accordion-toggle::after {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(images/arrow-down-blue.svg)no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -4px;
    transform: rotate(0);
    transition: transform 250ms;
    top: -6px
}

.accordion-toggle.toggled::after {
    transform: rotate(180deg)
}

.accordion-content {
    display: none
}

.accordion-content ul {
    padding-left: .9rem;
    margin-bottom: 15px
}

.accordion-content ul li {
    list-style-type: "– ";
    padding-bottom: 5px
}

.offering-inner-4 {
    margin-bottom: 30px
}

.offering-buttons {
    margin-top: 30px;
    margin-bottom: 30px
}

a.download-button {
    border: 1px solid #00396d;
    color: #00396d;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 17px;
    text-align: center;
    border-radius: 4px;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
    vertical-align: middle
}

@media(hover:hover) {

    a.download-button:hover,
    a.download-button:focus {
        color: #7180ac
    }
}

.download-icon-after::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(images/download-icon.svg)no-repeat;
    vertical-align: middle;
    margin-left: 11px
}

.expand-map-button {
    margin-bottom: 30px
}

.expand-map-button span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(images/arrow-up-blue.svg)no-repeat;
    transform: rotate(180deg);
    margin-left: 11px;
    vertical-align: middle;
    transition: transform 250ms
}

.expand-map-button.toggle span {
    transform: rotate(0)
}

.offering-mobile-map {
    display: none;
    text-align: center;
    max-width: 330px;
    margin: 0 auto
}

.offering-mobile-map svg {
    max-width: 330px;
    padding: 30px 0 5px
}

.elevation-label {
    position: absolute;
    text-align: center;
    text-transform: none;
    font-size: .9375rem;
    line-height: 1.5;
    color: #222
}

.expand-map-button .elevation-label {
    opacity: 0;
    transition: opacity .2s linear .4s
}

.expand-map-button.toggle .elevation-label {
    opacity: 1
}

.elevation-label-1 {
    top: 57px;
    left: 48.5%;
    transform: translateX(-50%)
}

.elevation-label-2 {
    bottom: 2.5%;
    left: 50%;
    transform: translateX(-51.5%);
    width: 100%
}

.elevation-label-2 strong {
    display: inline-block;
    margin-right: 5px
}

.item_community{
    padding: 30px 0;
}
.item_community h3{
    padding: 20px 0;
}

.offering-map .level {
    display: none
}

.page-template-community .hero-content span p, .page-template-leasing .hero-content span p, .page-template-location .hero-content span p{
    font-size: 50px;
}

.interactive h1{
    font-size: 2.8125rem;
}

.floor-10 .offering-map .level-10,
.floor-20 .offering-map .level-20,
.floor-21 .offering-map .level-21,
.floor-22 .offering-map .level-22,
.floor-23 .offering-map .level-23,
.floor-24 .offering-map .level-24,
.floor-25 .offering-map .level-25,
.floor-26 .offering-map .level-26,
.floor-27 .offering-map .level-27,
.floor-28 .offering-map .level-28,
.floor-29 .offering-map .level-29,
.floor-30 .offering-map .level-30,
.floor-31 .offering-map .level-31,
.floor-32 .offering-map .level-32,
.floor-33 .offering-map .level-33,
.floor-34 .offering-map .level-34 {
    display: block
}

.page-template-offering .text-1 {
    text-align: center;
    margin-bottom: 45px
}

.contact-title {
    margin-top: -20px;
    margin-bottom: 45px
}

.contact-subtitle {
    font-size: 1.625rem;
    margin-bottom: 35px
}

.contact-subtitle {
    font-size: 1.8125rem;
    margin-bottom: 50px
}

.contact-section-heading {
    margin-bottom: 20px
}

.page-template-contact p {
    font-size: 1rem;
    margin-bottom: 6px;
    line-height: 1.8
}

.page-template-contact p strong {
    font-size: 1.125rem;
    display: inline-block;
    padding-top: 19px
}

.page-template-contact p a {
    color: #938879;
    text-decoration: none
}

.contact-line::after {
    content: '';
    width: calc(100% - 24px);
    border-bottom: 1px solid #938879;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-left: 12px
}

.gmnoprint button,
.gmnoprint a,
.gmnoprint span,
.gm-style-cc a {
    color: #7a7a7a !important
}

#data-table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate
}

#data-table thead th {
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    background: #f7f7f7
}

#data-table th,
#data-table td {
    border: 1px solid #e8e8e9;
    padding: 10px;
    font-size: .9375rem
}

.page-template-contact,
.page-template-legal,
.error404 {
    background: #efeee8;
    color: #938879
}

.page-template-contact .hamburger-inner::before,
.page-template-contact .hamburger-inner::after,
.page-template-legal .hamburger-inner::before,
.page-template-legal .hamburger-inner::after,
.error404 .hamburger-inner::before,
.error404 .hamburger-inner::after {
    background-color: #938879
}

.page-template-legal p {}

.first-content {
    margin-top: 105px
}

.first-content .col-12 {
    overflow: hidden
}

.page-template-contact hr,
.page-template-legal hr {
    border-color: #938879
}

.error404 .first-content {
    min-height: calc(100vh - 324px);
    text-align: center
}

[data-aos=animate-fadein] {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1), cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

[data-aos=animate-fadein].aos-animate {
    opacity: 1
}

[data-aos=animate-fadein-up] {
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1), cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, transform
}

[data-aos=animate-fadein-up].aos-animate {
    transform: translateY(0);
    opacity: 1
}

[data-aos=animate-slide-up] {
    transform: translateY(20px);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

[data-aos=animate-slide-up].aos-animate {
    transform: translateY(0)
}

[data-aos=animate-fadein-hero] {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    transition: opacity cubic-bezier(.445, .05, .55, .95), transform cubic-bezier(.445, .05, .55, .95);
    transform-origin: 50% 80%;
    will-change: opacity, transform
}

[data-aos=animate-fadein-hero].aos-animate {
    transform: none;
    opacity: 1
}

[data-aos=animate-fadein-hero-twist] {
    transform: rotate3d(1, -.3, 0, 90deg);
    opacity: 0;
    transition: opacity cubic-bezier(.445, .05, .55, .95), transform cubic-bezier(.445, .05, .55, .95);
    transform-origin: 50% 80%;
    will-change: opacity, transform
}

[data-aos=animate-fadein-hero-twist].aos-animate {
    transform: none;
    opacity: 1
}

[data-aos=animate-fadein-clip-up] {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: clip-path .6s ease-in-out, transform .8s ease-in-out, opacity .4s ease-in-out;
    transform: translateY(40px);
    opacity: 0;
    will-change: opacity, transform
}

[data-aos=animate-fadein-clip-down] {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: clip-path 1.5s ease-in-out, transform .8s ease-in-out, opacity .3s ease-in-out !important;
    opacity: 0;
    will-change: opacity, transform
}

[data-aos=animate-fadein-clip-up].aos-animate,
[data-aos=animate-fadein-clip-down].aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateY(0);
    opacity: 1
}

[data-aos=animate-reveal-up] {
    transition: transform .4s ease-out;
    transform: translateY(140%);
    will-change: transform
}

[data-aos=animate-reveal-up].aos-animate {
    transform: translateY(0);
    will-change: transform
}

/*!* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers*/
.hamburger {
    position: absolute;
    top: -24px;
    left: 0
}

.hamburger {
    padding: 20px 20px 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: initial;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none
}

.hamburger-box {
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 36px;
    height: 2px;
    border-radius: 0;
    position: absolute
}

.hamburger-inner {
    background: 0 0
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
    background-color: #fff
}

.sticky-menu-hidden .hamburger-inner::before,
.sticky-menu-hidden .hamburger-inner::after {
    background-color: #eb2124
}

.menu-open:not(.menu-opening) .hamburger-inner::before,
.menu-open:not(.menu-opening) .hamburger-inner::after {
    background-color: #fff
}

.hamburger-inner::before {
    top: -9px
}

.hamburger-inner::after {
    bottom: -9px
}
.content__standards{
    margin-top: 100px;
}
.image__intro-masterpiece{
    margin-top: 60px;
}
.page-template .hero .hero-bg, .page-template-default .hero .hero-bg{
    height: 690px;
    background-position: 50% 90%;
}
.news-item__info{
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}
.article-news__item a, .item__related a{
    color: #000;
    text-decoration: none;
}
.article-news__item p{
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.article-news__img {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}
.article-news__img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.post_title{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    line-height: 1.5;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    font-weight: bold;
}
.post__meta{
    font-size: .8em;
    opacity: .8;
}
.divider{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.article-news__btn {
    font-size: 18px;
    background-color: #fff;
    color: #EB2124;
  }
.article-news__btn:hover {
    background-color: #EB2124;
    color: #fff;
}
.gini-button{
    text-decoration: none;
}
.news-btn {
    display: block;
    padding: 10px 0;
    margin: 54px auto;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EB2124;
    border: 1.4px solid #EB2124;
    border-radius: 2px;
    width: 15%;
}
.post-sidebar{
    border-left: 1px solid #ececec;
    padding: 0 30px 30px;
}
span.widget-title{
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.widget .widget-title{
    color: #fff;
    padding: 10px;
}
.widget .divider{
    height: 0;
    margin-top: 0.66em;
}
.widget ul{
    background-color: #fff;
    padding: 0 10px;
    margin: 0;
}
.widget>ul>li{
    list-style: none;
    margin-bottom: 0.3em;
    text-align: left;
    margin: 0;
}
.recent-blog-posts{
    padding: 10px 0 10px;
}
.recent-blog-posts a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    color: #000;
}
.recent-blog-posts .flex-col{
    margin-right: 15px;
}
.recent-blog-posts .post-date{
    position: relative;
}
.entry-header-text{
    padding-top: 0;
    padding: 1.5em 0 1.5em;
}
.entry-title{
    font-size: 30px;
    font-weight: bold;
}
.entry-meta{
    text-transform: uppercase;
    font-size: .7em;
    line-height: 1.2;
}
.related__post h3{
    font-weight: 700;
}
.post-date{
    position: absolute;
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 7%;
    left: 0;
}
.badge-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #EB2124;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    -webkit-transition: background-color .3s,color .3s,border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s,color .3s,border .3s;
}
@media only screen and (max-width: 63.9375em) {
.news-btn {
    width: 26%;
    font-size: 1.7rem;
    margin: 54px auto 20px;
}
.news-btn .hide-on-bothTM {
    display: none !important;
    font-size: .7em;
    line-height: 1.2;
}
}
@media only screen and (max-width: 46.1875em) {
.news-btn {
    width: 88%;
    margin: 40px auto 20px;
}
.news-btn .hide-on-mobile {
    display: none;
}
.pc__leasing{
    display: none !important;
}
}
.news-btn:hover {
    color: #fff;
    background-color: #EB2124;
}
@media(hover:hover) {
    .hamburger:hover {
        opacity: .7
    }
}

.footer-top__info p{
    color: #fff;
}

#eu-cookie-bar {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
    z-index: 99999;
    padding: 16px 20px 18px;
    background-color: #fff;
    font-size: .875rem;
    border-radius: 4px;
    box-shadow: 0 0 3px #ddd;
    color: #191919
}

#eu-cookie-bar p {
    margin-bottom: 1.25rem
}

#euCookieAcceptWP {
    text-transform: uppercase
}

.tma-cookie-bar a:not(.button):not(.button-arrow)::before,
.tma-cookie-bar a:not(.button):not(.button-arrow)::after {
    background: #3c69ec
}
.building-lr-1{
    padding: 0;
}
.building-lr-1 h2, .title__section{
    text-align: center;
}
.luxurious h2{
    margin-top: 6rem;
}
.list__image .responsive{
    width: 50% !important;
}
.cb_section{
    margin-top: -60px;
}
.fancybox-navigation .fancybox-button {
    top: 385px;
}
@media screen and (min-width:576px) {
    .mobile-no-br br {
        display: inline-block
    }

    .tablet-no-br br {
        display: none
    }

    .desktop-no-br br {
        display: inline-block
    }

    br.mobile {
        display: none
    }

    .cb-text {
        text-align: center
    }

    .cb-vr .media-title {
        max-width: none
    }
}

@media screen and (min-width:768px) {

    body,
    input,
    textarea,
    select {
        font-size: 1.125rem
    }

    .heading-font {
        font-weight: 300
    }

    h1,
    .h1 {
        font-size: 4.8125rem;
        line-height: 1.25
    }

    h2,
    .h2 {
        font-size: 2.3125rem;
        line-height: 1.325;
        font-weight: 400;
        margin-bottom: 1rem
    }

    .page-title {
        font-size: 2.875rem
    }

    h3,
    .h3 {
        font-size: 1.625rem;
        line-height: 1.4;
        margin-bottom: 1.6875rem
    }

    h4, .h4 {
        font-size: 1.375rem;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 10px;
    }

    h5,
    .h5 {}

    h6,
    .h6 {}

    .mobile {
        display: none
    }

    .desktop {
        display: block
    }

    br.desktop {
        display: inline-block
    }

    .site-header {
        padding: 0
    }

    .sticky-menu-hidden .site-header {}

    /* .site-header .container {
        justify-content: space-between
    } */

    .hamburger {
        display: none
    }

    .main-menu{
        display: flex;
        align-items: center;
    }

    .sub-menu{
        display: none;
    }

    .menu-open .mobile-menu-nav {
        transform: translateY(100%)
    }

    .static-button {
        display: flex
    }

    /* .page-template-contact .site-footer,
    .page-template-legal .site-footer,
    .error404 .site-footer {
        margin-top: 100px
    } */

    .footer-1 {
        justify-content: flex-start
    }

    .footer-2 {
        justify-content: flex-end
    }

    .footer-1 li {
        padding: 0 32px 0 0
    }

    .footer-2 li {
        padding: 0 0 0 32px
    }

    #eu-cookie-bar {
        right: 40px;
        bottom: 40px;
        max-width: 550px;
        font-size: .9375rem
    }

    #euCookieAcceptWP {
        font-size: .9375rem
    }

    .block,
    .margin-small {
        margin-bottom: 100px
    }

    /* .home .site-header .container {
        justify-content: center
    } */

    /* .home.sticky-menu-hidden .site-header .container {
        justify-content: center
    } */

    /* .home .logo {
        display: none
    } */

    .home.sticky-menu-hidden .logo {
        display: block
    }

    .home-hero {
        margin-bottom: 20px
    }

    /* .home-hero-bg {
        grid-column: 1/2;
        grid-row: 1/-1;
        background-size: cover;
        background-position: 50% 100%
    } */
    .home .home-hero::after{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        content: '';
        opacity: .3;
    }

    /* .hero-content {
        padding: 60px
    } */

    .home-hero-content {
        padding-top: 100px;
        padding-bottom: 144px
    }

    .home-hero-logo {
        display: inline-block;
        margin-bottom: 40px
    }

    .hero-heading {
        font-size: min(8vw, 5.5rem)
    }

    .home-hero-heading {}

    .hero-arrow {
        bottom: 30px
    }

    .scroll {
        top: -100px
    }

    .heading-block {
        font-size: 28px;
        line-height: 1.5;
        padding: 134px 0
    }

    .heading-block::before,
    .heading-block::after {
        height: 90px
    }

    .lightbox-link {
        background-color: initial
    }

    .image-info {
        justify-content: space-between;
        padding: 0 20px
    }

    .cb-panorama figcaption {
        display: inline-block;
        padding-right: 24px
    }

    .panorama-toggle {
        margin-top: -37px;
        text-align: right;
        margin-right: 20px;
        z-index: 5
    }

    .full-desktop .container {
        padding-left: 0;
        padding-right: 0
    }

    .full-desktop .row {
        margin-left: 0;
        margin-right: 0
    }

    .full-desktop .col-12 {
        padding-left: 0;
        padding-right: 0
    }

    .full-desktop figcaption {
        padding: 10px 60px 0
    }

    .cb-lr .flex-column-reverse>.col-12,
    .cb-lr :not(.flex-column-reverse) .col-12+.col-12,
    .cb-lr .flex-column-reverse .col-12+.col-12 {
        margin-top: 0
    }

    .lr-text-padding {
        margin-top: 0;
        margin-bottom: 0
    }

    .cb-lr .no-last-padding {
        padding-bottom: 20px
    }

    .caption-md-right {
        text-align: right
    }

    .media-title {
        font-size: 2.3125rem;
        margin-bottom: 2.2rem
    }

    .vr-controls {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 60px
    }

    .building-lr-3 .row {
        flex-direction: row
    }

    .building-lr-3 .row .column-2 {
        margin-top: 0;
        margin-bottom: 0
    }

    .cream-bg+.dark-bg-offset::before {
        height: clamp(50px, (50vw - 60px) * .32, 350px)
    }

    .page-template-community .cb-image-lightbox {
        margin-top: 210px
    }

    .location-image-2 {
        margin-bottom: 0
    }

    .page-template-location .image-lightbox-1 {
        margin-bottom: 30px
    }

    .location-lr-1 {
        margin-bottom: 0
    }

    .location-lr-1 .column-2 figure {
        transform: translateY(40%)
    }

    .location-lr-3 {
        margin-bottom: 40px
    }

    .location-lr-4 {
        margin-bottom: 75px
    }

    .location-lr-4 .column-2 figure {
        transform: translateY(-16%)
    }

    .connections-grid {
        columns: 2;
        column-gap: 7%;
        margin-top: 2.125rem
    }

    .mid-connection,
    .connection:last-child {
        border-bottom: none;
        padding-bottom: 20px
    }

    #data-table th,
    #data-table td {
        padding: 16px 22px;
        font-size: .875rem
    }

    .first-content {
        margin-top: 164px
    }

    .page-template-contact .first-content {
        margin-top: 105px
    }

    .contact-title {
        margin-top: 0;
        margin-bottom: 55px
    }

    .contact-aubtitle {
        margin-bottom: 40px
    }

    .page-template-contact p strong {
        padding-top: 0
    }

    .offering-header-container h2 {
        margin-bottom: 2.875rem
    }

    .offering-t-heading {
        margin-bottom: 23px
    }

    .offering-col-1 {
        flex: 0 0 12%;
        max-width: 12%
    }

    .offering-col-2 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-3 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-4 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-5 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-6 {
        flex: 0 0 12%;
        max-width: 12%
    }

    .offering-floor {
        font-size: 2.3125rem
    }

    .floor-accordion-container {
        padding-top: 17px
    }

    .offering-inner-title h3 {
        font-size: 1.625rem;
        margin-top: 1.25rem;
        margin-bottom: 1.75rem
    }

    .offering-inner-title h3 br {
        display: none
    }

    .offering-inner-1 {
        order: 0
    }

    .offering-slider {
        margin-bottom: 20px
    }

    .offering-accordion-box:not(:first-child) .accordion-toggle {
        margin-top: 0
    }

    .offering-inner-2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .offering-accordion-box {
        width: calc(100% - 30px)
    }

    .offering-inner-2>div:first-child {
        margin-right: 30px
    }

    .accordion-toggle {
        padding-bottom: 5px;
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 0;
        padding-right: 0
    }

    .accordion-toggle::after {
        content: none
    }

    .accordion-content {
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important
    }

    .accordion-content ul {
        margin-bottom: 0
    }

    .offering-inner-3 ul {
        margin-bottom: 30px
    }

    .page-template-offering .text-1 {
        margin-bottom: 100px
    }
}

@media screen and (min-width:992px) {
    .cb-lr .flex-column-reverse>.col-12 {
        margin-top: 60px
    }
    .luxuries{
        padding: 60px 0;
    }
    .cb-lr {
        margin-bottom: 60px;
    }
    .building-lr-1{
        padding: 100px 0;
    }
    .title__intro{
        padding: 120px 0;
    }
    .home .cb-heading__top, .home .cb-heading__bottom{
        left: 53%;
    }
    
    .home .heading-block {
        margin-left: 70px;
    }
    .embed-container video{
        margin-top: -87px;
    }
    .item_community{
        padding-bottom: 100px;
    }
    .item_community h3{
        padding: 0;
    }
    .hero-heading .reveal-wrapper span{
        padding-right: 40%;
    }
    .hero-heading .reveal-wrapper span.vi__title{
        padding-right: 45%;
    }
    .page-template-default .reveal-wrapper span, .page-template-community .reveal-wrapper span.vi__title{
        padding-right: 0;
    }
    .info__contact h3{
        margin-top: 10px;
    }
    .map-wrapper{
        left: 10%;
    }
    .h-371{
        height: 371px !important;
    }
    .h-400{
        height: 400px !important;
    }
    .h-424{
        height: 424px !important;
    }
    .h-512{
        height: 512px !important;
    }
    .h-630{
        height: 630px !important;
    }
    .h-765{
        height: 765px !important;
    }
    .h-787{
        height: 787px !important;
    }
    .h-880{
        height: 880px !important;
    }
    .h-836{
        height: 836px !important;
    }
    .offering-accordion-content img{
        height: 1200px;
    }
    .image__destination{
        order: unset;
    }
    .masterpiece h2{
        font-size: 2.3125rem;
    }
    .masterpiece .logo__tech{
        margin-top: 63px;
    }
    .image__intro img{
        height: 720px;
    }
    .hero-bg.darken:after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 680px solid transparent;
        border-left: 680px solid #000;
        transform: scaleX(0.95) rotate(225deg);
        left: 0;
        top: 0;
        opacity: .5;
    }
    .hero-bg.darken:before {
        content: "";
        display: block;
        width: 340px;
        height: 820px;
        background: #000;
        opacity: .5;
    }
    .page-template-location .substanability p{
        width: 74%;
        margin: 0 auto;
    }
    .tabs{
        display: block;
    }
    .tabs{
        background-color: #112047;
        padding: 16.6px 0;
        width: 100%;
        margin-top: -95px;
    }
    .tabs .tabLinks{
        background-color: inherit;
        border: none;
        outline: none;
        color: #777;
        font-size: 18px;
        cursor: pointer;
        line-height: 1.5625vw;
        font-weight: 700;
        font-weight: bold;
        transition: all 0.3s ease-out;
        text-decoration: none;
    }
    .tabs .tabLinks:not(:last-child){
        padding-right: 6.25vw;
    }
    .tabs .tabLinks.active, .tabs .tabLinks:hover{
        color: #fff;
    }
/* 
    .banner__home picture img{
        height: 560px !important
    } */
    /* .luxuries img{
        height: 822px;
    } */
    .h-78{
        height: 780px !important;
    }
    .fancybox-navigation .fancybox-button {
        top: 315px;
    }
    .desc__image{
        margin-top: 20px;
        padding-left: 15%;
    }
    .desc__image1{
        margin-top: 20px;
    }
    .story_behind img{
        height: 450px;
    }
    .item__info figure > img{
        height: 600px;
        width: 100%;
    }
    .inspiring-place img{
        height: 780px;
    }
    .title__item-content{
        position: relative;
        top: 75px; 
    }
    .section__intro{
        margin-bottom: 200px;
    }
    .section__intro picture img{
        height: 550px;
    }
    .section__intro .heading-block{
        padding: 145px 0 20px;
        font-weight: 700;
    }
    .section__intro img{
        width: 100%;
        padding-top: 145px;
        height: 550px;
    }
    .amenities{
        margin-top: 100px;
    }

    .image-sec2__loc img{
        height: 600px;
    }

    .page-template-amenities .luxurious img{
        height: 700px;
    }
    .logo,
    .logo a {
        width: 360px;
        height: 72px;
        position: relative;
        bottom: 5px;
    }
    /* .sticky-menu-hidden .logo a {
        bottom: 25px;
    } */
    .tablet-no-br br {
        display: inline-block
    }

    .logo,
    .logo a {
    position: relative;
    bottom: auto;
}
/* .sticky-menu-hidden .logo a {
    top: 25px;
} */

/* .page-template-building .responsive {
    width: 95%;
} */
.luxurious .responsive{
    width: 100%;
}

    .site-header .container {
        justify-content: space-between;
    }
    
    .home.sticky-menu-hidden .logo{
        position: relative;
    }

    .desktop-no-br br {
        display: none
    }

    .home-hero {
        margin-bottom: 0
    }

    .home .scroll {
        top: -60px
    }
    .item_partner:first-child .list__image > img{
        width: 80% !important;
        position: relative;
        top: 0;
    }

    .item_partner:nth-child(2) .list__image > img{
        width: 26.67% !important;
        position: relative;
        top: 12px;
    }

    .item_partner:first-child .list__image figcaption{
        top: 35px;
    }

    .item_partner:nth-child(2) .list__image figcaption{
        margin-top: 30px;
        bottom: 10px;
    }

    .item_partner:nth-child(3) .list__image > img{
        margin-top: 15px;
    }

    .item_partner:last-child .list__image figcaption{
        bottom: 5px;
    }

    .item_partner .list__image figcaption{
        position: relative;
        bottom: 20px;
        padding: 0 !important;
    }

    /* .item_partner .list__image:nth-child(2), .item_partner .list__image:first-child{
        margin-top: 20px;
    } */

    .heading-block {
        font-size: 2.8125rem;
        line-height: 1.4;
        padding: 135px 0;
        font-weight: 400;
    }

    .heading-block::before,
    .heading-block::after {
        height: 120px
    }

    h2.quote {
        font-size: 2.75rem;
        margin-bottom: 7px
    }

    .pano-title,
    .image-info {
        padding: 0 60px
    }

    .panorama-toggle {
        margin-right: 60px
    }

    .community-lr-4 {
        margin-bottom: 50px
    }

    .community-lr-6 {
        margin-bottom: 50px
    }

    .community-lr-6 .column-2 figure,
    .community-lr-7 .column-2 figure {
        transform: translateY(50%)
    }

    .building-lr-3 .column-1 figure,
    .location-lr-2 .column-1 figure,
    .location-lr-3 .column-1 figure,
    .community-lr-2 .column-1 figure,
    .community-lr-4 .column-1 figure,
    .offering-lr-2 .column-1 figure {
        width: calc(100% + 60px);
        transform: translateX(-60px)
    }

    .building-lr-3 .column-1 figcaption,
    .location-lr-2 .column-1 figcaption,
    .location-lr-3 .column-1 figcaption,
    .community-lr-2 .column-1 figcaption,
    .community-lr-4 .column-1 figcaption,
    .offering-lr-2 .column-1 figcaption {
        padding-left: 60px
    }

    .building-lr-1 .column-2 figure,
    .building-lr-2 .column-2 figure,
    .location-lr-1 .column-2 figure,
    .location-lr-4 .column-2 figure,
    .community-lr-1 .column-2 figure,
    .community-lr-6 .column-2 figure {
        width: calc(100% + 60px);
    }

    .building-lr-1 .column-2 figcaption,
    .building-lr-2 .column-2 figcaption,
    .location-lr-1 .column-2 figcaption,
    .location-lr-4 .column-2 figcaption,
    .community-lr-1 .column-2 figcaption,
    .community-lr-6 .column-2 figcaption {
        padding-right: 60px
    }

    .connections-grid {
        column-gap: 10%
    }

    .offering-col-1 {
        flex: 0 0 14%;
        max-width: 14%
    }

    .offering-col-2 {
        flex: 0 0 15%;
        max-width: 15%
    }

    .offering-col-3 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-4 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-5 {
        flex: 0 0 19%;
        max-width: 19%
    }

    .offering-col-6 {
        flex: 0 0 12%;
        max-width: 12%
    }

    .offering::before {
        width: calc(100% - 120px)
    }

    .floor-accordion-container {
        min-height: 852px
    }

    .accordion-content ul {
        margin-bottom: 20px
    }

    .offering-desktop-map {
        display: flex;
        position: absolute;
        top: 10px;
        right: 0;
        width: 350px;
        transform: translateX(30%)
    }

    .offering-desktop-map,
    .offering-desktop-map svg {
        width: 400px !important;
        height: 852px !important
    }

    .elevation-label-1 {
        top: 2.1%;
        left: 48.5%;
        transform: translateX(-50%)
    }

    .elevation-label-2 {
        bottom: 1.5%;
        left: 7%;
        transform: translateX(0);
        width: auto
    }

    .elevation-label-2 strong {
        margin-right: 13px
    }
}

@media screen and (min-width:1200px) {

    h1,
    .h1 {
        font-size: 5.8125rem
    }

    .hero-heading {
        font-size: min(9vw, 5.875rem)
    }

    .home-hero-heading {
        width: 80%;
        margin: 0 auto;
    }

    .contact-title {
        font-size: 5.25rem
    }

    .community-hero .hero-heading {}

    .sl-wrapper .sl-image .sl-caption {
        font-size: 1.625rem
    }

    .sl-wrapper .sl-image .sl-caption.pos-top {
        padding-bottom: 20px
    }

    .sl-wrapper .sl-close {
        bottom: 50px
    }

    .sl-wrapper .sl-navigation button {
        bottom: 50px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 40px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 40px
    }

    .location-lr-3 {
        margin-bottom: -40px
    }

    .location-lr-4 {
        margin-bottom: 40px
    }

    .connections-grid {
        column-gap: 15%
    }

    .connection-name {
        font-size: 1.175rem
    }

    .floor-accordion-container {
        min-height: 743px
    }

    .offering-desktop-map,
    .offering-desktop-map svg {
        width: 300px !important;
        height: 743px !important
    }

    .elevation-label-1 {
        top: 3.2%;
        left: 48%
    }

    .elevation-label-2 {
        bottom: 1.6%;
        left: -3%
    }

    .offering-inner-2 {
        display: block;
        margin-top: -6px;
        padding-left: 4%
    }

    .offering-inner-2>div:first-child {
        margin-right: 0
    }

    .offering-inner-2>div:not(:first-child) {
        margin-top: 40px
    }

    .accordion-content ul {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .hero-heading {
        font-size: min(7vw, 6rem)
    }

    .cb-heading {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .page-template-availability .cb-heading{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .heading-block {
        padding: 145px 0
    }

    .location-lr-3 {
        margin-bottom: -40px
    }

    .location-lr-4 {
        margin-bottom: 40px
    }

    .connections-grid {
        column-gap: 23%
    }

    .col-xxl-7 {
        flex: 0 0 56%;
        max-width: 56%
    }

    .col-xxl-4 {
        padding-left: 3%
    }
}

@media screen and (min-width:1546px) {

    .building-lr-3 .column-1 figcaption,
    .location-lr-2 .column-1 figcaption,
    .location-lr-3 .column-1 figcaption,
    .community-lr-2 .column-1 figcaption,
    .community-lr-4 .column-1 figcaption,
    .offering-lr-2 .column-1 figcaption {
        padding-left: 0
    }

    .building-lr-1 .column-2 figcaption,
    .building-lr-2 .column-2 figcaption,
    .location-lr-1 .column-2 figcaption,
    .location-lr-4 .column-2 figcaption,
    .community-lr-1 .column-2 figcaption,
    .community-lr-6 .column-2 figcaption {
        padding-right: 0
    }
}

@media only screen and (max-width: 1366px) {
    .footer-intro {
        width: 62%;
    }

    .footer-intro>h3 {
        font-size: 20px;
    }

    .language {
        right: 55px;
    }
}

@media only screen and (max-width: 1650px) {
    .reveal-wrapper {
        font-size: 50px;
    }

    .heading-block {
        font-size: 2.8125rem;
    }

    .cb-title {
        font-size: 28px;
    }

    .cb-location__heading,
    .footer-top__info>h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .language {
        right: 64px;
    }
}

@media only screen and (max-width: 63.9375em) {
    .reveal-wrapper {
        font-size: 44px;
        line-height: 70px;
    }

    .home-hero-content::before {
        left: 6px;
        top: 66px;
        height: 82px;
        width: 48px;
    }

    .home-hero-content::after {
        bottom: 35%;
        width: 82px;
        height: 48px;
    }

    .main-menu li {
        padding: 0 12px;
    }

    .language {
        position: relative;
        right: 0px;
        margin-left: 18px;
        margin-bottom: 0;
    }

    .language li a {
        padding-bottom: 6px;
    }

    .cb-title {
        font-size: 23px;
    }

    .pf-64 {
        padding-left: 32px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    .footer-bottom__right {
        justify-content: space-around;
    }

    .footer-intro {
        margin: 0 auto;
    }

    .footer-intro>h3 {
        text-align: center;
    }

    .footer-intro>p {
        margin-bottom: 44px;
    }

    .footer-top__contact>span {
        padding: 15px 10px;
        min-width: 40%;
        font-size: 13px;
    }

    .footer-top__contact>input {
        padding: 7px 18px;
    }
}

@media only screen and (max-width: 46.1875em) {
    .language {
        position: absolute;
        top: -10px;
        margin-left: 0px;
    }

    .masterpiece .desc__image{
        margin-top: 20px;
    }

    .heading-block {
        font-size: 25px;
        padding: 120px 0;
        margin-top: 30px;
    }

    .home .section__intro .content{
        order: 2;
    }

    .home .section__intro .image__section-intro{
        margin-top: 70px;
    }

    .list__image .responsive {
        width: 100% !important;
    }
    
    .item_partner:nth-child(3) .list__image img{
        position: relative;
        top: 6px;
    }
    
    .item_partner:first-child{
        margin-top: 20px;
    }
    .item_partner:first-child .list__image figcaption{
        margin-top: 40px;
    }
    
    .item_partner:nth-child(2) .list__image img{
        width: 60% !important;
    }

    figcaption {
        text-align: center;
    }

    .sticky-menu-shown.sticky-menu-hidden .site-header {
        height: 62px;
    }

    .img__story{
        margin-top: 20px;
    }

    .cb-heading__bottom,
    .cb-heading__top {
        height: 88px;
    }

    .reveal-wrapper {
        font-size: 40px;
        line-height: 64px;
    }

    .home-hero-content::before {
        left: 22px;
        top: 40px;
        height: 74px;
        width: 48px;
    }

    .home-hero-content::after {
        bottom: 20%;
        width: 70px;
        height: 41px;
        right: 6%;
    }

    .home-hero-content {
        padding: 60px 20px 110px;
    }

    /* .responsive {
        margin-top: 38px;
    } */

    .cb-bt {
        padding: 60px 0 80px;
    }

    .pf-64 {
        padding-left: 14px;
    }

    .cb-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .button-arrow {
        font-size: 20px;
    }

    .cb-l {
        padding-left: 10px;
    }

    .cb-lr :not(.flex-column-reverse) .col-12+.col-12 {
        margin-top: 30px;
    }

    .cb-location__heading,
    .footer-top__info>h3 {
        font-size: 23px;
    }

    .footer-intro {
        width: 80%;
    }

    .footer-intro>h3 {
        margin-bottom: 14px;
    }

    .site-footer {
        padding: 50px 0 36px;
    }

    .footer-top__info {
        text-align: center;
        top: -20px;
    }

    .footer-top__info>p {
        margin-bottom: 40px;
    }

    .footer-bottom {
        margin-top: 24px;
    }

    .footer-top__contact>span {
        min-width: 36%;
    }

    .footer-nav__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 22px 26px;
    }

    .footer-end {
        font-size: 15px;
    }
}
