body{
    font-family: 'Montserrat', sans-serif;
}
.hero-bg{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 10.85%, rgba(0, 0, 0, 0) 86.24%), url('/assets/bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.font-weight-black{
    font-weight: 900;
}
.font-weight-medium{
    font-weight: 500;
}
.bg-pattern{
    background-color: #0a62ab;
    background-image: url("/assets/bg-pattern.svg");
    background-repeat: repeat-y;
    background-position: top center;
}
.display-5 {
    font-size: 1.5rem;
    line-height: 1.8;
}
.marker{
    background-image: url("/assets/rectangle.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.marker-dark{
    background-image: url("/assets/rectangle-dark.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.logo-edge{
    background-image: url("/assets/logo-pnl-edge.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}
.underline{
    text-decoration: underline;
}
.bigger{
    font-size:1.2rem;
    line-height: 2;
}
.bigger p{
    margin-bottom:2rem;
}