.fullwidth {
    width: 100%;
}

.required::after {
    content: " *";
}

label {
    font-size: 14px;
}

.o-intro__top p {
    font-size: 1rem !important;
}

.o-contact__columns {
    padding: 0 3.125rem !important;
    width: calc(80% + 1.875rem) !important;
}

.m-10 {
    margin: 10%
}

section:not(.o-hero) {
    margin-top: 3.125rem;
}

.js-hide-onclick[data-hidden-by-rules="false"] {
    display: flex !important;
}

.breadcrumb {
    display: flex;
    padding: 0 3.125rem;
}

.breadcrumb p {
    font-size: 1rem !important;
    margin-top: 1rem !important;
    padding-top: 0 !important;
}

.breadcrumb a {
    text-decoration: none;
}

.o-axes {
    margin-top: 7rem !important;
}

.rich_text p {
    margin: 3rem 0 0 0;
    width: calc(100vw / 5);
}