/* <--- Location / Tittle ---> */
p {
    margin: 0;
}

section.tittle {
    margin: 226px auto 70px;
}
#mas-20-location section.tittle h1,
#mas-20-location-details section.tittle h1 {
    font-size: 8rem;
    font-weight: 600;
    line-height: 9.8rem;
    color: var(--primary-txt);
    margin-bottom: 10px;
}
#mas-20-location section.tittle p,
#mas-20-location-details section.tittle p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary-txt);
}

/* <--- Location / Tittle End ---> */

/* <--- Location / Random ---> */

section.random-locations {
    margin-bottom: 15rem;
}
section.random-locations div.carousel-office {

}
section.random-locations div.carousel-office div.card-location {
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 68rem;
    margin: 0 25px;
}
section.random-locations div.carousel-office div.card-location a {
    width: 100%;
    height: 120px;
    text-decoration: none;
}
section.random-locations div.carousel-office div.card-location div.bg-img {
    width: 100%;
    height: 120px;
    background: var(--secondary-alt-bg-9);
    color: var(--primary-txt);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 20px;
}

/* <--- Location / Random End ---> */


/* Start Section unique location */
section.unique-loc {
    position: relative;
}

div.bg-unique-loc {
    background: var(--secondary-bg);
    top: 100px;
    height: 26rem;
    position: absolute;
    width: 100%;
    z-index: -1;
}

section.unique-loc > div.container {
    display: grid;
    grid-template-columns: 58rem 1fr;
    grid-template-rows: 22.8rem 13.2rem auto;
    grid-column-gap: 10rem;
}

#mas-20-location section.unique-loc > div.container {
    grid-template-areas:
        "img txt"
        "img links"
        "imgs btn";
}

#mas-20-location-details section.unique-loc > div.container {
    grid-template-areas:
        "img txt"
        "img links"
        "imgs btn"
        "map direction";
}

section.unique-loc div.back-img-location {
    width: 100%;
    max-width: 58rem;
    height: 36rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.unique-loc h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.02em;
    color: var(--primary-txt);
    margin-top: 3.3rem;
}

section.unique-loc div.txt-extract {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 6rem;
    color: var(--primary-txt);
    overflow-y: auto;
}

section.unique-loc div.wrapper-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.unique-loc div.wrapper-links a {
    color: var(--primary-txt);
}

#mas-20-location section.unique-loc a.terms-conditions {
    display: none;
}

section.unique-loc div.open-in-map {
    align-items: center;
    display: flex;
}

section.unique-loc i {
    font-size: 2.3rem;
    color: var(--primary-color);
}

section.unique-loc div.secondary-imgs {
    display: flex;
    justify-content: space-between;
    margin-top: 4.4rem;
    width: 100%;
}

section.unique-loc div.secondary-imgs div.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 16rem;
    width: 16rem;
}

section.unique-loc div.wrapper-loc-txt {
    display: flex;
    flex-direction: column;
}

section.unique-loc button.rez-car-here {
    width: min(350px, 100%);
    height: 50px;
    background: #5A68D4;
    color: var(--primary-bg);
    border: 1px solid #5A68D4;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4.4rem;
    text-transform: uppercase;
}

#mas-20-location section.unique-loc div.wrapper-map {
    display: none;
}

#mas-20-location section.unique-loc div.wrapper-directions {
    display: none;
}

section.unique-loc div.wrapper-map {
    margin-top: 64px;
}

section.unique-loc #unique-loc-map {
    height: 300px;
    width: 100%;
}

section.unique-loc div.wrapper-directions {
    margin-top: 64px;
}


@media(max-width: 1199.98px) {
    section.unique-loc>div.container {
        grid-template-columns: 36rem 1fr;
        grid-template-rows: 26.8rem 9.2rem auto;
        grid-column-gap: 3rem;
    }

    section.unique-loc div.secondary-imgs div.img-bg {
        width: 10rem;
    }
}

