body {
    --global-banner-height: 0px !important;
}

.c-page > .u-wrapper {
    max-width: 925px;
}

.u-outline {
    margin: 36px 0;
    border: 1px solid var(--rac-grey-20);
    border-radius: 8px;
    padding: 40px 30px;
}

.c-floating-icon {
    position: relative;
}

.c-floating-icon > svg {
    position: absolute;
    top: 40px;
    right: 30px;
}

.c-floating-icon > h2 {
    padding-right: 40px;
}

details {
    padding: 0 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid var(--rac-grey-20);
}

summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--rac-grey);
    padding-right: 0 !important;
    font-weight: bold;
}

summary:after {
    position: static !important;
    border: 0;
    background-image: url('data:image/svg+xml,<svg fill="none" height="11" viewBox="0 0 18 11" width="18" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m2.134 0 6.37551 6.83553 6.52259-6.83553 1.9869 2.08224-8.50949 8.91776-8.50954099-8.91776z" fill="%23f95108" fill-rule="evenodd"/></svg>');
    height: 11px;
    width: 17px;
    will-change: transform;
    transition: .2s ease-in-out;
}

details[open] summary:after {
    transform: rotate(180deg);
}

.c-btn--green {
    background-color: var(--rac-green);
    color: #fff;
    font-size: 15px;
    margin: 0;
    width: auto;
}