.location-hero-section {
    background-color: #ecf1f5;
    overflow: hidden;
}

.location-hero-section .section-wrap-right {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.location-hero-section .section-wrap-right .content-left {
    width: 50%;
    padding: 8.33%;
    background: #ecf1f5;
    display: flex;
    align-items: flex-start;
}

.location-hero-section .section-wrap-right .content-left .content-left-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.location-hero-section .section-wrap-right .content-left .content-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-hero-section .section-wrap-right .content-left .location-hero-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location-hero-section .section-wrap-right .content-left label {
    display: block;
    margin: 0;
    color: #1a5699;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.location-hero-section .section-wrap-right .content-left h1 {
    margin: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    text-transform: capitalize;
}

.location-hero-section .section-wrap-right .content-left h1 span {
    color: #543975;
}

.location-hero-section .section-wrap-right .content-left .location-hero-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-hero-section .section-wrap-right .content-left .location-hero-body>* {
    margin: 0;
}

.location-hero-section .section-wrap-right .content-left .location-contact-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.location-hero-section .section-wrap-right .content-left .location-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.location-hero-section .section-wrap-right .content-left .location-contact-item .location-contact-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    object-fit: contain;
}

.location-hero-section .section-wrap-right .content-left .location-contact-label,
.location-hero-section .section-wrap-right .content-left .location-contact-label p {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.location-hero-section .section-wrap-right .content-left .location-contact-label strong {
    color: #404040;
    font-weight: 700;
}

.location-hero-section .section-wrap-right .content-left .accreditation-text,
.location-hero-section .section-wrap-right .content-left .accreditation-text p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>* {
    margin: 0;
}

.location-hero-section .section-wrap-right .content-left blockquote {
    border-radius: 2px;
    margin: 0;
    padding: 12px 20px 12px 42px;
    background: #fff;
    position: relative;
}

.location-hero-section .section-wrap-right .content-left blockquote::before {
    content: '';
    width: 6px;
    background: #1a5699;
    position: absolute;
    left: 20px;
    top: 12px;
    bottom: 12px;
}

.location-hero-section .section-wrap-right .content-left blockquote * {
    color: #000 !important;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .location-contact-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .location-contact-item,
.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>div:has(> img) {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>div:has(> img)+div:has(> img) {
    margin-top: -16px;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .location-contact-item img,
.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>div:has(> img)>img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    object-fit: contain;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content p,
.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content li {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content strong {
    color: #404040;
    font-weight: 700;
}

.location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .accreditation-text {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.location-hero-section .section-wrap-right .content-left .location-contact-label.wysiwyg-content p,
.location-hero-section .section-wrap-right .content-left .accreditation-text.wysiwyg-content p {
    margin: 0;
}

.location-hero-section .section-wrap-right .content-left .buttons-wrapper {
    width: 100%;
    display: flex;
    gap: 8px;
}

.location-hero-section .section-wrap-right .content-left .buttons-wrapper .site-btn {
    width: auto;
    max-width: none;
    padding: 20px 48px;
    border-radius: 200px;
    border-color: #1a5699;
    background: #1a5699;
    letter-spacing: 0.72px;
}

.location-hero-section .section-wrap-right .content-left .buttons-wrapper .site-btn:hover {
    background: #1a6a7b;
    border-color: #1a6a7b;
}

.location-hero-section .section-wrap-right .content-right {
    width: 50%;
    position: relative;
    display: flex;
    background-color: #e7edee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: darken;
    overflow: hidden;
    min-height: 100%;
}

@media only screen and (min-width: 1025px) {
    .location-hero-section .section-wrap-right {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: stretch;
    }

    .location-hero-section .section-wrap-right .content-left,
    .location-hero-section .section-wrap-right .content-right {
        width: 100%;
    }

    .location-hero-section .section-wrap-right .content-right {
        min-height: 100%;
        height: 100%;
    }
}

.location-hero-section .section-wrap-right .content-right .mobile-img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 1024px) {
    .location-hero-section .section-wrap-right {
        display: flex;
        flex-direction: column-reverse;
    }

    .location-hero-section .section-wrap-right .content-left {
        width: 100%;
        padding: 10.67% 5.33%;
    }

    .location-hero-section .section-wrap-right .content-left .content-left-inner {
        gap: 40px;
    }

    .location-hero-section .section-wrap-right .content-left .content-main {
        gap: 24px;
    }

    .location-hero-section .section-wrap-right .content-left .location-hero-header {
        gap: 6px;
        align-items: center;
        text-align: center;
    }

    .location-hero-section .section-wrap-right .content-left label {
        width: 100%;
        text-align: center;
    }

    .location-hero-section .section-wrap-right .content-left h1 {
        text-align: center;
    }

    .location-hero-section .section-wrap-right .content-left h1 br {
        display: none;
    }

    .location-hero-section .section-wrap-right .content-left .location-hero-body {
        gap: 16px;
    }

    .location-hero-section .section-wrap-right .content-left .location-contact-item {
        gap: 10px;
    }

    .location-hero-section .section-wrap-right .content-left .location-contact-item .location-contact-icon {
        width: 24px;
        height: 24px;
    }

    .location-hero-section .section-wrap-right .content-left .accreditation-text,
    .location-hero-section .section-wrap-right .content-left .accreditation-text p {
        text-align: center;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content {
        gap: 16px;
    }

    .location-hero-section .section-wrap-right .content-left blockquote {
        padding: 12px 16px 12px 38px;
        box-shadow: 10px 10px 10px rgba(188, 232, 241, 0.2);
    }

    .location-hero-section .section-wrap-right .content-left blockquote::before {
        left: 16px;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .location-contact-item,
    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>div:has(> img) {
        gap: 10px;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .location-contact-item img,
    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>div:has(> img)>img {
        width: 24px;
        height: 24px;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content>div:has(> img)+div:has(> img) {
        margin-top: -12px;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .accreditation-text {
        text-align: center;
    }

    .location-hero-section .section-wrap-right .content-left .buttons-wrapper {
        width: 100%;
    }

    .location-hero-section .section-wrap-right .content-left .buttons-wrapper .site-btn {
        width: 100%;
        max-width: 100%;
        padding: 24px 32px;
        min-height: 78px;
        letter-spacing: 0.72px;
        white-space: normal;
    }

    .location-hero-section .section-wrap-right .content-right {
        width: 100%;
        min-height: unset;
        height: 64vw;
        max-height: 240px;
        background-image: none !important;
        background-color: #e1eaed;
        mix-blend-mode: normal;
    }

    .location-hero-section .section-wrap-right .content-right .mobile-img {
        display: block;
        object-fit: cover;
        object-position: bottom;
    }
}

@media only screen and (max-width: 767px) {
    .location-hero-section .section-wrap-right .content-left label {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.56px;
    }

    .location-hero-section .section-wrap-right .content-left h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .location-hero-section .section-wrap-right .content-left .location-contact-label,
    .location-hero-section .section-wrap-right .content-left .location-contact-label p {
        font-size: 16px;
        line-height: 24px;
    }

    .location-hero-section .section-wrap-right .content-left .accreditation-text,
    .location-hero-section .section-wrap-right .content-left .accreditation-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content p,
    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content li {
        font-size: 16px;
        line-height: 24px;
    }

    .location-hero-section .section-wrap-right .content-left .content.wysiwyg-content .accreditation-text {
        font-size: 16px;
        line-height: 24px;
    }

    .location-hero-section .section-wrap-right .content-left blockquote,
    .location-hero-section .section-wrap-right .content-left blockquote * {
        font-size: 18px;
        line-height: 26px;
    }

    .location-hero-section .section-wrap-right .content-left .accreditation-text p {
        text-align: left;
    }

    .location-hero-section .section-wrap-right .content-left .buttons-wrapper .site-btn {
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 0;
    }
}