/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#ip-spaces-voffice {
    position: relative;
    display: block;
}

#ip-spaces-voffice .spaces-voffice-container {
    width: 100%;
    max-width: 1312px;
    margin: auto;
    padding: 0 20px;
}

#ip-spaces-voffice #content-full .section-title-lg {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

#ip-spaces-voffice #content-full .section-title-md {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    margin: 0 0 16px;
}

#ip-spaces-voffice #content-full .section-title-sm {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    color: #2A4357;
    margin: 0 0 12px;
}

#ip-spaces-voffice #content-full .content-text {
    margin-top: 0;
    margin-bottom: 32px;
}

#ip-spaces-voffice #content-full .content-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#ip-spaces-voffice .spaces-voffice-custom-container-xl {
    width: 1312px;
    padding: 0 20px;
}

/* NEW BANNER */
.spaces-voffice-main-banner {
    position: relative;
    display: block;
    height: 713px;
}
.spaces-voffice-main-banner-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.hp-contact-main {
    max-width: 550px;
    width: 100%;
    padding: 50px 40px;
    background: #C1DDF8;
}

.spaces-voffice-main-banner-col-right {
    width: calc(100% / 2);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px;
    height: 100%;
    opacity: 1;
}
.spaces-voffice-main-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.spaces-voffice-main-banner-container {
    max-width: 1312px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    align-items: top;
}
.spaces-voffice-main-banner-col-left .section-title-lg,
.spaces-voffice-main-banner-col-left .content-text {
    color: #FFFFFF !important;
}
.spaces-voffice-main-banner-container .section-title-lg {
    font-size: 52px !important;
    line-height: 52px !important;
    margin: 0 !important;
}
.spaces-voffice-main-banner-container .content-text p {
    font-size: 20px !important;
    line-height: 26.4px !important;
}
.spaces-voffice-main-banner-container .site-button {
    background: transparent !important;
    border: 2px solid #419FF8;
}
.spaces-voffice-main-banner .hp-contact-main {
    padding: 50px 40px;
    background: #C1DDF8;
    display: inline-block;
    float: right;
}
.spaces-voffice-main-banner .hp-contact-main .form-title {
    margin-bottom: 25px !important;
    /* font-size: 40px; */
    font-size: 35px;
    font-weight: 700;
    color: #2A4357;
    line-height: 50px;
}
.spaces-voffice-main-banner .hp-contact-main input[type="submit"] {
    background: #419FF8 !important;
    margin-top: 10px;
}
.spaces-voffice-main-banner .hp-contact-main form {
    margin: 0 !important;
}
.spaces-voffice-main-banner-col-left,
.spaces-voffice-main-banner-col-right {
    width: 50%;
}



#ip-spaces-voffice .spaces-voffice-banner {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    background: #C1DDF8;
}
#ip-spaces-voffice .spaces-voffice-banner .site-button {
    /* max-width: 300px; */
    padding: 17px 99.5px;
}
#ip-spaces-voffice .spaces-voffice-banner-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#ip-spaces-voffice .spaces-voffice-banner-img {
    /* position: relative;
    display: flex;
    width: 100%;
    min-height: calc(min(535px, 100vw));
    flex-direction: row-reverse; */
    max-width: 1312px;
    margin: 0 auto;
    width: 100%;
    padding: 80px 20px;
    display: flex;
}

#ip-spaces-voffice .spaces-voffice-banner-img .spaces-voffice-banner-img-container {
    display: block;
    position: relative;
    /* width: 50%; */
    width: 45%;
    padding-left: 40px;
}

#ip-spaces-voffice .spaces-voffice-banner-img .spaces-voffice-banner-img-container:after {
    content: "";
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
}

#ip-spaces-voffice .spaces-voffice-banner-img .container {
    position: relative;
    /* width: 50%; */
    width: 55%;
    /* background: #FFF; */
    padding: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding-right: 40px;
}

