body
{
  background:#fff;	
}
.footer-section-2, .footer-section-3
{
     background: #024F61;	
}
.header .banner 
{
    aspect-ratio: 16 / 1;
    width: 100%;
    padding: 13.4rem 0 0;	
}
.page-title
{
 font-family: "GroldExtraBold";	
 color:#fff;
 text-align: center;
}
.page-title h1
{
  font-size:3vw;	
}
.page-title h1 span
{
  color: #feb258;	
}

.top-roundEffect {
    background-color: #fff;
	aspect-ratio: 1440 / 83;
    width: 100%;
}
.top-roundEffect-overlay {
    z-index: 1;
    aspect-ratio: 1440 / 83;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.top-roundEffect-overlay:after {
    content: "";
    background-color: #204e5f;
    border-radius: 50%;
    width: 115%;
    height: 400%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.blank-page
{
    font-family: "GroldLight", sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.6;
    color: #024f61;
    margin-bottom: clamp(15px, 3vw, 25px);
}

.blank-page h2{
    font-family: "GroldMedium", sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}