html.aem-AuthorLayer-Edit .baseComponent.raw-html {
    min-height: 50px
}

.button, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Avenir-Heavy, Avenir-Roman, sans-serif;
    font-weight: 600
}

.textImage .rte h1 sup {
    font-size: .75rem
}

main {
    font-size: 1rem;
    line-height: 1.6875rem
}

.h1, .rte h1, h1 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.0625rem
}

@media (min-width: 576px) {
    .h1, .rte h1, h1 {
        font-size: 2.375rem;
        line-height: 2.375rem
    }
}

.h2, .rte h2, h2 {
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 1.8125rem
}

@media (min-width: 576px) {
    .h2, .rte h2, h2 {
        font-size: 1.875rem;
        line-height: 2.0625rem
    }
}

.h3, .rte h3, h3 {
    font-weight: 900;
    font-size: 1.1875rem;
    line-height: 1.625rem
}

@media (min-width: 576px) {
    .h3, .rte h3, h3 {
        font-size: 1.375rem;
        line-height: 1.8125rem
    }
}

.button {
    height: 3rem;
    line-height: 1;
    white-space: nowrap;
    transition: color ease-in .2s, background-color ease-in .2s, border-color ease-in .2s
}

@media (max-width: 767px) {
    .button {
        width: 100%
    }
}

@media (min-width: 992px) {
    .button {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.button:hover {
    text-decoration: none !important
}

.button-red {
    color: #fff !important;
    background-color: #c41230
}

.button-red:hover {
    color: #fff;
    background-color: #9b132b
}

.button-white {
    color: #9b132b;
    background-color: #fff
}

.button-white:hover {
    color: #fff;
    background-color: #9b132b
}

.button-red--ghost {
    color: #9b132b;
    background-color: transparent;
    border: 2px solid #9b132b;
    box-sizing: border-box
}

.button-red--ghost:hover {
    color: #fff;
    background-color: #9b132b;
    border-color: #9b132b
}

a.button.button-full {
    width: 100%
}

a.cmp-button {
    color: #fff
}

.g-container, .page-content {
    padding: 0 1.25rem
}

.box .aem-Grid.column {
    padding: 0
}

.textImage .rte {
    color: #fff;
    position: relative;
    z-index: 1
}

.ti {
    background-color: #222
}

.ti-text {
    width: 100% !important;
    height: 100%;
    padding: 4rem;
    display: flex
}

.ti-text-bottom {
    align-items: flex-end
}

.ti-text-top {
    align-items: flex-start
}

.ti-text-middle {
    align-items: center
}

.ti-text-left {
    justify-content: flex-start
}

.ti-text-right {
    justify-content: flex-end
}

.ti-text-center {
    justify-content: center
}

@media (min-width: 768px) {
    .ti-text-25 .rte {
        width: 25%
    }

    .ti-text-50 .rte {
        width: 50%
    }

    .ti-text-75 .rte {
        width: 75%
    }

    .ti-text-left .rte, .ti-text-right .rte {
        width: calc(100% / 3) !important
    }
}

.ti-text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ti-text-left.ti-text-top:after {
    background: linear-gradient(160deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
}

.ti-text-left.ti-text-middle:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
}

.ti-text-left.ti-text-bottom:after {
    background: linear-gradient(23deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
}

.ti-text-right.ti-text-top:after {
    background: linear-gradient(-160deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
}

.ti-text-right.ti-text-middle:after {
    background: linear-gradient(-90deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
}

.ti-text-right.ti-text-bottom:after {
    background: linear-gradient(-23deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
}

.ti-text-center.ti-text-top:after {
    background: radial-gradient(circle at top center, rgba(0, 0, 0, .5) 20%, transparent 70%)
}

.ti-text-middle.ti-text-center:after {
    background: radial-gradient(rgba(0, 0, 0, .6) 0, transparent 100%)
}

@media (min-width: 768px) {
    .ti-text-middle.ti-text-center:after {
        background: radial-gradient(rgba(0, 0, 0, .75) 0, transparent 70%)
    }
}

.ti-text-center.ti-text-bottom:after {
    background: radial-gradient(circle at bottom center, rgba(0, 0, 0, .5) 20%, transparent 70%)
}

@media (max-width: 950px) {
    .ti-text {
        padding: 2rem
    }

    .ti-text-left.ti-text-bottom:after, .ti-text-left.ti-text-top:after {
        background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .56) 34.35%, transparent 53.38%)
    }
}

.main > div > .aem-Grid > .container.baseComponent {
    width: 100%;
    float: none !important;
    background: #fff
}

@media (min-width: 769px) {
    .main > div > .aem-Grid > .container.baseComponent {
        padding: 150px
    }
}

.yt-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
    height: 2px
}

@media (max-width: 767px) {
    #content-top {
        height: 15px !important
    }
}

.rte h2 {
    margin-top: 0;
    margin-bottom: 28px
}

.rte h3 {
    margin-top: 0;
    margin-bottom: 22px
}

.rte h4 {
    line-height: 24px
}

.rte p {
    margin-bottom: 32px;
    line-height: 24px
}

.rte h3 + p {
    margin-top: 22px
}

.rte h4 + p {
    margin-top: 0
}

.rte ul {
    margin-top: 28px;
    margin-bottom: 32px;
    list-style-type: disc;
    padding-left: 0
}

.rte ul li {
    font-size: 15px;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 0
}

.rte ul li + li {
    margin-top: 0
}

.rte ol {
    margin-top: 28px;
    margin-bottom: 32px;
    padding-left: 20px
}

.rte ol li {
    margin-bottom: 32px;
    font-size: 15px
}

.rte ol li img {
    margin-top: 30px;
    margin-bottom: 30px
}

.rte ul li img {
    margin-top: 30px;
    margin-bottom: 30px
}

.rte .label {
    margin-top: 50px;
    margin-left: 6px
}

.prd-carousel__product-tile__img img {
    max-width: 100%
}

main#main div.responsivegrid section.page div.box div.button.aem-GridColumn.aem-GridColumn--default--12 {
    position: relative
}

main#main div.responsivegrid section.page div.box div.button.aem-GridColumn.aem-GridColumn--default--12 a.cmp-button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0
}