/* #ip-spaces-voffice .spaces-voffice-banner-img .inner-container {
    position: relative;
    z-index: 3;
    width: calc(min(580px, 40.278vw));
    margin: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container h3,
#ip-spaces-voffice .spaces-voffice-banner-img .inner-container ul,
#ip-spaces-voffice .spaces-voffice-banner-img .inner-container p {
    position: relative;
    display: block;
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container ul {
    /* margin: 30px 0 0; */
    margin: 15px 0 0 40px;
}

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container ul li {
    /* display: block; */
    list-style-type: disc;
}

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container ul.w-check li {
    display: flex;
    align-items: baseline;
}

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container ul.w-check li:before {
    content: "";
    position: relative;
    top: -2px;
    display: block;
    width: 12px;
    height: 9px;
    background-image: url("../../svg/checked.svg");
    background-size: cover;
    filter: brightness(0) invert(1);
    margin-right: 15px;
    flex-shrink: 0;
}

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container p {
    margin: 16px 0 0;
}

/* #ip-spaces-voffice .spaces-voffice-banner-img .inner-container a {
    max-width: 300px;
} */

#ip-spaces-voffice .spaces-voffice-banner-img .spaces-voffice-banner-img-container>img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#ip-spaces-voffice .spaces-voffice-banner-form-wrap {
    width: calc(100% / 2);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px;
    height: 100%;
    z-index: 5;
}

#ip-spaces-voffice .spaces-voffice-banner-form {
    position: relative;
    display: block;
    margin: auto 0;
    width: max-content;
    background: #C1DDF8;
    padding: 30px 40px;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form {
    width: 100%;
    max-width: 455px;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col .daterangepicker {
    top: 100% !important;
    bottom: auto !important;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col.col-sm {
    width: calc(50% - 7px);
}

#ip-spaces-voffice .spaces-voffice-banner-form p {
    margin: 1px 0 0;
    font-size: 14px;
}

#ip-spaces-voffice .spaces-voffice-companies {
    width: 100%;
    padding: 80px 0;
}

/* Companies */

#ip-spaces-voffice .spaces-voffice-companies .spaces-voffice-companies-container {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    gap: 80px;
    flex-direction: row-reverse;
}

#ip-spaces-voffice .spaces-voffice-companies .content-wrap,
#ip-spaces-voffice .spaces-voffice-companies .content-companies {
    width: 50%;
}

.spaces-voffice-companies .content-wrap {
    padding-right: 50px;
}

#ip-spaces-voffice .spaces-voffice-companies .content-wrap h3 {
    width: 100%;
    max-width: 426px;
    word-wrap: break-word;
}

#ip-spaces-voffice .spaces-voffice-companies .content-companies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#ip-spaces-voffice .spaces-voffice-companies .content-companies .content-company-card {
    position: relative;
    background: #F6F6F6;
    min-height: 90px;
    max-height: 120px;
}

#ip-spaces-voffice .spaces-voffice-companies .content-companies .content-company-card::before{
    /* maintain aspect ratio */
    content: "";
    display: block;
    padding-bottom: 48.38%;
}

#ip-spaces-voffice .spaces-voffice-companies .content-companies .content-company-card .logo-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px;
}

#ip-spaces-voffice .spaces-voffice-companies .content-companies .content-company-card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* End of Companies */

/* Articles */
#ip-spaces-voffice .spaces-voffice-articles .article-card {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

#ip-spaces-voffice .spaces-voffice-articles .article-card .article-content-wrap {
    padding-right: 50px;
    flex: 1 0 0;
}

#ip-spaces-voffice .spaces-voffice-articles .article-card:nth-of-type(even) {
    flex-direction: row-reverse;
}

/* End of Articles */

#ip-spaces-voffice .spaces-voffice-packages-container {
    /* background-color: #C1DDF8; */
    padding: 60px 0;
}

#ip-spaces-voffice .spaces-voffice-desc,
#ip-spaces-voffice .spaces-voffice-desc-inner,
#ip-spaces-voffice .spaces-voffice-desc-txt {
    display: block;
    position: relative;
}

#ip-spaces-voffice .spaces-voffice-desc {
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-desc-txt {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

#ip-spaces-voffice .spaces-voffice-desc-txt h3 {
    font-size: 40px;
    line-height: 48px;
    color: #2A4357;
    margin-bottom: 40px;
}

#ip-spaces-voffice .spaces-voffice-desc-txt p {
    margin: 0;
    color: #5B5C61;
    font-size: 16px;
    line-height: 24px;
}

#ip-spaces-voffice .spaces-voffice-desc-txt p+p {
    margin-top: 22px;
}

