.page-banner {
    position: relative;
    height: clamp(200px, 40vw, 600px);
    display: flex;
    align-items: center;
    padding: 1rem 0 2rem;
    width: 100%;
    overflow: hidden;
}

.page-banner-bg {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 1;
    width: 110%;
    height: 100%;
    transform: translateX(-5%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 70% 20%;
    border-bottom-right-radius: 70% 20%;
    box-shadow: 0 12px var(--primary-color);
}


.page-banner>.container {
    width: 100vw;
    z-index: 2;
}

.page-title,
.page-banner-text {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 8px hsl(0, 0%, 0%, 0.5);
    line-height: 1.2;
}

.page-title {
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    margin: 0.5rem 0;
}

.page-banner-text {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.page-content {
    padding: 4rem 0;
}


/* Customer Service */
.container.cs-section {
    max-width: 960px;
    margin-bottom: 2rem;
}
.container.cs-section.no-margin{
    margin-bottom:0;
}

.cs-section h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem;
}

.cs-section .link-list {
    border-radius: 2rem;
    border: 2px solid var(--primary-color-darker);
    padding: 1.5rem 2rem;
}

.cs-section .link-list>div>a {
    display: block;
    padding: 0.5rem 0;
    font-size: 1.125rem;
}
.cs-section .link-list>div>a:empty{
    height:43px;
}

/* Contact Us */
.contact-us-map {
    margin-top: 3rem;
    margin-bottom: -4.3rem;
}

.contact-us-info {
    background: url(/media/m15gkidl/contact-us-info-bg.png) center center no-repeat;
    background-size: cover;
}

.contact-us-info h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}

.contact-us-info h4 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #666;
    margin: 0;
}

.contact-us-info table {
    margin-top: 2rem;
    font-size: 1.125rem;
}

.contact-us-info table td {
    padding: 0.5rem;
}

.contact-us-form input,
.contact-us-form textarea {
    width: 100%;
    padding: 1rem 0.825rem;
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 3px;
    resize: none;
    background: transparent;
}

.contact-us-form.row {
    row-gap: 0.75rem;
}

.contact-us-form .actions {
    display: flex;
    justify-content: flex-end;
}


/* Services */
.services-page-subtitle {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: bold;
}



/* Asset Management */
.asset-page-subtitle {
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 3rem 0;
}

.asset-page-subtitle:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 0;
    display: block;
    height: 100%;
    width: 60%;
    border: 2px solid var(--second-color);
    z-index: 1;
}

.asset-page-subtitle>* {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-right: calc(5% + 3px);
    padding: 0.5rem 0;
}



.asset-row{
    margin-bottom:0 !important;
}
.asset-row > .block-grid-row{
    gap:0;
}

.asset-row .block-grid-col{
    display:flex;
    align-items: center;
}

.asset-content{
    padding: 1rem 3rem;
}

/* Common */
.p-color {
    color: var(--primary-color);
}
.page-section {
    margin-bottom: 2rem;
}

.page-section h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 1rem 0;
}

.page-section h4 {
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

@media (max-width: 770px){
    .order-swap .block-grid-col:nth-child(2){
        order:-1;
    }
}

.mobile-app-icons{
    margin-top: 2rem;
}
.mobile-app-icons img{
    max-width:150px;
    height:auto;
    margin-right:1rem;
}
