
/* CE Header */
.ce-header.banner--layout-0 .banner__content-frame {
    position: relative;
}

.ce-header.banner--layout-0 .banner__content-frame::after {
    background-color: var(--root-color--white);
    bottom: 0;
    content: "";
    display: block;
    height: 2rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg) translateY(70%);
    width: 2rem;
}

/* Footer background image */
.page-footer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 564 267' fill='%23105398'%3E%3Cpath d='M563 0v17c-24 1-48 9-68 23l-1 1c-19 13-35 32-48 53v1h1a432 432 0 01116 60v21l-16-12c-32-23-69-41-108-54h-1a201 201 0 00-4 156h-18l-1-2c-15-42-16-89-3-133l1-2c2-8 5-16 9-23v-1h-1a331 331 0 00-279 42c-44 28-84 68-121 119H0C82 149 181 87 290 76h2c45-4 92 1 137 14h1v-1c14-25 33-47 55-62 24-16 50-26 78-27z'/%3E%3C/svg%3E");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 30rem;
}