#ip-spaces-voffice .spaces-voffice-packages-cards {
    display: flex;
    align-items: stretch;
    gap: 16px;
    justify-content: stretch;
    flex-wrap: wrap;
}

#ip-spaces-voffice .spaces-voffice-packages-card-col {
    width: calc(calc(100% / 3) - 16px);
    flex: 1 0 0;
}

#ip-spaces-voffice .spaces-voffice-packages-card-col .spaces-voffice-packages-card-item {
    background: white;
    border-radius: 15px 15px 0px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

#ip-spaces-voffice .spaces-voffice-packages-card-col:last-of-type .spaces-voffice-packages-card-item {
    height: auto;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 32px;
    background: var(--primary-color);
    border-radius: 15px 15px 0px 0px;
    flex-wrap: wrap;
    gap: 10px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item {
    background: #2A4357;
}

#ip-spaces-voffice .spaces-voffice-packages-card-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-name h3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    margin: 0;
    color: white;
}

#ip-spaces-voffice .spaces-voffice-packages-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 0;
    background: #F6F6F6;
}

#ip-spaces-voffice .spaces-voffice-packages-content .spaces-voffice-packages-content-text {
    width: 100%;
}

#ip-spaces-voffice .package-price {
    font-size: 24px;
    margin: 0 0 8px;
}

#ip-spaces-voffice .package-billing-period {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 14px;
    line-height: 21px;
    color: #5B5C61;
    background: #C1DDF8;
    border-radius: 62px;
    padding: 4px 10px;
    margin-bottom: 16px;
}

#ip-spaces-voffice .package-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5B5C61;
    margin-bottom: 24px;
}

#ip-spaces-voffice .package-perks-list {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    margin: 0;
    border-top: 1px solid rgba(65, 159, 248, 0.15);
}

#ip-spaces-voffice .featured-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

/* Featured Clients */
.spaces-voffice-featured-clients {
    padding: 80px 0;
    background: #F6F6F6;
}

.spaces-voffice-featured-clients .client-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* gap: 32px 16px; */
    gap: 16px;
}

.spaces-voffice-featured-clients .client-container .client-card {
    width: calc(calc(100% / 3) - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* height: 298px; */
    height: 240px;
    overflow: hidden;
}

.spaces-voffice-featured-clients .client-container .client-logo {
    position: relative;
    width: 100%;
    height: 240px;
    background: #C1DDF8;
    /* margin-bottom: 24px; */
    display: flex;
    align-items: center;
}

/* .spaces-voffice-featured-clients .client-container .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 294.667px;
    height: 107.514px;
    padding: 20.905px;
    background: #FFF;
    margin: auto;
    z-index: 3;
} */

.spaces-voffice-featured-clients .client-container .logo-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
    z-index: 3;
    width: 294.667px;
    height: 107.51px;
    background: white;
    box-shadow: 0px 4px 4px 0px#0000001F;
}

.spaces-voffice-featured-clients .client-container .image-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.spaces-voffice-featured-clients .client-container .image-container img{
    max-width: 100%;
}

.spaces-voffice-featured-clients .client-container .client-logo .image-overlay {
    position: absolute;
    width: 194.271px;
    height: 221.262px;
    right: -7.6px;
}

.spaces-voffice-featured-clients .client-container .client-logo .image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spaces-voffice-featured-clients .client-container .client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px; /* 33.6px */
    color: #2A4357;
    display: none;
}

/* End Featured Clients */

#ip-spaces-voffice .featured-item .icon-check {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

#ip-spaces-voffice .featured-item .icon-check img {
    width: 100%;
    height: 100%;
}

#ip-spaces-voffice .featured-item .name {
    flex: 1 0 0;
}

#ip-spaces-voffice .featured-item .name * {
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .popular-item-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 213px;
    gap: 10px;
    border-radius: 30px;
    background: #F85741;
    color: white;
    padding: 3px 0;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .popular-item-badge-text {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .icon-container {
    width: 20px;
    height: 20px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .icon-container img {
    width: 100%;
    height: 100%;
}

#ip-spaces-voffice .spaces-voffice-packages-cards-inquire {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-packages-cards-inquire .site-button {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-choose-loft-container {
    padding-top: 60px;
}

#ip-spaces-voffice .choose-loft-items-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 8px;
}

