@keyframes aim {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1.0);
    }
}
.rfiz {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
section.redable {
    padding-top: 0;
    padding-bottom: 0;
}

section.redable h1,
.U-Section {
    margin-bottom: 3rem;
    font-size: 3rem;
    margin-top: 3rem;
    font-weight: bold;
}
section.redable h2,
.U-SubSection {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: bold;
}
section.redable h3,
.U-Chapter {
    margin-bottom: 1rem; 
    font-size: 2rem;
    margin-top: 3rem;
    font-weight: bold;
}
section.redable h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
    margin-top: 3rem;
    line-height: 1.46;
}

.U-Speech {
    font-style: italic;
}

section.redable p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.22;
}

section.redable p.text {
    text-indent: 3rem;
}

section.redable p.quote {
    padding: 26px;
    border-radius: 12px;
    border: 1px solid #7ec8ff;
    font-weight: 500;
}

section.redable p img.anim {
    animation: aim 2s ease-in-out;
}
section.redable span.playd {
    background: #066ac91a;
}

.U-PhotoText {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.5);
    font-style: italic;
}

.U-DefaultImp {
    font-weight: bold;
    font-style: italic;
}