* {
    margin: 0;
    padding: 0;
}

.link {
    text-decoration: underline;
}

.link:hover {
    opacity: 0.4;
}

.body {
    padding: 10% 10%;
    background-color: white;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    color: #0046AD;
    font-weight: 700;
    margin-bottom: 10%;
    font-size: 0.9vw;
}

h1 {
    color: #0046AD;
    opacity: 0.8;
    font-size: 3.5vw;
}

.sub-heading {
    color: #888888;
    margin-bottom: 2%;

}

.sub-sub-heading {
    color: #888888;
    font-size: 1.2vw;
    margin-bottom: 4%;
}

p {
    font-size: 1.5vw;
    line-height: 1.5;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1%;
    margin-top: 3%;
}

.sub-section {
    margin-left: 3%;
}

.sub-section-title {
    font-weight: 700;
    margin-bottom: 1%;
    margin-top: 3%;
}

.sub-sub-section {
    margin-left: 6%;
}

.sub-sub-section-title {
    font-weight: 700;
    margin-top: 3%;
    margin-bottom: 1%;
}

.rights-list {
    margin-top: 2%;
    margin-left: 2%;
}

.rights-list > li {
    line-height: 1.5;
    font-size: 1.5vw;
}

.section-12-address {
    margin-left: 2%;
}

h2 {
    margin-top: 10%;
    font-size: 2vw;
}