#ip-spaces-voffice .img-box {
    text-align: center;
    padding: 24px 24px 32px 24px;
    border: 1px solid #CCCCCC;
    width: calc(calc(100% / 3) - 16px);
}

#ip-spaces-voffice .img-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 24px 0 8px;
}

#ip-spaces-voffice .img-box p {
    margin: 0;
}

/* Locations */
#ip-spaces-voffice .spaces-voffice-locations {
    position: relative;
    display: flex;
    padding-top: calc(max(4.861vw, 70px));
    flex-direction: column;
    background-color: #c1ddf8;
}

#ip-spaces-voffice .spaces-voffice-locations::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(max(16.798vw, 241.89px));
    background-color: #fff;
    margin-top: -257px;
}

#ip-spaces-voffice .spaces-voffice-locations .locations-container {
    position: relative;
    z-index: 10;
}

#ip-spaces-voffice .spaces-voffice-locations .locations-card-container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

#ip-spaces-voffice .spaces-voffice-locations .location-card {
    width: calc(calc(100% / 4) - 16px);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 16px 16px 24px;
    background: #FFF;
    border: 1px solid #D7D7D7;
}

#ip-spaces-voffice .spaces-voffice-locations .location-card img {
    width: 100%;
    margin-bottom: 24px;
    object-fit: cover;
}

#ip-spaces-voffice .spaces-voffice-locations .location-card-content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

#ip-spaces-voffice .spaces-voffice-locations .location-card-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    margin: 0 0 28px !important;
    height: 72px;
    align-self: stretch;
}

#ip-spaces-voffice .spaces-voffice-locations .location-card-content .site-button {
    display: flex;
    align-items: flex-start;
    padding: 12px 20px;
    border: 2px solid var(--primary-color);
    background: #FFF;
    color: #2A4357;
    width: max-content;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#ip-spaces-voffice .spaces-voffice-locations .location-card-content .site-button:hover {
    background: var(--primary-color);
    color: #FFF;
}

/* End Locations */

/* FAQ */
body:not(.home) #inner-page-wrapper {
    margin-bottom: 0;
}
#ip-spaces-voffice .spaces-voffice-faq {
    background-color: #FFF;
    padding: 60px 0;
}
#ip-spaces-voffice .spaces-voffice-faq,
#ip-spaces-voffice .spaces-voffice-faq-inner {
    position: relative;
    display: block;
}

#ip-spaces-voffice .spaces-voffice-faq-inner>h3 {
    position: relative;
    display: block;
    text-align: center;
}

#ip-spaces-voffice .spaces-voffice-faq-list {
    position: relative;
    display: block;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

#ip-spaces-voffice .spaces-voffice-faq-list-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: #2A4357;
    /* border-bottom: 1px solid #DDD; */
    border-bottom: 1px solid #2a435738;
    padding: 30px 72px 30px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ip-spaces-voffice .spaces-voffice-faq-list-title.active {
    border-bottom: none;
}

#ip-spaces-voffice .spaces-voffice-faq-list-title.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ip-spaces-voffice .spaces-voffice-faq-list-title:after {
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    right: 30px;
    background: transparent url(../../svg/arrow-down.svg) no-repeat;
    background-position: center center;
    width: 12px;
    height: 9px;
}

#ip-spaces-voffice .spaces-voffice-faq-list-content {
    position: relative;
    margin-top: -30px;
    padding: 30px 95px 30px 30px;
    border-bottom: 1px solid #DDD;
    display: none;
}

#ip-spaces-voffice .spaces-voffice-faq-list-content p {
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-faq-text {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#ip-spaces-voffice .spaces-voffice-faq-text p {
    margin: 0;
}

