.employee-portal-financial-strength {
    position: relative;
}

.employee-portal-financial-strength__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: visible;

}

.employee-portal-financial-strength__circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.employee-portal-financial-strength__circles .circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(160px);
    transform: translate(-50%, -50%);
    opacity: 0.70;
}

.employee-portal-financial-strength__circles .green {
    top: 35%;
    left: 30%;
    width: clamp(400px, 40vw, 600px);
    height: clamp(400px, 40vw, 600px);
    background: #007953;
}

.employee-portal-financial-strength__circles .blue {
    top: 50%;
    left: 70%;
    width: clamp(350px, 35vw, 550px);
    height: clamp(350px, 35vw, 550px);
    background: #003c71;
}

.employee-portal-financial-strength__circles .red {
    top: 70%;
    left: 55%;
    width: clamp(300px, 30vw, 450px);
    height: clamp(300px, 30vw, 450px);
    background: #e1261c;
}

.employee-portal-financial-strength__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7.5rem 0.75rem;
    padding-bottom: 2rem;
}

.employee-portal-financial-strength__header {
    text-align: center;
}

.employee-portal-financial-strength__heading-primary,
p.employee-portal-financial-strength__heading-accent {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-align: center;
}

p.employee-portal-financial-strength__heading-accent {
    color: #219963;
}

.employee-portal-financial-strength__metrics {
    position: relative;
    margin: clamp(3rem, 8vw, 5rem) auto clamp(3rem, 8vw, 5.5rem);
    min-height: clamp(18rem, 36vw, 24rem);
    max-width: 80vw;
}

.employee-portal-financial-strength__metric {
    /* position: absolute; */
    transform: translateX(-50%) !important;
    text-align: center;
}

.employee-portal-financial-strength__metric {
    position: relative;
}

/* Position four metrics */
.employee-portal-financial-strength__metric:nth-child(1) {
    left: 10%;
}

.employee-portal-financial-strength__metric:nth-child(2) {
    left: 80%;
}

.employee-portal-financial-strength__metric:nth-child(3) {
    left: 30%;
}

.employee-portal-financial-strength__metric:nth-child(4) {
    left: 60%;
}

.employee-portal-financial-strength__metric--top {
    top: 0;
}

.employee-portal-financial-strength__metric--bottom {
    top: 58%;
}

.employee-portal-financial-strength__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.0rem;
    font-size: 1.25rem;
    color: #ffffff;
    background-color: #219963;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(13, 151, 101, 0.35);
    margin-bottom: 1.25rem;
}

.employee-portal-financial-strength__value {
    margin: 0.65rem 0 0.15rem;
    font-size: 8.75rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    position: relative;
}

.employee-portal-financial-strength__value::before {
    content: '$';
    font-size: clamp(4rem, 7vw, 5.625rem);
    margin-right: 0.1em;
    display: inline-block;
    transform: translateY(-0.5rem);
}

.employee-portal-financial-strength__description {
    display: block;
    font-size: 2.625rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.employee-portal-financial-strength__summary {
    display: block;
    padding: 1.75rem;
    max-width: 32.5rem;
}

.employee-portal-financial-strength__stars {
    display: inline-block;
    width: 174px;
    height: 30.5px;
    background: url("https://banescousa.com/wp-content/plugins/kjl_employeeportal/assets/img/fivestars.svg") center/contain no-repeat;
    margin-bottom: 1.25rem;
}

.employee-portal-financial-strength__summary-text {
    margin: 0;
    color: rgba(245, 247, 255, 1);
    font-size: 1.25rem;
    line-height: 2.125rem;
    letter-spacing: 0rem;
}

@media (max-width: 1024px) {
    .employee-portal-financial-strength__metric {
        width: auto;
    }
}

@media (max-width: 768px) {
    .employee-portal-financial-strength {
        padding: 3rem 1.5rem 3.5rem;
    }

    .employee-portal-financial-strength__inner {
        padding: 0;
    }

    .employee-portal-financial-strength__metrics {
        display: block;
    }

    .employee-portal-financial-strength__metric {
        position: static;
        transform: none;
        width: 100%;
        margin-bottom: 2.5rem;
        transform: unset !important;
    }

    .employee-portal-financial-strength__metric--bottom {
        top: auto;
    }

    .employee-portal-financial-strength__summary {
        margin-top: 2.5rem;
        max-width: none;
        padding: 0;
    }

    .employee-portal-financial-strength__heading-primary,
    p.employee-portal-financial-strength__heading-accent {
        font-size: 2.5625rem;
    }

    .employee-portal-financial-strength__chip {
        font-size: 1.25rem;
        /* 20px */
        line-height: 1;
        /* 100% */
        letter-spacing: 0;
        text-align: center;
        margin: 0.5rem auto !important;
	}
	.employee-portal-financial-strength__value {
		font-size: 5.625rem;
		line-height: 1; /* 100% */
		letter-spacing: 0;
		text-align: center;
	}

	.employee-portal-financial-strength__value::before {
		font-size: clamp(3.5rem, 6vw, 4rem);
	}
	.employee-portal-financial-strength__description {
		font-size: 2rem;
		line-height: 1.2; /* 120% */
		letter-spacing: 0;
		text-align: center;
	}
    .employee-portal-financial-strength__stars {
        margin: 1rem auto;
        display: block;
    }

    .employee-portal-financial-strength__summary-text {
        font-size: 1rem;
        line-height: 1.625rem;
        text-align: center;
    }

}

