html {
scroll-behavior: smooth;
}
ul {
padding: 0;
list-style: none;
margin: 0;
}
.bwa-intro-text {
max-width: 700px;
margin: 0 auto;
padding: 50px 0 25px;
font-size: 16px;
line-height: 24px;
color: #4c4c4c;
}
.bwa-nav-section {
max-width: 700px;
margin: 0 auto;
padding: 25px 0;
}
.bwa-nav-section .section-title {
margin: 0;
font-size: 32px;
color: #081e35;
text-align: center;
}
.bwa-nav-grid {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
margin-top: 40px;
}
.bwa-nav-grid-item {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto;
gap: 12px;
max-height: 460px;
}  .bwa-nav-item-1 .bwa-img-1 {
grid-column: 1 / 3;
grid-row: 1 / 2;
} .bwa-nav-item-2 a {
grid-area: 2 / 2;
}
.bwa-nav-item-2 .bwa-img-1 {
grid-column: 1 / 3;
} .bwa-nav-item-3 a {
grid-area: 2 / 2;
}
.bwa-nav-item-3 .bwa-img-1 {
grid-column: 1 / 3; max-height: 220px;
}
.bwa-nav-item-3 .bwa-img-2 {
max-height: 220px;
} .bwa-nav-item-4 a {
grid-row: 2 / 2;
}
.bwa-nav-item-4 .bwa-img-1 {
grid-column: 1 / 3; max-height: 220px;
}
.bwa-nav-item-4 .bwa-img-2 {
max-height: 220px;
}
.bwa-nav-link {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
min-height: 72px;
padding: 10px;
background-color: #30485f;
color: #ffffff;
text-decoration: none;
}
.bwa-nav-link-icon-wrap {
width: 40px;
height: 40px;
flex-shrink: 0;
}
.bwa-nav-link-icon-wrap img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.bwa-nav-title {
font-size: 16px;
font-weight: 700;
text-align: center;
}
.bwa-nav-img-wrap img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;	
}
@media screen and (min-width: 768px) {
.bwa-nav-link {
min-height: 143px;
}
.bwa-nav-item-1 .bwa-img-1 {
grid-column: 2 / 3;
grid-row: 1 / 3;
}
.bwa-nav-item-2 .bwa-img-1 {
grid-row: 1 / 3;
grid-column: 1 / 1;
}
}
@media screen and (min-width: 1025px) {
.bwa-intro-text {
max-width: 900px;
padding: 100px 0 50px;
font-size: 20px;
line-height: 28px;
}
.bwa-nav-section {
max-width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.bwa-nav-grid {
grid-template-columns: repeat(2, 1fr);
grid-gap: 40px;
}
.bwa-nav-grid-item {
gap: 6px;
max-height: 446px; height: 446px;
}
.bwa-nav-link {
gap: 8px;
padding: 30px 20px;
}
.bwa-nav-title {
font-size: 20px;
line-height: 28px;
}
.bwa-nav-item-3 .bwa-img-1,
.bwa-nav-item-4 .bwa-img-1 {
max-height: 100%;
min-height: 220px;
}
} .bwa-content-section {
max-width: 700px;
margin: 0 auto;
padding: 25px 0;
}
.bwa-content-subsection {
padding: 20px 0;
scroll-margin-top: 40px;
}
.bwa-content-subsection .section-title {
font-size: 24px;
font-weight: 700;
line-height: normal;
letter-spacing: -0.96px;
color: #081e35;
}
.bwa-content-description {
font-size: clamp(16px, 1.15vw + 0.6rem, 20px);
color: #4c4c4c;
}
.bwa-content-description p {
margin: 16px 0;
}
.bwa-content-gallery {
display: grid;
grid-template-columns: 1fr;
gap: 6px;
}
.bwa-content-gallery-item {
width: 100%;
max-height: 300px;
}
.bwa-content-gallery-item  img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (min-width: 1025px) {
.bwa-content-section {
max-width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.bwa-content-section .section-title {
font-size: 32px;
line-height: 40px;
}
.bwa-content-subsection {
scroll-margin-top: 115px;
}
.bwa-content-gallery {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.bwa-content-gallery-item {
max-height: 350px;
}
}