/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
    #ip-spaces-voffice .spaces-voffice-custom-container-xl {
        width: 100%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    #ip-spaces-voffice .spaces-voffice-banner-form {
        padding: 20px 30px;
    }

    #ip-spaces-voffice .package-billing-period {
        width: 100%;
    }

    #ip-spaces-voffice .spaces-voffice-packages-card-col {
        width: 427px;
        margin: 0 auto;
        flex: unset;
    }

    #ip-spaces-voffice .img-box {
        width: calc(calc(100% / 2) - 16px);
    }

    
    #ip-spaces-voffice .spaces-voffice-banner-img>div h3 {
        font-size: 40px;
        line-height: 1.267;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 991px) {
    .spaces-voffice-main-banner .form-title {
        font-size: 36px;
    }
    .spaces-voffice-main-banner-container .section-title-lg {
        font-size: 48px !important;
    }
    .spaces-voffice-main-banner-container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        flex-direction: column;
    }
    .spaces-voffice-main-banner .hp-contact-main {
        float: unset;
    }
    .spaces-voffice-main-banner {
        height: auto;
    }
    .spaces-voffice-main-banner-col-left {
        padding: 0 20px;
    }
    .spaces-voffice-main-banner-col-left, .spaces-voffice-main-banner-col-right {
        width: 100%;
        text-align: center;
    }
    .spaces-voffice-main-banner-col-right {
        width: 100%;
        position: relative;
        top: 0;
        padding: 0;
        display: inline-block;
        margin-top: 30px;
    }
    .hp-contact-main {
        max-width: 100%;
        display: inline-block;
    }
    .hp-contact-form {
        display: flex;
        justify-content: center;
    }
    .hp-contact-main-office {
        width: 100%;
    }

    #ip-spaces-voffice #content-full .section-title-lg {
        font-size: 32px;
        line-height: 38.4px;
    }

    #ip-spaces-voffice #content-full .section-title-md {
        font-size: 28px;
        line-height: 43.2px;
    }

    #ip-spaces-voffice #content-full .section-title-sm {
        font-size: 20px;
        line-height: 28px;
    }   

    #ip-spaces-voffice .spaces-voffice-container {
        padding: 0 40px;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img {
        flex-direction: column;
        min-height: unset;
        max-height: 100%;
        height: 100%;
    }
    .spaces-voffice-banner-img {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    
    #ip-spaces-voffice .spaces-voffice-banner-img .spaces-voffice-banner-img-container {
        width: 100%;
        height: 350px;
        padding: 0;
    }
    
    #ip-spaces-voffice .spaces-voffice-banner-img .container {
        padding: 40px 0 0;
        /* width: 75%; */
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    #ip-spaces-voffice .spaces-voffice-banner-img .inner-container a {
        /* margin: auto; */
        width: max-content;
    }
    
    #ip-spaces-voffice .spaces-voffice-banner-img .inner-container {
        max-width: 100%;
        margin: auto;
        text-align: left;
        width: 100%;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form-wrap {
        width: 100%;
        position: relative;
        background: #FFF;
        padding: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #ip-spaces-voffice .spaces-voffice-banner-inner {
        display: block;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img {
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form {
        margin: 0 auto;
        max-width: 100%;
        padding: 30px;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img {
        min-height: 550px;
        /* max-height: 700px; */
        display: block;
        margin-bottom: 40px;
    }

    /* Companies */
    #ip-spaces-voffice .spaces-voffice-companies {
        padding: 40px 0;
    }

    #ip-spaces-voffice .spaces-voffice-companies .spaces-voffice-companies-container {
        gap: 20px;
    }
    
    .spaces-voffice-companies .content-wrap {
        padding-right: 0;
    }
    

    /* Articles */
    #ip-spaces-voffice .spaces-voffice-articles .article-card {
        width: 100%;
        gap: 20px;
        max-width: 100%;
        justify-content: stretch;
        overflow: hidden;
    }
    
    #ip-spaces-voffice .spaces-voffice-articles .article-card .article-content-wrap {
        padding-right: 0;
        width: 50%;
        flex: unset;
    }

    #ip-spaces-voffice .spaces-voffice-articles .article-card .article-content-wrap .site-button {
        width: max-content;
    }
    
    #ip-spaces-voffice .spaces-voffice-articles .article-card img {
        width: auto;
        max-width: calc(50% - 20px);
        object-fit: cover;
        object-position: center;
    }
    
    #ip-spaces-voffice .spaces-voffice-companies .content-companies {
        justify-content: center;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div,
    #ip-spaces-voffice .spaces-voffice-banner-img>div ul {
        text-align: center;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div ul.w-check li {
        justify-content: center;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div {
        position: relative;
        right: 0;
        bottom: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form {
        padding-bottom: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form h3 {
        text-align: center;
    }

    #ip-spaces-voffice .img-box {
        width: 360px;
    }

    .spaces-voffice-featured-clients {
        padding: 40px 0;
    }
    
    .spaces-voffice-featured-clients .client-container .client-card {
        width: 427px;
    }
    
    #ip-spaces-voffice .spaces-voffice-locations {
        padding: 40px 0;
    }

    #ip-spaces-voffice .spaces-voffice-locations::after {
        display: none;
    }
    
    .spaces-voffice-featured-clients .client-container {
        justify-content: center;
    }
    
    #ip-spaces-voffice .spaces-voffice-locations .location-card {
        width: 316px;
    }
    
    #ip-spaces-voffice .spaces-voffice-locations .locations-card-container {
        justify-content: center;
    }
    
    .spaces-voffice-featured-clients .client-container .image-container {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #ip-spaces-voffice .spaces-voffice-faq-text p br {
        display: none;
    }
    #ip-spaces-voffice .spaces-voffice-banner-img .inner-container ul {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {

    #ip-spaces-voffice .spaces-voffice-container {
        padding: 0 20px;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img {
        min-height: unset;
        max-height: unset;
        /* display: block; */
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    #ip-spaces-voffice .spaces-voffice-articles {
        padding: 40px 0 0;
    }
    
    #ip-spaces-voffice .spaces-voffice-articles .article-card {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
    
    #ip-spaces-voffice .spaces-voffice-articles .article-card .article-content-wrap,
    #ip-spaces-voffice .spaces-voffice-companies .content-wrap, #ip-spaces-voffice .spaces-voffice-companies .content-companies {
        width: 100%;
    }
    
    #ip-spaces-voffice .spaces-voffice-articles .article-card img {
        width: 100%;
        max-width: 100%;
        height: 264px;
    }
    
    #ip-spaces-voffice .spaces-voffice-companies .spaces-voffice-companies-container {
        flex-direction: column;
    }
    

    #ip-spaces-voffice .spaces-voffice-companies .content-companies .content-company-card {
        width: 100%;
        min-height: 80px;
        max-height: 90px;
    }
    #ip-spaces-voffice .spaces-voffice-articles .article-card .article-content-wrap .site-button {
        float: right;
    }
    
    #ip-spaces-voffice .spaces-voffice-companies .spaces-voffice-companies-container .site-button {
        width: max-content;
        float: right;
    }
    #ip-spaces-voffice .spaces-voffice-banner-img .inner-container a {
        float: right;
    }
}

