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

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

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

#ip-spaces-poffice .spaces-poffice-banner {
    position: relative;
    z-index: 2;
    display: block;
}

#ip-spaces-poffice .spaces-poffice-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-poffice .spaces-poffice-banner-img {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(min(710px, 100vw));
}

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

#ip-spaces-poffice .spaces-poffice-banner-img .container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 80px auto;
    padding: 30px 30px 10px;
    width: 1312px;
    max-width: 100%;
    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;
}

#ip-spaces-poffice .spaces-poffice-banner-img .inner-container {
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    max-width: 50%;
    height: auto;
}

#ip-spaces-poffice .spaces-poffice-banner-img > div h3,
#ip-spaces-poffice .spaces-poffice-banner-img > div p {
    position: relative;
    display: block;
    margin: 0;
    color: var(--white-color-1);
}

#ip-spaces-poffice .spaces-poffice-banner-img > div h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

#ip-spaces-poffice .spaces-poffice-banner-img > div ul {
    margin: 30px 0 0;
}

#ip-spaces-poffice .spaces-poffice-banner-img > div ul li {
    display: block;
    color: var(--white-color-1);
}

#ip-spaces-poffice .spaces-poffice-banner-img > div ul.w-check li {
    display: flex;
    align-items: baseline;
}

#ip-spaces-poffice .spaces-poffice-banner-img > div 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-poffice .spaces-poffice-banner-img > div p {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.4px;
}

#ip-spaces-poffice .spaces-poffice-banner-img > 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-poffice .spaces-poffice-banner-form-wrap {
    width: calc(100% / 2);
    top: 0;
    right: 0;
    padding: 0 60px;
    height: 100%;
    z-index: 5;
}

#ip-spaces-poffice .spaces-poffice-banner-form {
    position: relative;
    display: block;
    margin: auto 0;
    width: max-content;
    background: var(--secondary-color);
    padding: 30px 40px;
}

#ip-spaces-poffice .spaces-poffice-banner-form .site-form {
    width: 100%;
    max-width: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

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

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

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

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

#ip-spaces-poffice .spaces-poffice-desc {
    margin-top: 120px;
}

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

#ip-spaces-poffice .spaces-poffice-desc-txt p {
    margin: 0;
}

#ip-spaces-poffice .spaces-poffice-offices,
#ip-spaces-poffice .spaces-poffice-offices-inner {
    position: relative;
    display: block;
}

#ip-spaces-poffice .spaces-poffice-offices {
    margin-top: 120px;
}

#ip-spaces-poffice .spaces-poffice-offices-list {
    margin: 0 -15px;
}

#ip-spaces-poffice .spaces-poffice-offices-item {
    width: calc(100% / 3);
    padding: 0 15px;
}

#ip-spaces-poffice .spaces-poffice-offices-item > img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#ip-spaces-poffice .spaces-poffice-offices-item > div {
    position: relative;
    display: block;
    border: 1px solid var(--light-color-3);
    padding: 30px 35px;
    min-height: 149px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#ip-spaces-poffice .spaces-poffice-offices-item > div > strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--black-color-2);
}

#ip-spaces-poffice .spaces-poffice-offices-item > div ul {
    position: relative;
    display: block;
    margin: 15px 0 0;
}

#ip-spaces-poffice .spaces-poffice-offices-item > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.25;
}

#ip-spaces-poffice .spaces-poffice-offices-item > div ul li + li {
    margin-top: 10px;
}

#ip-spaces-poffice .spaces-poffice-offices-item > div ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--black-color-2);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -2px;
    margin-right: 11px;
}

#ip-spaces-poffice .spaces-poffice-offices-item > div ul li strong {
    font-weight: 600;
}

#ip-spaces-poffice .spaces-poffice-amenities,
#ip-spaces-poffice .spaces-poffice-amenities-inner {
    display: block;
    position: relative;
}

#ip-spaces-poffice .spaces-poffice-amenities {
    margin-top: 120px;
}

#ip-spaces-poffice .spaces-poffice-amenities-inner {
    max-width: 797px;
    margin: 0 auto;
}

#ip-spaces-poffice .spaces-poffice-amenities h3 {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

#ip-spaces-poffice .spaces-poffice-amenities ul {
    margin: -41px -15px 0;
    padding: 0;
}

#ip-spaces-poffice .spaces-poffice-amenities ul li {
    display: block;
    margin: 41px 0 0;
    padding: 0 15px;
    width: calc(100% / 4);
}

#ip-spaces-poffice .spaces-poffice-amenities ul li img {
    display: block;
    margin: 0 auto;
    max-height: 40px;
}