@media(max-width: 767.98px){
    section.unique-loc {
/*        margin: 0 20px;*/
    }
    #mas-20-location section.unique-loc > div.container {
        grid-template-columns: 1fr;
        grid-template-areas: "img" "imgs" "txt" "links" "btn";
        grid-template-rows: auto;
    }
    #mas-20-location-details section.unique-loc > div.container {
        grid-template-columns: 1fr;
        grid-template-areas: "img" "imgs" "txt" "links" "btn" "map" "direction";
        grid-template-rows: auto;
    }
    section.unique-loc div.wrapper-main-img {
        margin: 0 20px;
    }
    section.unique-loc div.back-img-location {
        height: 320px;
        max-width: unset;
    }
    section.unique-loc div.secondary-imgs {
        column-gap: 8px;
        margin-top: 29px;
        padding: 0 20px;
    }
    section.unique-loc div.secondary-imgs div.img-bg {
        width: 33%;
        height: 100px;
    }
    section.unique-loc div.bg-unique-loc {
        bottom: unset;
        height: 670px;
        top: 77px;
        width: 100%;
    }
    section.unique-loc div.wrapper-loc-txt {
        margin-bottom: 49px;
        padding: 0 20px;
    }
    section.unique-loc h2 {
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.4rem;
        margin-top: 84px;
        text-align: center;
        margin-bottom: 63px;
    }
    section.unique-loc div.txt-extract {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-top: 0;
        max-height: 100px;
        text-align: center;
    }
    section.unique-loc div.wrapper-links {
        flex-direction: column;
        padding: 0 20px;
    }

    section.unique-loc div.open-in-map {
        flex-direction: column;
    }

    section.unique-loc div.open-in-map i {
        font-size: 40px;
        margin-bottom: 9px;
    }

    section.unique-loc div.wrapper-links a {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    section.unique-loc div.wrapper-btn {
        display: flex;
        justify-content: center;
        margin: 0 20px;
    }

    section.unique-loc div.wrapper-directions {
        padding: 0 20px;
    }

}

/* End section unique location */


/* <--- Location / Map ---> */
section.map {
    height: 66rem;
    width: 100%;
    z-index: 0;
    position: relative;
}
section.map div.gm-style-iw button{
    border: none!important;
}

section.map div.gm-style-iw button:focus{
    outline: none;
}

section.map div.gm-style-iw-d{
    color: black;
    padding: 2px 4px;
}

/* <--- Location / Map End ---> */

/* <--- Location / Term and Condition ---> */

section.unique-loc a.terms-conditions{
    display: block;
}

section.locations-links {
    display: flex;
    flex-direction: column;
    margin: 145px auto;
}
section.locations-links h2 {
    align-self: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    color: var(--primary-txt);
    margin-bottom: 76px;
}
section.locations-links div.grid-offices {
    display: grid;
    grid-template-columns: 22% auto 22% auto 22% auto 22%;
    column-gap: 2%;
}
section.locations-links div.grid-offices > div {
    display: flex;
    flex-direction: column;
}

section.locations-links a {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: var(--primary-txt);
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px 0;
}

section.locations-links div.grid-offices hr{
    background: var(--primary-txt);
    height: auto;
    margin: 0px;
    margin-bottom: -5px;
    margin-top: -5px;
    width: 1px;
}

/* <--- Location / Term and Condition End ---> */


/* <--- Location / Blog Carrousel ---> */

section.blog-carousel {
    margin: 205px auto 102px;
}

/* <--- Location / Blog Carrousel End ---> */


@media(max-width: 767.98px) {
    section.tittle {
        margin: 126px auto 38px;
    }
    #mas-20-location section.tittle h1,
    #mas-20-location-details section.tittle h1 {
        font-weight: 600;
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 11px;
    }
    #mas-20-location section.tittle p,
    #mas-20-location-details section.tittle p {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    section.random-locations div.carousel-office div.card-location {
        margin: 0px;
    }
    section.random-locations div.carousel-office .slick-prev{
        top: unset;
        bottom: 40px;
        left: 20px;
        width: auto;
        height: auto;
        z-index: 5;
    }
    section.random-locations div.carousel-office .slick-prev img {
        height: 25px;
        width: auto;
    }
    section.random-locations div.carousel-office .slick-next {
        top: unset;
        bottom: 40px;
        right: 20px;
        width: auto;
        height: auto;
        z-index: 5;
    }
    section.random-locations div.carousel-office .slick-next img {
        height: 25px;
        width: auto;
    }
    section.locations-links div.grid-offices {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    section.locations-links div.grid-offices hr {
        display: none;
    }
}

/* <--- Location / Details ---> */
#mas-20-location-details div.tittle {
    margin: 226px auto 70px !important;
}


/* <--- Location / Why Location ---> */