@media only screen and (max-width: 480px) {
    form.inquire-form .checkbox-grid {
        grid-template-columns: 1fr !important;
    }
}


/* Popup Form */
form.inquire-form .checkbox-title {
    font-size: 14px;
    line-height: 21px;
    color: #2A4357;
    font-weight: 400;
    padding: 5px 0px 15px;
}
form.inquire-form .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}
form.inquire-form .checkbox-grid .checkbox-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
form.inquire-form .checkbox-grid .checkbox-item:nth-child(4) {
    grid-column-start: 1;
}
form.inquire-form .checkbox-grid .checkbox-item label {
    font-size: 14px;
    color: #2A4357;
    white-space: nowrap;
    line-height: 1;
}
form.inquire-form .checkbox-grid .checkbox-item .input-check {
    min-width: 15px;
    min-height: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
form.inquire-form .checkbox-grid .checkbox-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border-radius: 0 !important;
    margin: 0;
}
form.inquire-form .input-check input[type=checkbox] {
    border:1px solid white;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-appearance: none;
    vertical-align: middle;
    background-color :#ffffff;
    cursor: pointer;
    outline: none;
}
form.inquire-form .input-check input[type=checkbox]:checked {
    background-color: #419ff8;
    border: none;
    outline: none;
}
form.inquire-form .checkbox-item:nth-child(3),
form.inquire-form .checkbox-item:nth-child(6) {
    margin-left: 15px;
}

form.inquire-form .checkbox-grid {
    grid-template-columns: 1fr 1fr;
}
form.inquire-form .checkbox-grid .checkbox-item:nth-child(3), 
form.inquire-form .checkbox-grid .checkbox-item:nth-child(6) {
    margin-left: 0;
}
form.inquire-form .checkbox-grid .checkbox-item:nth-child(4) {
    grid-column-start: auto;
}
form.inquire-form .input-check input[type=checkbox] {
    border: 1px solid #419ff8;
}
form.inquire-form .checkbox-grid .checkbox-item .input-check {
    overflow: unset;
}