dfn {
    cursor: help;
}

.domani-site .page {
    max-width: 1024px;
    margin: 0 auto;
}

.smallprint {
    margin: 0 20px;
    font-size: .5rem;
    position: relative;
    top: 75px;
    height: 0;
}

.smallprint.inline {
    position: static;
}

.plan-subscribe {
    display: inline-block;
    border: 0 none;
    padding: 10px;
    border-radius: 4px;
    background-color: #C20B20;
    color: #FFF;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.plan-subscribe.bigg {
    padding: 14px 20px;
    font-size: 1.5rem;
}

.plan-subscribe:hover {
    background-color: #000;
}

.plan-subscribe.disabled,
.plan-subscribe.disabled:hover {
    background-color: #D9D9D9;
    color: #474747;
    cursor: not-allowed;
}

#intro,
.intro {
    padding: 2.5rem;
    background-color: #C20B20;
    color: #FFF;
    text-align: center;
}

.intro--title,
.intro--paragraph {
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
}

.intro--title {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1.1;
}

.intro--paragraph {
    margin-top: 1.5rem;
    font-size: 1.15rem;
    line-height: 1.4;
}

@media all and (max-width: 480px) {
    .intro--title {
        font-size: 10vw;
    }

    .intro--paragraph {
        font-size: 5vw;
    }
}

.intro--paragraph strong {
    font-weight: 500;
}

#products {
    margin-bottom: 2rem;
}

.product {
    margin: 3rem 0 7.5rem;
    text-align: center;
}

.product header {
    font-weight: 500;
}

.product--title {
    display: block;
    margin-bottom: .5rem;
    font-size: 2rem;
}

.product--subtitle {
    font-style: normal;
    font-size: 1.25rem;
    color: #C20B20;
}

.product--description {
    margin: 10px auto 50px;
    max-width: 842px;
    width: calc(100% - 60px);
    font-size: .9rem;
}

.product--description p {
    margin: 0 0 1em 0;
}

.product--promo,
.product--properties,
.product > footer > .plan-subscribe {
    width: calc(100% - 2rem);
    max-width: 450px;
}

.product--promo {
    margin: 1rem auto;
    border-radius: 4px;
    padding: 15px 20px;
    background: #C20B20;
    color: #fff;
    font-size: .85rem;
}

.promo--head {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.product--properties {
    margin: 2rem auto;
    padding: 0;
    line-height: 2;
    text-align: left;
    list-style-type: none;
}

.product--properties li {
    position: relative;
    margin: 0;
    padding-left: 2.25em;
    line-height: 2;
    text-align: left;
}

.product--properties li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M500,10C229.4,10,10,229.4,10,500s219.4,490,490,490s490-219.4,490-490S770.6,10,500,10z M424,726.1L198.6,500.6l86.6-86.6L424,552.9l294.5-294.5l86.6,86.6L424,726.1L424,726.1z"/></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.25em;
}

.plans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 450px;
    margin: 2rem auto 4.5rem;
}

.plan {
    position: relative;
    margin: 1rem;
    padding: 1rem 0 4.5rem;
    width: 184px;
    font-size: .9rem;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.25);
}

.plan header {
    margin-bottom: .9em;
    text-transform: uppercase;
}

.plan p {
    margin: .5rem 0;
}

.plan--price {
    position: relative;
    display: inline-block;
    font-size: .9em;
    white-space: nowrap;
}

.plan .price--striked {
    margin: .2rem 0;
    font-size: .7em;
}

.plan .price--striked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #C20B20;
    transform: skewY(-6deg) translateY(5px);
}

.plan .price--discounted {
    margin: .2rem 0;
    color: #C20B20;
}

.price--currency,
.price--amount {
    font-size: 1.5em;
}

.price--amount {
    font-weight: 700;
}

.price--amount strong {
    font-weight: inherit;
    font-size: 2em;
    line-height: 1em;
}

.plan--notes {
    height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .75em;
    color: #C20B20;
}

.plan--notes strong {
    font-size: 1.2em;
}

.plan > footer {
    position: absolute;
    bottom: 1rem;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.plan .plan-subscribe {
    display: block;
    margin: auto;
    width: calc(100% - 1rem * 2);
    font-size: 1.2em;
}

.regular-text {
    margin: 3rem auto;
    width: calc(100% - 4rem);
    max-width: 900px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.4;
}

.regular-text p {
    margin: 1rem 0;
}

#coop p:last-of-type {
    margin-top: 2rem;
}