#ip-spaces-poffice .spaces-poffice-amenities ul li span {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.111;
    letter-spacing: 0.025em;
    color: var(--black-color-2);
    text-align: center;
}

#ip-spaces-poffice .spaces-poffice-slideshow,
#ip-spaces-poffice .spaces-poffice-slideshow-inner {
    position: relative;
    display: block;
}

#ip-spaces-poffice .spaces-poffice-slideshow {
    margin-top: 120px;
    overflow: hidden;
}

#ip-spaces-poffice .spaces-poffice-slideshow-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: marquee 80s linear infinite;
}

#ip-spaces-poffice .spaces-poffice-slideshow-list:hover {
    animation-play-state: paused;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

#ip-spaces-poffice .spaces-poffice-slideshow-list .spaces-poffice-slideshow-img {
    position: relative;
    display: block !important;
}

#ip-spaces-poffice .spaces-poffice-slideshow-list .spaces-poffice-slideshow-img canvas {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white-color-8);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#ip-spaces-poffice .spaces-poffice-faq,
#ip-spaces-poffice .spaces-poffice-faq-inner {
    position: relative;
    display: block;
}

#ip-spaces-poffice .spaces-poffice-faq {
    margin-top: 120px;
    overflow: hidden;
}

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

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

#ip-spaces-poffice .spaces-poffice-faq-list-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: var(--black-color-2);
    border-bottom: 1px solid var(--light-color-3);
    padding: 30px 72px 30px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

#ip-spaces-poffice .spaces-poffice-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-poffice .spaces-poffice-faq-list-content {
    position: relative;
    margin-top: -30px;
    padding: 30px 95px 30px 30px;
    border-bottom: 1px solid var(--light-color-3);
    display: none;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
    #ip-spaces-poffice .spaces-poffice-banner-form {
        padding: 30px;
    }
    
    #ip-spaces-poffice .spaces-poffice-slideshow-list:hover {
        animation-play-state: running;
    }

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

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

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

    #ip-spaces-poffice .spaces-poffice-banner-form,
    #ip-spaces-poffice .spaces-poffice-offices-inner,
    #ip-spaces-poffice .spaces-poffice-amenities-inner {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

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

    #ip-spaces-poffice .spaces-poffice-banner-img,
    #ip-spaces-poffice .spaces-poffice-banner-form .site-form .form-col.col-sm,
    #ip-spaces-poffice .spaces-poffice-offices-item,
    #ip-spaces-poffice .spaces-poffice-banner-form .site-form .form-col .daterangepicker, 
    #ip-spaces-poffice .spaces-poffice-banner-form-wrap {
        width: 100%;
    }

    #ip-spaces-poffice .spaces-poffice-banner-form-wrap {
        position: relative;
        background: var(--secondary-color);
        padding: 0;
    }

    #ip-spaces-poffice .spaces-poffice-banner-img .inner-container {
        margin: auto;
        max-width: 100%;
    }

    #ip-spaces-poffice .spaces-poffice-offices-list {
        display: block;
        margin: 0;
    }

    #ip-spaces-poffice .spaces-poffice-offices-item {
        margin-top: 30px;
    }

    #ip-spaces-poffice .spaces-poffice-amenities ul li {
        width: 50%;
    }

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

    #ip-spaces-poffice .spaces-poffice-banner-form {
        margin: 0 auto;
        max-width: 100%;
    }

    #ip-spaces-poffice .spaces-poffice-banner-img {
        min-height: 400px;
        max-height: 700px;
    }

    #ip-spaces-poffice .spaces-poffice-banner-img > div,
    #ip-spaces-poffice .spaces-poffice-banner-img > div ul {
        text-align: center;
    }
    
    #ip-spaces-poffice .spaces-poffice-banner-img > div ul.w-check li {
        justify-content: center;
    }
    
    #ip-spaces-poffice .spaces-poffice-banner-img > div {
        position: relative;
        right: 0;
        bottom: 0;
    }

    #ip-spaces-poffice .spaces-poffice-desc,
    #ip-spaces-poffice .spaces-poffice-offices,
    #ip-spaces-poffice .spaces-poffice-amenities,
    #ip-spaces-poffice .spaces-poffice-slideshow,
    #ip-spaces-poffice .spaces-poffice-faq {
        margin-top: 60px;
    }

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

    #ip-spaces-poffice .spaces-poffice-banner-form h3 {
        text-align: center;
    }
    
    #ip-spaces-poffice .spaces-poffice-faq-list-content {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #ip-spaces-poffice .spaces-poffice-amenities ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #ip-spaces-poffice .spaces-poffice-banner-img {
        min-height: 700px;
    }
}