#mas-20-location-details section.why-location div.why-loc-shadow {
    background: var(--secondary-bg);
    width: 100%;
    min-height: 341px;
    margin: 367px auto 130px;
}
#mas-20-location-details section.why-location div.wrapper-h3 {
    display: flex;

}
#mas-20-location-details div.why-loc-shadow div.container {
    display: flex;
    justify-content: space-between;
}
#mas-20-location-details div.container div.why-location-left {
    margin-top: -157px;
    width: 50%;
}
#mas-20-location-details div.why-location-left div.wrapper-why-txt {
    display: flex;
    flex-direction: column;
    margin-top: 47px;
}
#mas-20-location-details div.why-location-left div.wrapper-why-txt li {
    font-size: 14px;
    list-style-type: auto;
}
#mas-20-location-details div.container div.why-location-right {
    width: 50%;
    background: var(--secondary-bg);
    margin-top: -157px;
    padding: 57px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
#mas-20-location-details div.why-location-left h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 51px;
    margin-top: 57px;
    color: var(--primary-txt);
}

#mas-20-location-details div.why-location-right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 51px;
    color: var(--primary-txt);
}
#mas-20-location-details div.why-location-list {
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
}
#mas-20-location-details div.why-location-list div {
    width: 100%;
    height: auto;
    background: var(--input-bg-1);
    padding: 9px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#mas-20-location-details div.why-location-list i {
    font-size: 6px;
    color: #5A68D4;
    margin-right: 10px;
}
#mas-20-location-details div.why-location-list p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7rem;
    margin: 0;
    color: var(--primary-txt);
}

#mas-20-location-details div.faqs-result {
    margin-bottom: 108px;
}

#mas-20-location-details div.faqs-result div.faqs {
        padding: 14px 41px 14px 111px;
}

@media(max-width: 991.98px) {
    #mas-20-location-details div.container div.why-location-right {
        padding: 57px 20px;
    }
}

@media(max-width: 767.98px) {
    #mas-20-location-details section.why-location div.why-loc-shadow {
        background: unset;
        margin: 61px auto 130px;
    }
    #mas-20-location-details div.why-loc-shadow div.container {
        flex-direction: column;
    }
    #mas-20-location-details div.container div.why-location-left {
        margin-top: 0px;
        width: 100%;
    }
    #mas-20-location-details div.why-location-left div.wrapper-why-txt {
        background: var(--secondary-bg);
        margin-top: 0px;
        padding: 50px 50px;
    }
    #mas-20-location-details div.why-location-left div.wrapper-why-txt p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    #mas-20-location-details section.why-location div.wrapper-h3 {
        justify-content: center;
        padding: 0 20px;
    }
    #mas-20-location-details div.why-location-left h3 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    #mas-20-location-details div.container div.why-location-right {
        margin-top: 49px;
        padding: unset;
        padding-bottom: 107px;
        width: 100%;
    }
    #mas-20-location-details div.why-location-right h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 0px;
        margin-top: 67px;
    }
    #mas-20-location-details div.why-location-list {
        padding: 0 20px;
    }
    #mas-20-location-details div.why-location-list p {
        font-size: 1.2rem;
    }
    #mas-20-location-details div.faqs-result div.faqs {
        padding: 32px 20px 22px;
    }
    #mas-20-location-details div.faqs-result div.faqs.open {
        padding: 64px 20px 54px;
    }
}
/* <--- Location / Why Location End ---> */

/* Start Section Article */
section.article {
    display: grid;
    grid-column-gap: 104px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    grid-template-areas: "img title" "txt txt";
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    max-width: 1400px;
}

section.article div.article-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

section.article div.article-title {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 120px;
    min-width: 350px;
    max-width: 516px;
    width: 100%;
}

section.article div.article-title h1{
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.7rem;
    letter-spacing: -0.02em;
}

section.article div.article-txt {
    margin-top: 180px;
}

section.article div.article-txt strong {
    line-height: 2.4rem;
}

@media(max-width: 1199.98px){
    section.article div.article-title {
        max-width: 350px;
    }
}

@media(max-width: 991.98px){
    section.article div.article-title {
        margin-left: 60px;
        margin-right: 65px;
        min-width: 250px;
    }
}

@media(max-width: 767.98px){
    section.article {
        grid-template-columns: 1fr;
        grid-template-areas: "img" "title" "txt";
        margin-bottom: 130px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 130px;
        max-width: 1400px;
    }

    section.article div.article-title {
        height: unset;
        max-width: unset;
        margin-bottom: 75px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 75px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.article div.article-txt {
        font-size: 1.2rem;
        /* line-height: 1.6rem; */
        margin-left: 20px;
        margin-right: 20px;
        margin-top: unset;
        width: unset;
    }

    section.article div.article-txt strong {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}


/* End Section Article */


/* <--- Location / Details End ---> */
