
:root {
    --background-color: #FFFFFF;
    --link-color: rgb(102, 102, 102);
    --text-color: rgb(102, 102, 102);
    --icon-color: rgb(102, 102, 102);
    --button-background-color: #fff;
    --button-text-color: #000;
}

*, *::before, *::after {
    box-sizing: border-box
}

.uc-banner a {
    color: var(--link-color);
    text-decoration: none
}

.uc-banner p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1
}

button {
    border-radius: 0;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

.c-rich-text {
    color: var(--text-color);
}

.c-rich-text *:not(svg):last-child {
    margin-bottom: 0;
}

.c-rich-text a {
    word-wrap: break-word;
}

.c-rich-text a span {
    position: relative;
    background-image: linear-gradient(var(--link-color) 0, var(--link-color) .125em), linear-gradient(transparent 0, transparent .125em);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    transition: background-size .25s ease;
    background-size: 100% .125em, 0% .125em
}

.c-rich-text a span:hover {
    color: var(--link-color);
    background-position-x: left;
    background-size: 100% .125em, 0% .125em
}

.c-rich-text a:hover span {
    animation: looping-line .6s ease-out
}

.c-rich-text a span {
    position: relative;
    padding: 0 0 .2em;
    cursor: pointer
}

.c-rich-text p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: .3px;
    margin: 0 0 32px
}

@media (min-width: 768px) {
    .c-rich-text p {
        font-size: clamp(14px, 38px + -.0234375 * 100vw, 20px);
        margin-bottom: 32px
    }
}

@media (min-width: 1024px) {
    .c-rich-text p {
        font-size: calc(14 / 1024 * 100vw);
        margin-bottom: 20px
    }
}

.c-rich-text p span {
    word-break: break-all
}

.c-rich-text li p {
    margin: 0
}

.uc-banner {
    position: fixed;
    z-index: 1040;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--text-color);
    background-color: var(--background-color);
    box-shadow: 0 4px 24px rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.uc-banner[data-hidden="true"] {
    display: none !important;
}


@media (min-width: 768px) {
}

@media (min-width: 1024px) {
    .uc-banner {
        max-width: 430px;
        bottom: 20px;
        left: 20px
    }
}



@media (min-width: 768px) {
    .uc-banner-description p, .uc-banner-links p {
        font-size: 20px
    }
}

@media (min-width: 1024px) {
    .uc-banner-description p, .uc-banner-links p {
        font-size: 14px
    }
}



@media (min-width: 1024px) {

}

.uc-banner-links a {
    margin-right: 24px;
    display: inline-block
}

@media (min-width: 768px) {
    .uc-banner-links a {
        margin-right: 32px
    }
}

@media (min-width: 1024px) {
    .uc-banner-links a {
        margin-right: 16px
    }
}

@keyframes looping-line {
    0%, 100% {
        background-size: 100% .125em, 0% .125em;
        background-position-x: right
    }
    49% {
        background-position-x: right
    }
    50% {
        background-size: 0% .125em, 100% .125em;
        background-position-x: left
    }
    99% {
        background-position-x: left
    }
}


/* ------------------------------------------- Content -------------------------------------------------------------- */
.c-rich-text p {
    font-family: Rubik, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}

/* ------------------------------------------- BTN ------------------------------------------------------------------ */
.uc-banner .btn-group {
    border-top: 1px solid rgb(237, 237, 237);
    margin-top: 20px;
}
.uc-banner .btn-group .btn {
    font-size: 14px;
}

/* ------ iPhone Hochkant ------ */
@media (max-width: 1023px) {




}
