

/* Start:/local/components/bitrix/catalog.element/templates/bootstrap_v4/style.css?1766398222274153*/
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

[data-widget-id="cJqwtGO6047z3Hvg"] .NuggetsWidget-prefix .NuggetsWidget,
[widget-id="cJqwtGO6047z3Hvg"] .NuggetsWidget-prefix .NuggetsWidget {
    --heading-text-font-weight: 400;
    --heading-text-letter-spacing: 1px;
    --heading-text-transform: none;
    --common-star-color: #85714D;
    --item-bg-start-color: #FFFFFF00;
    --item-bg-end-color: #FFFFFF00;
    --vertical-padding: 10px;
    --horizontal-padding: 10px;
    --item-shadow-size: px;
    --small-star-size: 23px;
    --item-bottom-border-width: 0px;
    --item-bottom-border-color: #F4F4F400
}

fieldset, label {
    margin: 0;
    padding: 0;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #000000;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #000000;
}


.usp {
    font-size: 0.9rem;
    font-weight: bolder;
    text-transform: uppercase;
}

.usp svg {
    width: 10px;
    height: 10px;
}

.pdp-usp-container {
    margin-top: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pdp-usp {
    height: 60px;
    width: 100%;
    top: 0px;
    text-align: center;
    display: inline-block;
}

.pdp-usp span {
    display: block;
}

#dw-section-template--24017466425682__main .btn:not(.video-play):not([data-dw-xr]):not(.btn--wishlist):not( .btn--primary-inverted ),
#dw-section-template--24017466425682__main .dw-payment-button__button--unbranded,
#dw-section-template--24017466425682__main .dw-payment-button__more-options,
#dw-section-template--24017466425682__main .rte button,
#dw-section-template--24017466425682__main .rte input:where([type="button"],
            #dw-section-template--24017466425682__main [type="reset"],
            #dw-section-template--24017466425682__main [type="submit"]) {
    background-color: #A2845E;
}


#dw-section-template--24017466425682__custom_liquid_iRKeHX #ReviewsWidget {
    margin-left: 40px;
    margin-right: 40px;
}

#dw-section-template--24017466425682__custom_liquid_iRKeHX .ElementsWidget-prefix .R-LG .ElementsWidget__footer .footer__reviewsLogo--mobile {
    display: none !important;
}

#dw-section-template--24017466425682__custom_liquid_iRKeHX .ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo--desktop {
    display: none !important;
}

#dw-section-template--24017466425682__custom_liquid_iRKeHX em, #dw-section-template--24017466425682__custom_liquid_iRKeHX i {
    font-style: normal;
    font-family: "DWFutura";
}


.product-block__variant_picker label.sold-out.selected_sku {
    background-color: var(--primary-foreground);
    color: var(--primary-background);
}

.product-block__variant_picker label.sold-out {
    border-radius: var(--button-radius);
    border: solid 1px var(--primary-foreground);
    background-color: var(--primary-background);
    color: var(--primary-foreground);
    display: inline-block;
    margin: 5px 5px 2px 0;
    padding: 10px 12px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    min-width: 44px;
}


.ElementsWidget-prefix .R-flex-wrapper {
    box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto
}

.ElementsWidget-prefix .R-flex-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.ElementsWidget-prefix .R-flex-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.ElementsWidget-prefix .R-flex-row--noMargin {
    margin-left: 0;
    margin-right: 0
}

.ElementsWidget-prefix .R-flex-row.R-flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ElementsWidget-prefix .R-flex-col.R-flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.ElementsWidget-prefix .R-flex-col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.ElementsWidget-prefix .R-flex-col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.ElementsWidget-prefix .R-flex-col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.ElementsWidget-prefix .R-flex-col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.ElementsWidget-prefix .R-flex-col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 0
}

.ElementsWidget-prefix .R-flex-col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%
}

.ElementsWidget-prefix .R-flex-col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.ElementsWidget-prefix .R-flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
}

.ElementsWidget-prefix .R-flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

.ElementsWidget-prefix .R-flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.ElementsWidget-prefix .R-flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.ElementsWidget-prefix .R-flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.ElementsWidget-prefix .R-flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.ElementsWidget-prefix .R-flex-baseline-xs {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline
}

.ElementsWidget-prefix .R-flex-around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.ElementsWidget-prefix .R-flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.ElementsWidget-prefix .R-flex-first-xs {
    order: -1
}

.ElementsWidget-prefix .R-flex-last-xs {
    order: 1
}

@media only screen and (min-width: 12.5em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 11.98rem
    }

    .ElementsWidget-prefix .R-flex-col-xxs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-xxs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-xxs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-xxs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-xxs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-xxs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-xxs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-xxs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-xxs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-xxs {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-xxs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-xxs {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-xxs {
        order: 1
    }
}

@media only screen and (min-width: 30em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 28.75rem
    }

    .ElementsWidget-prefix .R-flex-col-xs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-xs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-xs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-xs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-xs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-xs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-xs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-xs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-xs {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-xs {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-xs {
        order: 1
    }
}

@media only screen and (min-width: 48em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 46rem
    }

    .ElementsWidget-prefix .R-flex-col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-sm {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-sm {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-sm {
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 61rem
    }

    .ElementsWidget-prefix .R-flex-col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-md {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-md {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-md {
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 71rem
    }

    .ElementsWidget-prefix .R-flex-col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-lg {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-lg {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-lg {
        order: 1
    }
}

.ElementsWidget-prefix .R-Container {
    position: relative;
    padding: 0 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .R-Container {
        padding-left: 10%;
        padding-right: 10%
    }
}

@media (max-width: 767px) {
    .ElementsWidget-prefix .R-Container {
        padding-left: 5%;
        padding-right: 5%
    }
}

.ElementsWidget-prefix .R-Container--widthFull {
    max-width: none
}

.ElementsWidget-prefix .R-Container--edgeToEdge {
    max-width: none;
    padding: 0 !important
}

.ElementsWidget-prefix .R-Container--width1440 {
    max-width: 1440px
}

.ElementsWidget-prefix .R-Container--width1140 {
    max-width: 1140px
}

.ElementsWidget-prefix .R-Container--width1040 {
    max-width: 1040px
}

.ElementsWidget-prefix .R-Container--width960 {
    max-width: 960px
}

.ElementsWidget-prefix .R-Container--width768 {
    max-width: 768px
}

.ElementsWidget-prefix .R-Container--width640 {
    max-width: 640px
}

.ElementsWidget-prefix .R-Container--width480 {
    max-width: 480px
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .R-Container--width480 {
        padding-left: 5%;
        padding-right: 5%
    }
}

.ElementsWidget-prefix .R-Container--width320 {
    max-width: 320px
}

.ElementsWidget-prefix .R-Container--noPadding {
    padding-left: 0;
    padding-right: 0
}

.ElementsWidget-prefix .u-marginBottom--neg--xxs {
    margin-bottom: -3px
}

.ElementsWidget-prefix .u-marginBottom--neg--xs {
    margin-bottom: -5px
}

.ElementsWidget-prefix .u-marginBottom--none {
    margin-bottom: 0 !important
}

.ElementsWidget-prefix .u-marginBottom--xxs {
    margin-bottom: 3px !important
}

.ElementsWidget-prefix .u-marginBottom--xs {
    margin-bottom: 5px !important
}

.ElementsWidget-prefix .u-marginBottom--sm {
    margin-bottom: 10px !important
}

.ElementsWidget-prefix .u-marginBottom--md {
    margin-bottom: 20px !important
}

.ElementsWidget-prefix .u-marginBottom--lg {
    margin-bottom: 30px !important
}

.ElementsWidget-prefix .u-marginBottom--xlg {
    margin-bottom: 50px !important
}

.ElementsWidget-prefix .u-marginBottom--xxlg {
    margin-bottom: 70px !important
}

.ElementsWidget-prefix .u-marginBottom--xxxlg {
    margin-bottom: 100px !important
}

.ElementsWidget-prefix .u-marginTop--neg--xxs {
    margin-top: -3px
}

.ElementsWidget-prefix .u-marginTop--neg--xs {
    margin-top: -5px
}

.ElementsWidget-prefix .u-marginTop--none {
    margin-top: 0 !important
}

.ElementsWidget-prefix .u-marginTop--xxs {
    margin-top: 3px !important
}

.ElementsWidget-prefix .u-marginTop--xs {
    margin-top: 5px !important
}

.ElementsWidget-prefix .u-marginTop--sm {
    margin-top: 10px !important
}

.ElementsWidget-prefix .u-marginTop--md {
    margin-top: 20px !important
}

.ElementsWidget-prefix .u-marginTop--lg {
    margin-top: 30px !important
}

@media screen and (min-width: 993px) {
    .ElementsWidget-prefix .u-marginTop--lg--desktop--sm {
        margin-top: 30px !important
    }
}

.ElementsWidget-prefix .u-marginTop--xlg {
    margin-top: 50px !important
}

.ElementsWidget-prefix .u-marginTop--xxlg {
    margin-top: 70px !important
}

.ElementsWidget-prefix .u-marginTop--xxxlg {
    margin-top: 100px !important
}

.ElementsWidget-prefix .u-marginRight--neg--xxs {
    margin-right: -3px
}

.ElementsWidget-prefix .u-marginRight--neg--xs {
    margin-right: -5px
}

.ElementsWidget-prefix .u-marginRight--none {
    margin-right: 0 !important
}

.ElementsWidget-prefix .u-marginRight--xs {
    margin-right: 5px !important
}

.ElementsWidget-prefix .u-marginRight--sm {
    margin-right: 10px !important
}

.ElementsWidget-prefix .u-marginRight--md {
    margin-right: 20px !important
}

.ElementsWidget-prefix .u-marginRight--lg {
    margin-right: 30px !important
}

.ElementsWidget-prefix .u-marginLeft--neg--xxs {
    margin-left: -3px
}

.ElementsWidget-prefix .u-marginLeft--neg--xs {
    margin-left: -5px
}

.ElementsWidget-prefix .u-marginLeft--none {
    margin-left: 0 !important
}

.ElementsWidget-prefix .u-marginLeft--xs {
    margin-left: 5px !important
}

.ElementsWidget-prefix .u-marginLeft--sm {
    margin-left: 10px !important
}

.ElementsWidget-prefix .u-marginLeft--md {
    margin-left: 20px !important
}

.ElementsWidget-prefix .u-marginLeft--lg {
    margin-left: 30px !important
}

.ElementsWidget-prefix .u-paddingBottom--none {
    padding-bottom: 0 !important
}

.ElementsWidget-prefix .u-paddingBottom--sm {
    padding-bottom: 10px !important
}

.ElementsWidget-prefix .u-paddingBottom--md {
    padding-bottom: 20px !important
}

.ElementsWidget-prefix .u-paddingBottom--lg {
    padding-bottom: 30px !important
}

.ElementsWidget-prefix .u-paddingBottom--xlg {
    padding-bottom: 50px !important
}

.ElementsWidget-prefix .u-paddingBottom--xxlg {
    padding-bottom: 70px !important
}

.ElementsWidget-prefix .u-paddingBottom--xxxlg {
    padding-bottom: 100px !important
}

.ElementsWidget-prefix .u-paddingTop--none {
    padding-top: 0 !important
}

.ElementsWidget-prefix .u-paddingTop--sm {
    padding-top: 10px !important
}

.ElementsWidget-prefix .u-paddingTop--md {
    padding-top: 20px !important
}

.ElementsWidget-prefix .u-paddingTop--lg {
    padding-top: 30px !important
}

.ElementsWidget-prefix .u-paddingTop--xlg {
    padding-top: 50px !important
}

.ElementsWidget-prefix .u-paddingTop--xxlg {
    padding-top: 70px !important
}

.ElementsWidget-prefix .u-paddingTop--xxxlg {
    padding-top: 100px !important
}

.ElementsWidget-prefix .u-paddingRight--none {
    padding-right: 0 !important
}

.ElementsWidget-prefix .u-paddingRight--xxs {
    padding-right: 2px !important
}

.ElementsWidget-prefix .u-paddingRight--xs {
    padding-right: 5px !important
}

.ElementsWidget-prefix .u-paddingRight--sm {
    padding-right: 10px !important
}

.ElementsWidget-prefix .u-paddingRight--md {
    padding-right: 20px !important
}

.ElementsWidget-prefix .u-paddingRight--lg {
    padding-right: 30px !important
}

.ElementsWidget-prefix .u-paddingRight--xlg {
    padding-right: 50px !important
}

.ElementsWidget-prefix .u-paddingRight--xxlg {
    padding-right: 70px !important
}

.ElementsWidget-prefix .u-paddingRight--xxxlg {
    padding-right: 100px !important
}

.ElementsWidget-prefix .u-paddingLeft--none {
    padding-left: 0 !important
}

.ElementsWidget-prefix .u-paddingLeft--xxs {
    padding-left: 2px !important
}

.ElementsWidget-prefix .u-paddingLeft--xs {
    padding-left: 5px !important
}

.ElementsWidget-prefix .u-paddingLeft--sm {
    padding-left: 10px !important
}

.ElementsWidget-prefix .u-paddingLeft--md {
    padding-left: 20px !important
}

.ElementsWidget-prefix .u-paddingLeft--lg {
    padding-left: 30px !important
}

.ElementsWidget-prefix .u-paddingLeft--xlg {
    padding-left: 50px !important
}

.ElementsWidget-prefix .u-paddingLeft--xxlg {
    padding-left: 70px !important
}

.ElementsWidget-prefix .u-paddingLeft--xxxlg {
    padding-left: 100px !important
}

.ElementsWidget-prefix .u-textLeft {
    text-align: left !important
}

.ElementsWidget-prefix .u-textCenter {
    text-align: center !important
}

.ElementsWidget-prefix .u-textCenter--all {
    text-align: center !important
}

@media (min-width: 993px) {
    .ElementsWidget-prefix .u-textCenter--desktop--sm {
        text-align: center !important
    }
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .u-textCenter--tablet--lg {
        text-align: center !important
    }
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .u-textCenter--tablet--md {
        text-align: center !important
    }
}

@media (max-width: 767px) {
    .ElementsWidget-prefix .u-textCenter--tablet--sm {
        text-align: center !important
    }
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-textCenter--phone--lg {
        text-align: center !important
    }
}

@media (max-width: 480px) {
    .ElementsWidget-prefix .u-textCenter--phone--md {
        text-align: center !important
    }
}

.ElementsWidget-prefix .u-textRight {
    text-align: right !important
}

.ElementsWidget-prefix .u-textRight--all {
    text-align: right !important
}

.ElementsWidget-prefix .u-textLeft--all {
    text-align: left !important
}

.ElementsWidget-prefix .u-hidden--all {
    display: none !important
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-hidden--phone--lg {
        display: none !important
    }
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .u-hidden--tablet--md {
        display: none !important
    }
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .u-hidden--tablet--lg {
        display: none !important
    }
}

.ElementsWidget-prefix .u-visible--phone--lg {
    display: none !important
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-visible--phone--lg {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-visible--phone--lg--block {
    display: none !important
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-visible--phone--lg--block {
        display: block !important
    }
}

.ElementsWidget-prefix .u-visible--tablet--md {
    display: none !important
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .u-visible--tablet--md {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-visible--tablet--lg {
    display: none !important
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .u-visible--tablet--lg {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-visible--desktop--sm {
    display: none !important
}

@media (min-width: 993px) {
    .ElementsWidget-prefix .u-visible--desktop--sm {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-whiteSpace--prewrap {
    word-break: break-word
}

.ElementsWidget-prefix .u-whiteSpace--nowrap {
    white-space: nowrap;
    word-break: nowrap
}

.ElementsWidget-prefix .u-overflow--hidden {
    overflow: hidden !important
}

.ElementsWidget-prefix .u-textCapitalized {
    text-transform: capitalize
}

.ElementsWidget-prefix .u-textLowercase {
    text-transform: lowercase
}

.ElementsWidget-prefix .u-textSentenceCase:first-letter {
    text-transform: capitalize !important
}

.ElementsWidget-prefix .u-cursorPointer {
    cursor: pointer !important
}

.ElementsWidget-prefix .u-cursorDefault {
    cursor: default !important
}

.ElementsWidget-prefix .u-wordBreak--wordBreak {
    word-break: break-word !important
}

.ElementsWidget-prefix .u-wordBreak--wordAll {
    word-break: break-all !important
}

.ElementsWidget-prefix .u-textOverflow--elipsis {
    text-overflow: ellipsis
}

.ElementsWidget-prefix .u-textEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ElementsWidget-prefix .u-textTrim--1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--onHoverShowAll:hover {
    -webkit-line-clamp: initial
}

.ElementsWidget-prefix .u-positionRelative {
    position: relative !important
}

.ElementsWidget-prefix .u-positionStatic {
    position: static !important
}

.ElementsWidget-prefix .u-hr {
    display: block;
    height: 1px;
    border-width: var(--common-border-width, 1px);
    border-style: solid;
    border-color: var(--common-border-color, rgba(0, 0, 0, 0.15));
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .u-hr {
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .u-hr--dashed {
    border-width: var(--common-border-width, 1px);
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .u-hr--dashed {
        border-width: 1px
    }
}

.ElementsWidget-prefix .u-hr--margin-sm {
    margin-top: 20px;
    margin-bottom: 20px
}

.ElementsWidget-prefix .u-hr--margin-md {
    margin-top: 30px;
    margin-bottom: 30px
}

.ElementsWidget-prefix .u-hr--margin-lg {
    margin-top: 50px;
    margin-bottom: 50px
}

.ElementsWidget-prefix .u-displayFlex {
    display: flex
}

.ElementsWidget-prefix .u-displayInlineFlex {
    display: inline-flex
}

.ElementsWidget-prefix .u-flexJustifyContent--center, .ElementsWidget-prefix .u-justifyContent--center {
    justify-content: center !important
}

.ElementsWidget-prefix .u-flexJustifyContent--between {
    justify-content: space-between !important
}

.ElementsWidget-prefix .u-flexJustifyContent--start {
    justify-content: flex-start !important
}

.ElementsWidget-prefix .u-flexAlignItems--stretch {
    align-items: stretch !important
}

.ElementsWidget-prefix .u-flexAlignItems--center {
    align-items: center !important
}

.ElementsWidget-prefix .u-flexAlignItems--start {
    align-items: flex-start !important
}

.ElementsWidget-prefix .u-flexDirection--row {
    flex-direction: row !important
}

.ElementsWidget-prefix .u-flexDirection--column {
    flex-direction: column !important
}

.ElementsWidget-prefix .u-flexWrap--wrap {
    flex-wrap: wrap
}

.ElementsWidget-prefix .u-flexWrap--noWrap {
    flex-wrap: nowrap
}

.ElementsWidget-prefix .u-flexGrow {
    flex-grow: 1
}

.ElementsWidget-prefix .u-height--100 {
    height: 100%
}

.ElementsWidget-prefix .u-width--100 {
    width: 100%
}

.ElementsWidget-prefix .u-maxWidth--240 {
    width: 100%;
    max-width: 240px
}

.ElementsWidget-prefix .u-maxWidth--320 {
    width: 100%;
    max-width: 320px
}

.ElementsWidget-prefix .u-maxWidth--380 {
    width: 100%;
    max-width: 380px
}

.ElementsWidget-prefix .u-maxWidth--480 {
    width: 100%;
    max-width: 480px
}

.ElementsWidget-prefix .u-maxWidth--640 {
    width: 100%;
    max-width: 640px
}

.ElementsWidget-prefix .u-maxWidth--768 {
    width: 100%;
    max-width: 768px
}

@media screen and (min-width: 768px) {
    .ElementsWidget-prefix .u-scrollableMaxHeight--480--desktop {
        max-height: 480px;
        overflow-y: auto
    }
}

.ElementsWidget-prefix .u-displayBlock {
    display: block !important
}

.ElementsWidget-prefix .u-inlineBlock, .ElementsWidget-prefix .u-displayInlineBlock {
    display: inline-block
}

.ElementsWidget-prefix .u-verticalAlign--middle {
    vertical-align: middle !important
}

.ElementsWidget-prefix .u-verticalAlign--top {
    vertical-align: top !important
}

.ElementsWidget-prefix .u-pointerEvents--none {
    pointer-events: none !important
}

.ElementsWidget-prefix .u-floatRight {
    float: right
}

.ElementsWidget-prefix .u-floatLeft {
    float: left
}

.ElementsWidget-prefix .u-removeWhitespace {
    font-size: 0
}

.ElementsWidget-prefix .u-isDisabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: default
}

.ElementsWidget-prefix .u-textDecoration--underline {
    text-decoration: underline
}

.ElementsWidget-prefix .u-filterBlur--4 {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.ElementsWidget-prefix .u-transitionAll--03 {
    transition: all 0.3s ease-in-out
}

.ElementsWidget-prefix .u-transitionAll--05 {
    transition: all 0.5s ease-in-out
}

.ElementsWidget-prefix .u-flipItem--x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.ElementsWidget-prefix .u-rowGap--xxs {
    grid-row-gap: 3px
}

.ElementsWidget-prefix .u-rowGap--xs {
    grid-row-gap: 5px
}

.ElementsWidget-prefix .u-rowGap--sm {
    grid-row-gap: 10px
}

.ElementsWidget-prefix .u-rowGap--md {
    grid-column-gap: 15px
}

.ElementsWidget-prefix .u-columnGap--xxs {
    grid-column-gap: 3px
}

.ElementsWidget-prefix .u-columnGap--xs {
    grid-column-gap: 5px
}

.ElementsWidget-prefix .u-columnGap--sm {
    grid-column-gap: 10px
}

.ElementsWidget-prefix .u-columnGap--md {
    grid-column-gap: 15px
}

@keyframes GlobalLoaderAnimation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes GlobalLoaderAnimation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.ElementsWidget-prefix .R-GlobalLoader {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(255, 255, 255, 0);
    -webkit-animation: GlobalLoaderAnimation 0.7s ease-in-out infinite;
    animation: GlobalLoaderAnimation 0.7s ease-in-out infinite
}

.ElementsWidget-prefix .R-GlobalLoader--sm {
    width: 25px;
    height: 25px;
    border-width: 3px
}

.ElementsWidget-prefix .R-StarLoader {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    margin-top: 50px;
    min-height: 170px
}

.ElementsWidget-prefix .R-StarLoader.isActive {
    display: inline-block
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__svg {
    width: 60px
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__description {
    margin-top: -5px;
    display: none
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__messageSlider .messageSlider__item {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.25s, opacity 0.25s
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__messageSlider .messageSlider__item.isVisible {
    max-height: 80px;
    opacity: 1;
    transition: max-height 0.25s, opacity 1s
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link {
    position: relative;
    display: inline-block;
    background-color: rgba(17, 177, 167, 0.2);
    font-weight: 500;
    color: #11B1A7;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: -1px;
    margin-bottom: -1px
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link .link__icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 0px
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link--underline {
    padding-bottom: 2px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link--underline:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #11B1A7
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__emoji {
    font-size: 18px;
    position: relative;
    top: 2px
}

.ElementsWidget-prefix .R-StarLoader .outer {
    fill: transparent;
    stroke: #fff;
    stroke-width: 6px;
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: R-draw 4s infinite
}

.ElementsWidget-prefix .R-StarLoader .inner {
    fill: #fff;
    transform-origin: center;
    animation: R-fadeIn 4s infinite
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-StarLoader .inner {
        display: none
    }
}

@keyframes R-fadeIn {
    0% {
        opacity: 1;
        transform: scale(4.95) translate(44%, 43.9%)
    }
    50% {
        opacity: 0.8;
        transform: scale(4.25) translate(44%, 43.9%)
    }
    100% {
        opacity: 1;
        transform: scale(4.95) translate(44%, 43.9%)
    }
}

@keyframes R-draw {
    0% {
        transform: scale(0.9);
        stroke-dashoffset: 0
    }
    50% {
        opacity: 0.8;
        transform: scale(0.8);
        stroke-dashoffset: 1000
    }
    100% {
        transform: scale(0.9);
        stroke-dashoffset: 0
    }
}

.ElementsWidget-prefix .R-StarLoader--dark .outer {
    stroke: #0e1311
}

.ElementsWidget-prefix .R-StarLoader--dark .inner {
    fill: #0e1311
}

.ElementsWidget-prefix .R-StarLoader--autoHeight {
    min-height: auto;
    margin-top: 0
}

@keyframes ColouredProgressBar {
    0% {
        background-position: 100%
    }
    100% {
        background-position: 0
    }
}

.ElementsWidget-prefix .R-ColouredProgressBar {
    width: 100%;
    max-width: 260px;
    height: 8px;
    background: rgba(22, 23, 43, 0.15);
    border-radius: 3px;
    overflow: hidden
}

.ElementsWidget-prefix .R-ColouredProgressBar__inner {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #5ddab1, #18c1b6 34%, #7563e1 51%, #5ddab1 68%, #18c1b6);
    background-size: 300% 100%;
    animation: ColouredProgressBar 2s linear infinite
}

.ElementsWidget-prefix .R-TextHeading {
    display: block;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.525rem;
    line-height: 2.24rem;
    font-weight: 400;
    color: var(--heading-text-color, #0E1311);
    text-align: left;
    margin-top: 0;
    letter-spacing: 0;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TextHeading {
        font-family: inherit;
        font-weight: 600;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-TextHeading--xxxxxs {
    font-size: 0.6875em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xxxxs {
    font-size: 0.75em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xxxs {
    font-size: 0.875em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xxs {
    font-size: 1em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xs {
    font-size: 1.125em;
    margin-bottom: 0.625em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--xs {
        font-size: 1em
    }
}

.ElementsWidget-prefix .R-TextHeading--sm {
    font-size: 1.25em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--sm {
        font-size: 1.125em
    }
}

.ElementsWidget-prefix .R-TextHeading--md {
    font-size: 1.625em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--md {
        font-size: 1.375em
    }
}

.ElementsWidget-prefix .R-TextHeading--lg {
    font-size: 2.25em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--lg {
        font-size: 1.75em
    }
}

.ElementsWidget-prefix .R-TextHeading--xlg {
    font-size: 2.625em
}

.ElementsWidget-prefix .R-TextHeading--inline {
    display: inline-block
}

.ElementsWidget-prefix .R-TextHeading--white {
    color: #ffffff
}

.ElementsWidget-prefix .R-TextHeading--light {
    color: rgba(255, 255, 255, 0.85)
}

.ElementsWidget-prefix .R-TextHeading--semiBold {
    font-weight: 600
}

.ElementsWidget-prefix .R-TextBody {
    display: block;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.441rem;
    line-height: 2.1rem;
    font-weight: 400;
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-align: left;
}

.ElementsWidget-prefix .R-Tag {
    display: block;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.181rem;
    line-height: 1.68rem;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--body-text-color, #0E1311);
    text-decoration: underline;
    margin-right: 1rem;
}

.ElementsWidget-prefix .R-Tag:last-child {
    margin-right: 0;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TextBody {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-TextBody--xxxxs {
    font-size: 0.6875em;
    margin-bottom: 0.25em
}

.ElementsWidget-prefix .R-TextBody--xxxs {
    font-size: 0.75em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextBody--xxs {
    font-size: 0.875em;
    margin-bottom: 0.625em
}


.ElementsWidget-prefix .R-TextBody--sm {
    font-size: 1em
}

.ElementsWidget-prefix .R-TextBody--md {
    font-size: 1.125em
}

.ElementsWidget-prefix .R-TextBody--lg {
    font-size: 1.375em
}

.ElementsWidget-prefix .R-TextBody--xlg {
    font-size: 1.625em
}

.ElementsWidget-prefix .R-TextBody--inline {
    display: inline-block
}

.ElementsWidget-prefix .R-TextBody--white {
    color: #ffffff
}

.ElementsWidget-prefix .R-TextBody--light {
    color: rgba(255, 255, 255, 0.85)
}

.ElementsWidget-prefix .R-TextBody--colourDanger {
    color: #e7656e
}

.ElementsWidget-prefix .TextList {
    list-style-type: disc;
    padding: 0 0 0 20px
}

.ElementsWidget-prefix .TextList .TextList__item {
    position: relative
}

.ElementsWidget-prefix .TextList .TextList__item--noBullet {
    list-style-type: none
}

.ElementsWidget-prefix .TextList .R-TextBody--sm {
    margin-bottom: 15px
}

.ElementsWidget-prefix .TextList--withCheckmarks {
    padding-left: 0
}

.ElementsWidget-prefix .TextList--withCheckmarks .TextList__item {
    padding-left: 30px;
    list-style-type: none
}

.ElementsWidget-prefix .TextList--withCheckmarks .TextList__item .item__icon {
    position: absolute;
    left: 3px;
    top: 3px;
    color: #fff;
    background-color: #11B1A7;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 60px
}

.ElementsWidget-prefix .TextList--numbered {
    list-style-type: decimal
}

.ElementsWidget-prefix .UnderlineText {
    display: inline-block;
    position: relative;
    margin-bottom: 5px
}

.ElementsWidget-prefix .UnderlineText:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #11B1A7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

.ElementsWidget-prefix .UnderlineText--black:after {
    background-color: #0E1311
}

.ElementsWidget-prefix .R-Field {
    position: relative;
    margin-bottom: 25px
}

.ElementsWidget-prefix .R-Field .R-Field__label {
    color: var(--body-text-color, #0E1311);
    opacity: 0;
    overflow: hidden;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 5px;
    margin-bottom: 0;
    transform: translateY(5px);
    transition: all 0.1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
    display: inline-block;
    background-color: transparent;
    backdrop-filter: blur(20px);
    width: auto;
    left: 10px;
    top: -7px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__label {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field.js-field--has-value .R-Field__label, .ElementsWidget-prefix .R-Field.hasValue .R-Field__label {
    opacity: 1;
    transform: translateY(0px);
    font-size: 12px
}

.ElementsWidget-prefix .R-Field::hover, .ElementsWidget-prefix .R-Field::focus {
    box-shadow: none;
    outline: 0
}

.ElementsWidget-prefix .R-Field .R-Field__input {
    display: inline-block;
    background-color: var(--inputfield-background-color, transparent);
    appearance: none;
    padding: 12px;
    font-family: var(--inputfield-text-font-family, inherit);
    font-size: var(--input-text-font-size, 14px);
    font-weight: var(--inputfield-text-font-weight, 400);
    line-height: 1.6;
    color: var(--inputfield-text-color, #0E1311);
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    border-width: var(--inputfield-border-width, 1px);
    border-style: solid;
    border-radius: var(--inputfield-border-radius, 0px);
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    resize: vertical;
    height: auto;
    min-height: 40px;
    box-shadow: none;
    transition: all 0.20s ease-in-out;
    outline: none;
    margin-bottom: 0px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input {
        background-color: transparent;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        color: #0E1311;
        border-color: rgba(0, 0, 0, 0.2);
        border-width: 1px;
        border-radius: 0px
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input:hover, .ElementsWidget-prefix .R-Field .R-Field__input:focus {
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    outline: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input:hover, .ElementsWidget-prefix .R-Field .R-Field__input:focus {
        border-color: rgba(0, 0, 0, 0.2)
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input::-webkit-input-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input::-webkit-input-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input::-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input::-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8)
}

.ElementsWidget-prefix .R-Field .R-Field__input:-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input:-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input--select {
    appearance: auto !important
}

.ElementsWidget-prefix .R-Field .R-Field__input--globalSelect {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 12px 30px 12px 12px;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) calc(1.3em + 1px), calc(100% - 10px) calc(1.3em + 1px), calc(100% - 2.5em) 0.2em;
    background-size: 5px 5px, 6px 5px, 1px 2.2em;
    background-repeat: no-repeat
}

.ElementsWidget-prefix .R-Field .R-Field__input--range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    padding: 0 4px;
    margin: 10px 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background-color: var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input--range {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input--range:focus {
    outline: none
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-webkit-slider-thumb {
    border: 0;
    height: 20px;
    width: 10px;
    border-radius: 0;
    background: var(--slider-indicator-button-color, #0E1311);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -2px;
    transition: background-color 0.2s ease-in-out
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-moz-range-thumb {
    border: 0;
    height: 20px;
    width: 10px;
    border-radius: 0;
    background: var(--slider-indicator-button-color, #0E1311);
    cursor: pointer;
    margin-top: -2px;
    transition: background-color 0.2s ease-in-out
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 0
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-thumb {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1));
    height: 8px;
    width: 25px;
    border-radius: 0;
    background: var(--slider-indicator-button-color, #0E1311);
    cursor: pointer;
    margin-top: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-thumb {
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input--range:focus::-ms-fill-lower {
    background: transparent
}

.ElementsWidget-prefix .R-Field .R-Field__input--range:focus::-ms-fill-upper {
    background: transparent
}

.ElementsWidget-prefix .R-Field .R-Field__input--range.isNotSelected::-webkit-slider-thumb {
    background: #ffffff;
    border: 1px solid var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix .R-Field .R-Field__input--range.isNotSelected::-moz-range-thumb {
    background: #ffffff;
    border: 1px solid var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder {
    border-style: dashed
}

.ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder:hover, .ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder:active, .ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder:focus {
    border-style: dashed
}

.ElementsWidget-prefix .R-Field .R-Field__input:disabled {
    opacity: 0.5;
    cursor: not-allowed
}

.ElementsWidget-prefix .R-Field .R-Field__input:disabled:not(:placeholder-shown) + .R-Field__label, .ElementsWidget-prefix .R-Field .R-Field__input:disabled:not(:placeholder-shown) + ul + .R-Field__label {
    opacity: 0.7
}

.ElementsWidget-prefix .R-Field .R-Field__input:not(:placeholder-shown) + .R-Field__label, .ElementsWidget-prefix .R-Field .R-Field__input:not(:placeholder-shown) + ul + .R-Field__label {
    opacity: 1;
    transform: translateY(0px);
    font-size: 12px
}

.ElementsWidget-prefix .R-Field .R-Field__smallPrint {
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.75em;
    margin-bottom: 0.3125em;
    color: var(--body-text-color, #0E1311);
    margin-top: 5px;
    margin-bottom: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__smallPrint {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__smallPrint {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__feedback {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.ElementsWidget-prefix .R-Field .R-Field__feedback .feedback__inner {
    display: inline-block;
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.75em;
    margin-bottom: 0.3125em;
    display: inline-block;
    font-size: 11px;
    padding: 1px 4px;
    margin-top: 8px;
    margin-bottom: 0;
    border: 1px solid var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    color: var(--body-text-color, #0E1311);
    border-radius: 4px;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__feedback .feedback__inner {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__feedback .feedback__inner {
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback, .ElementsWidget-prefix .R-Field.isWarning .R-Field__feedback, .ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback {
    max-height: 30px;
    opacity: 1;
    transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback .feedback__inner, .ElementsWidget-prefix .R-Field.isWarning .R-Field__feedback .feedback__inner, .ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback .feedback__inner {
    transform: scale(1)
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback .feedback__inner {
    border: 1px solid #e7656e;
    color: #e7656e
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback .feedback__inner:before {
    background-color: #e7656e
}

.ElementsWidget-prefix .R-Field.isWarning .R-Field__feedback .feedback__inner {
    border: 1px solid #ffb846;
    color: #ffb846
}

.ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback .feedback__inner {
    border: 1px solid #11B1A7;
    color: #11B1A7
}

.ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback .feedback__inner:before {
    background-color: #11B1A7
}

.ElementsWidget-prefix .R-Field--prependLabel {
    padding-left: 45px
}

.ElementsWidget-prefix .R-Field--prependLabel .R-Field__prependLabel {
    font-family: var(--inputfield-text-font-family, inherit);
    color: var(--inputfield-text-color, #0E1311);
    width: 50px;
    height: 100%;
    background-color: var(--inputfield-background-color, transparent);
    position: absolute;
    left: 0;
    line-height: 1.6;
    border-radius: var(--inputfield-border-radius, 0) 0 0 var(--inputfield-border-radius, 0);
    padding: 12px 5px;
    font-size: var(--input-text-font-size, 14px);
    text-align: center;
    border: var(--inputfield-border-width, 1px) solid var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field--prependLabel .R-Field__prependLabel {
        color: #0E1311;
        font-family: inherit;
        background-color: transparent;
        border-radius: 0;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, 0.2)
    }
}

.ElementsWidget-prefix .R-Field--prependLabel .R-Field__prependLabel--select {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 12px 30px 12px 12px;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) calc(1.3em + 1px), calc(100% - 10px) calc(1.3em + 1px), calc(100% - 2.5em) 0.2em;
    background-size: 5px 5px, 6px 5px, 1px 2.2em;
    background-repeat: no-repeat
}

.ElementsWidget-prefix .R-Field--prependLabel--md {
    padding-left: 88px
}

.ElementsWidget-prefix .R-Field--prependLabel--md .R-Field__prependLabel {
    width: 90px
}

.ElementsWidget-prefix .R-Field--leftIcon .R-Field__input {
    padding-left: 30px
}

.ElementsWidget-prefix .R-Field--leftIcon .R-Field__icon {
    color: var(--inputfield-text-color, #0E1311);
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    left: 5px;
    line-height: 1;
    text-align: center
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field--leftIcon .R-Field__icon {
        color: #0E1311
    }
}

.ElementsWidget-prefix .Input {
    display: inline-block;
    background-color: var(--inputfield-background-color, transparent);
    appearance: none;
    padding: 12px;
    font-family: var(--inputfield-text-font-family, inherit);
    font-size: var(--input-text-font-size, 14px);
    font-weight: var(--inputfield-text-font-weight, 400);
    line-height: 1.6;
    color: var(--inputfield-text-color, #0E1311);
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    border-width: var(--inputfield-border-width, 1px);
    border-style: solid;
    border-radius: var(--inputfield-border-radius, 0px);
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    resize: vertical;
    height: auto;
    min-height: 40px;
    box-shadow: none;
    transition: all 0.20s ease-in-out;
    outline: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input {
        background-color: transparent;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        color: #0E1311;
        border-color: rgba(0, 0, 0, 0.2);
        border-width: 1px;
        border-radius: 0px
    }
}

.ElementsWidget-prefix .Input:hover, .ElementsWidget-prefix .Input:focus {
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    outline: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input:hover, .ElementsWidget-prefix .Input:focus {
        border-color: rgba(0, 0, 0, 0.2)
    }
}

.ElementsWidget-prefix .Input::-webkit-input-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input::-webkit-input-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .Input::-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input::-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .Input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8)
}

.ElementsWidget-prefix .Input:-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input:-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Button {
    display: inline-block;
    vertical-align: top;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.389rem;
    line-height: 2.24rem;
    letter-spacing: 0.2rem;
    color: var(--primary-button-text-color, #fff);
    background-color: var(--primary-button-bg-color, #0E1311);
    padding: var(--common-button-vertical-padding) var(--common-button-horizontal-padding);
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    text-transform: uppercase;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button {
        font-family: inherit;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0;
        color: #fff;
        background-color: #0E1311;
        padding: 10px 25px;
        border: 2px solid #0E1311;
        border-radius: 0;
        text-transform: none
    }
}

.ElementsWidget-prefix .R-Button:hover, .ElementsWidget-prefix .R-Button:active, .ElementsWidget-prefix .R-Button:focus {
    background-color: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    text-decoration: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button:hover, .ElementsWidget-prefix .R-Button:active, .ElementsWidget-prefix .R-Button:focus {
        background-color: #0E1311;
        color: #ffffff
    }
}

.ElementsWidget-prefix .R-Button .R-Button__text {
    display: inline-block;
    vertical-align: top
}

.ElementsWidget-prefix .R-Button .R-Button__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.ElementsWidget-prefix .R-Button .R-Button__icon--left {
    margin-left: 0;
    margin-right: 3px
}

.ElementsWidget-prefix .R-Button--xxs {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-Button--xxs--proportional {
    font-size: calc((var(--common-button-font-size, 16px)) / 1.45);
    padding: calc((var(--common-button-vertical-padding, 5px)) / 2) calc((var(--common-button-horizontal-padding, 5px)) / 2.5)
}

.ElementsWidget-prefix .R-Button--xs {
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 10px
}

.ElementsWidget-prefix .R-Button--xs--proportional {
    font-size: calc((var(--common-button-font-size, 12px)) / 1.25);
    padding: calc((var(--common-button-vertical-padding, 8px)) / 1.25) calc((var(--common-button-horizontal-padding, 15px)) / 1.67)
}

.ElementsWidget-prefix .R-Button--sm {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px
}

.ElementsWidget-prefix .R-Button--sm--proportional {
    font-size: calc((var(--common-button-font-size, 14px)) / 1.14);
    padding: calc((var(--common-button-vertical-padding, 10px)) / 1) calc((var(--common-button-horizontal-padding, 20px)) / 1.25)
}

.ElementsWidget-prefix .R-Button--md {
    padding: 1.5rem 2.1rem;
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--md {
        font-size: 16px;
        padding: 10px 25px
    }
}

.ElementsWidget-prefix .R-Button--lg {
    font-size: 20px;
    padding: 12px 30px;
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-Button--lg--proportional {
    font-size: calc((var(--common-button-font-size, 20px)) / 0.8);
    padding: calc((var(--common-button-vertical-padding, 12px)) / 0.83) calc((var(--common-button-horizontal-padding, 30px)) / 0.83)
}

.ElementsWidget-prefix .R-Button--primary {
    background-color: var(--primary-button-bg-color);
    color: var(--primary-button-text-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--primary {
        background-color: #0E1311;
        color: #fff
    }
}

.ElementsWidget-prefix .R-Button--secondary {
    background-color: var(--secondary-button-bg-color);
    border-color: var(--secondary-button-border-color);
    color: var(--secondary-button-text-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--secondary {
        background-color: transparent;
        border-color: #0E1311;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Button--secondary:hover, .ElementsWidget-prefix .R-Button--secondary:active, .ElementsWidget-prefix .R-Button--secondary:focus {
    background-color: var(--secondary-button-bg-color);
    color: var(--secondary-button-text-color);
    border-color: var(--secondary-button-border-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--secondary:hover, .ElementsWidget-prefix .R-Button--secondary:active, .ElementsWidget-prefix .R-Button--secondary:focus {
        background-color: transparent;
        border-color: #0E1311;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Button--secondary--thin {
    border-width: 1px
}

.ElementsWidget-prefix .R-Button--secondary--light {
    border-color: rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.85)
}

.ElementsWidget-prefix .R-Button--secondary--light:hover, .ElementsWidget-prefix .R-Button--secondary--light:active, .ElementsWidget-prefix .R-Button--secondary--light:focus {
    border-color: #fff;
    color: #fff
}

.ElementsWidget-prefix .R-Button--secondary--selectable.isActive {
    background-color: var(--primary-button-bg-color);
    border-color: var(--primary-button-border-color);
    color: var(--primary-button-text-color)
}

.ElementsWidget-prefix .R-Button--fw, .ElementsWidget-prefix .R-Button--fullwidth {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 480px) {
    .ElementsWidget-prefix .R-Button--fw-phone-md {
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important
    }
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-Button--fw-phone-lg {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-Button--fw-tablet-md {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .R-Button--fw-tablet-lg {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 993px) {
    .ElementsWidget-prefix .R-Button--fw-desktop-sm {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.ElementsWidget-prefix .R-Button--desaturated {
    filter: grayscale(100%)
}

.ElementsWidget-prefix .R-Button--isLoading, .ElementsWidget-prefix .R-Button.isLoading {
    position: relative;
    padding-right: 30px;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none
}

.ElementsWidget-prefix .R-Button--isLoading:before, .ElementsWidget-prefix .R-Button.isLoading:before {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    height: 12px;
    width: 12px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-animation: CircleSpin .4s infinite linear;
    -moz-animation: CircleSpin .4s infinite linear;
    -ms-animation: CircleSpin .4s infinite linear;
    -o-animation: CircleSpin .4s infinite linear;
    animation: CircleSpin .4s infinite linear
}

.ElementsWidget-prefix .R-Button--isLoading.R-Button--secondary:before, .ElementsWidget-prefix .R-Button.isLoading.R-Button--secondary:before {
    border-right: 2px solid rgba(0, 0, 0, 0.7);
    border-top: 2px solid rgba(0, 0, 0, 0.7)
}

.ElementsWidget-prefix .R-Button--disabled, .ElementsWidget-prefix .R-Button.isDisabled {
    opacity: 0.5;
    cursor: not-allowed
}

.ElementsWidget-prefix .R-Button--flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.ElementsWidget-prefix .R-Button:disabled, .ElementsWidget-prefix .R-Button[disabled] {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed
}

.ElementsWidget-prefix .R-IconButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #0E1311;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease-in-out
}

.ElementsWidget-prefix .R-IconButton .ricon-thumbsup {
    color: var(--badge-icon-color, #0E1311)
}

.ElementsWidget-prefix .R-IconButton .R-IconButton__icon {
    display: inline-block
}

.ElementsWidget-prefix .R-IconButton .R-IconButton__icon--image {
    max-width: 100%
}

.ElementsWidget-prefix .R-IconButton--xs {
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 18px
}

.ElementsWidget-prefix .R-IconButton--sm {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 22px
}

.ElementsWidget-prefix .R-IconButton--sm .R-IconButton__icon--close {
    font-size: 12px;
    font-weight: 800
}

.ElementsWidget-prefix .R-IconButton--md {
    font-size: 16px;
    height: 22px;
    width: 22px;
    line-height: 24px
}

.ElementsWidget-prefix .R-IconButton--lg {
    font-size: 20px;
    height: 26px;
    width: 26px;
    line-height: 28px
}

.ElementsWidget-prefix .R-IconButton--xlg {
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 32px
}

.ElementsWidget-prefix .R-IconButton--xxlg {
    font-size: 28px;
    height: 34px;
    width: 34px;
    line-height: 36px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg {
    font-size: 36px;
    height: 46px;
    width: 46px;
    line-height: 52px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--play {
    font-size: 32px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--play .R-IconButton__icon {
    margin-left: -1px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--pause {
    font-size: 28px
}

.ElementsWidget-prefix .R-IconButton--black {
    background-color: #0E1311;
    color: #ffffff;
    border-radius: 50px
}

.ElementsWidget-prefix .R-IconButton--outline {
    border-radius: 50px;
    background-color: transparent;
    box-shadow: inset 0 0 0px 2px #0E1311;
    color: #0E1311
}

.ElementsWidget-prefix .R-IconButton--lightIcon {
    color: #ffffff
}

.ElementsWidget-prefix .R-IconButton--matchTextColor {
    color: var(--heading-text-color, #0E1311)
}

.ElementsWidget-prefix .R-IconButton--noRadius {
    border-radius: 0
}

.ElementsWidget-prefix .R-IconButton--isDisabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: default
}

.ElementsWidget-prefix .R-IconButton.isActive {
    background-color: rgba(0, 0, 0, 0.1)
}

.ElementsWidget-prefix .R-ToggleControl {
    position: relative;
    display: inline-block;
    max-width: 40px;
    height: 20px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    cursor: pointer
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__circle {
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    left: calc(100% - 18px);
    transition: all 0.25s ease-in-out;
    background-color: #ffffff;
    text-align: center;
    line-height: 16px
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__icon {
    font-size: 10px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.25s ease-in-out
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__icon--active {
    transform: scale(0.6, 0.6)
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip--active {
    display: none
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip--inactive {
    display: block
}

.ElementsWidget-prefix .R-ToggleControl--md {
    max-width: 55px;
    height: 25px
}

.ElementsWidget-prefix .R-ToggleControl--md .R-ToggleControl__circle {
    top: 2px;
    width: 20px;
    height: 20px;
    left: calc(100% - 22px);
    line-height: 20px
}

.ElementsWidget-prefix .R-ToggleControl--md .R-ToggleControl__icon {
    font-size: 12px
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__tooltip--active, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__tooltip--active {
    display: block
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__tooltip--inactive, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__tooltip--inactive {
    display: none
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__circle, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__circle {
    left: 2px;
    background-color: #11B1A7
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__icon, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__icon {
    opacity: 1;
    color: #ffffff;
    font-weight: 500
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__icon--active, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__icon--active {
    transform: scale(1, 1)
}

.ElementsWidget-prefix .R-ToggleControl--darkActive.isActive, .ElementsWidget-prefix .R-ToggleControl--darkActive.isSelected {
    background-color: rgba(255, 255, 255, 0.95)
}

.ElementsWidget-prefix .R-ToggleControl--darkActive.isActive .R-ToggleControl__circle, .ElementsWidget-prefix .R-ToggleControl--darkActive.isSelected .R-ToggleControl__circle {
    background-color: rgba(14, 19, 17, 0.6)
}

.ElementsWidget-prefix .R-CheckSelection {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__field {
    position: absolute;
    opacity: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__check {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: var(--common-checkselection-size, 18px);
    width: var(--common-checkselection-size, 18px);
    flex-basis: var(--common-checkselection-size, 18px);
    min-width: var(--common-checkselection-size, 18px);
    background-color: var(--secondary-button-bg-color, transparent);
    box-shadow: 0px 0px 0px 1px var(--secondary-button-border-color, transparent) inset;
    line-height: var(--common-checkselection-size, 18px);
    border-radius: var(--common-checkselection-border-radius, 3px);
    transition: all 0.25s ease-in-out;
    z-index: 5
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__check .R-CheckSelection__icon {
    display: none;
    color: var(--secondary-button-text-color, #0E1311);
    font-size: calc(var(--common-checkselection-size, 18px) * 0.7)
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__field:checked + .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 1px var(--primary-button-border-color, #0E1311) inset;
    background-color: var(--primary-button-bg-color, #0E1311)
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__field:checked + .R-CheckSelection__check .R-CheckSelection__icon {
    display: inline-block;
    color: var(--primary-button-text-color, #fff)
}

.ElementsWidget-prefix .R-CheckSelection:hover .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 2px var(--secondary-button-border-color, transparent) inset
}

.ElementsWidget-prefix .R-CheckSelection.isActive .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 1px var(--primary-button-border-color, #0E1311) inset;
    background-color: var(--primary-button-bg-color, #0E1311)
}

.ElementsWidget-prefix .R-CheckSelection.isActive .R-CheckSelection__check .R-CheckSelection__icon {
    display: inline-block
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check {
    border-radius: 100px
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check .R-CheckSelection__icon {
    display: none !important
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check:after {
    display: none;
    width: calc(var(--common-checkselection-size, 18px) * 0.5);
    height: calc(var(--common-checkselection-size, 18px) * 0.5);
    content: "";
    position: absolute;
    background-color: var(--primary-button-text-color, #fff);
    border-radius: 100px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__field:checked + .R-CheckSelection__check:after {
    display: inline-block
}

.ElementsWidget-prefix * {
    box-sizing: border-box
}

.ElementsWidget-prefix a {
    text-decoration: none
}

.ElementsWidget-prefix .R-PlatformIcon {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto
}

.ElementsWidget-prefix .R-PlatformIcon--xxs {
    height: 20px
}

.ElementsWidget-prefix .R-PlatformIcon--xs {
    height: 25px
}

.ElementsWidget-prefix .R-PlatformIcon--sm {
    height: 30px
}

.ElementsWidget-prefix .R-PlatformIcon--md {
    height: 40px
}

.ElementsWidget-prefix .R-PlatformLogo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto
}

.ElementsWidget-prefix .R-PlatformLogo--xxs {
    height: 20px
}

.ElementsWidget-prefix .R-PlatformLogo--xs {
    height: 25px
}

.ElementsWidget-prefix .R-PlatformLogo--sm {
    height: 30px
}

.ElementsWidget-prefix .R-PlatformLogo--md {
    height: 40px
}

.ElementsWidget-prefix .R-PlatformLogo--lg {
    height: 60px
}

.ElementsWidget-prefix .R-PlatformLogo--xlg {
    height: 80px
}

.ElementsWidget-prefix .R-PlatformLogo--xxlg {
    height: 100px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
    max-height: var(--photo-video-thumbnail-size, 80px);
    border-radius: var(--photo-video-thumbnail-border-radius, 0);
    overflow: hidden
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PhotoVideoThumbnail {
        height: 80px;
        border-radius: 0
    }
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: var(--photo-video-thumbnail-size, 80px)
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail img[src$=".svg"].R-PhotoVideoThumbnail__image {
    width: 100%
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--photo-video-thumbnail-size) * (14 / 50));
    line-height: calc(var(--photo-video-thumbnail-size) * (14 / 50));
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__overlay {
        font-size: 24px;
        line-height: 24px
    }
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--xs {
    height: 25px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--sm {
    height: 30px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--md {
    height: 40px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--lg {
    height: 60px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--xlg {
    height: 80px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--xxlg {
    height: 100px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--fullwidth {
    max-width: 100%;
    width: 100%;
    height: auto
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--fullwidth .R-PhotoVideoThumbnail__image {
    height: auto
}

.ElementsWidget-prefix .R-AvatarThumbnail {
    position: relative;
    display: inline-block;
    max-width: var(--avatar-thumbnail-size, 60px);
    max-height: var(--avatar-thumbnail-size, 60px);
    width: 100%;
    border-radius: var(--avatar-thumbnail-border-radius, 0);
    overflow: hidden
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-AvatarThumbnail {
        height: 60px;
        width: 60px;
        border-radius: 100px
    }
}

.ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 100%;
    background-color: var(--avatar-thumbnail-bg-color, rgba(0, 0, 0, 0.1));
    color: var(--avatar-thumbnail-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner {
        background-color: rgba(0, 0, 0, 0.1);
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner .R-TextBody, .ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner .R-TextHeading {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: 30px;
    line-height: 30px
}

.ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center center
}

.ElementsWidget-prefix .R-AvatarThumbnail--xs {
    width: 25px;
    height: 25px
}

.ElementsWidget-prefix .R-AvatarThumbnail--sm {
    width: 30px;
    height: 30px
}

.ElementsWidget-prefix .R-AvatarThumbnail--md {
    width: 40px;
    height: 40px
}

.ElementsWidget-prefix .R-AvatarThumbnail--lg {
    width: 60px;
    height: 60px
}

.ElementsWidget-prefix .R-AvatarThumbnail--xlg {
    width: 80px;
    height: 80px
}

.ElementsWidget-prefix .R-AvatarThumbnail--xxlg {
    width: 100px;
    height: 100px
}

.ElementsWidget-prefix .R-AvatarThumbnail--fullwidth {
    max-width: 100%
}

.ElementsWidget-prefix .R-AvatarThumbnail--round {
    border-radius: 200px
}

.ElementsWidget-prefix .R-TabControls {
    display: inline-block
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item {
    display: inline-block;
    font-size: var(--pagination-tab-text-font-size, 16px);
    font-weight: var(--pagination-tab-text-font-weight, 600);
    text-transform: var(--pagination-tab-text-transform, none);
    letter-spacing: var(--pagination-tab-text-letter-spacing, 0);
    color: var(--pagination-tab-text-color, #0E1311);
    border-bottom: var(--pagination-tab-border-width, 3px) solid transparent;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TabControls .R-TabControls__item {
        font-size: 16px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        color: #0E1311;
        border-bottom: 3px solid transparent
    }
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item > .R-TextBody, .ElementsWidget-prefix .R-TabControls .R-TabControls__item > .R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive {
    font-weight: var(--pagination-tab-active-text-font-weight, 600);
    color: var(--pagination-tab-active-text-color, #0E1311);
    border-bottom-color: var(--pagination-tab-active-border-color, #0E1311);
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive {
        font-weight: 600;
        color: #0E1311;
        border-bottom-color: #0E1311
    }
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive > .R-TextBody, .ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive > .R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.ElementsWidget-prefix .R-PaginationControls {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item {
    display: inline-flex;
    font-size: var(--pagination-tab-text-font-size, 16px);
    font-weight: var(--pagination-tab-text-font-weight, 600);
    color: var(--pagination-tab-text-color, #0E1311);
    text-transform: var(--pagination-tab-text-transform, none);
    letter-spacing: var(--pagination-tab-text-letter-spacing, 0);
    border-top: var(--pagination-tab-border-width, 3px) solid transparent;
    border-bottom: var(--pagination-tab-border-width, 3px) solid transparent;
    padding: 2px 8px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item {
        font-size: 16px;
        font-weight: 600;
        color: #0E1311;
        text-transform: none;
        letter-spacing: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent
    }
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item > .R-TextBody, .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item > .R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
    font-weight: var(--pagination-tab-active-text-font-weight, 600);
    color: var(--pagination-tab-active-text-color, #0E1311);
    border-bottom-color: var(--pagination-tab-active-border-color, #0E1311);
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
        font-weight: 600;
        color: #0E1311;
        border-bottom-color: #0E1311
    }
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item .item__arrowIcon {
    line-height: 1.5
}

.ElementsWidget-prefix .R-ContentSlider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.ElementsWidget-prefix .R-ContentSlider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.ElementsWidget-prefix .R-ContentSlider .R-ContentSlider__item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ContentSlider .R-ContentSlider__item div {
        flex: 1 1 auto !important
    }
}

.ElementsWidget-prefix .R-DotIndicator {
    position: relative;
    display: inline-flex
}

.ElementsWidget-prefix .R-DotIndicator .R-DotIndicator__item {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    vertical-align: middle
}

.ElementsWidget-prefix .R-DotIndicator .R-DotIndicator__item:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.ElementsWidget-prefix .R-DotIndicator .R-DotIndicator__item.isActive {
    background-color: #0E1311;
    cursor: default
}

.ElementsWidget-prefix .R-DotIndicator--sm .R-DotIndicator__item {
    width: 5px;
    height: 5px
}

.ElementsWidget-prefix .R-DropUpDownMenu-container {
    display: inline-block;
    position: relative
}

.ElementsWidget-prefix .R-DropUpDownMenu {
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 90%;
    z-index: 15;
    background-color: var(--dropupdown-bg-color, #fff);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.94, 0.94) translateY(20px);
    transition: all 0.3s ease-in-out
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__inner {
    padding: 5px 0
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__column--width-md {
    width: 180px
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item {
    padding: 7px 15px;
    cursor: pointer
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item .item__activeIcon {
    display: none
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item.isActive .item__activeIcon {
    display: inline-block
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item.isDisabled {
    cursor: default;
    opacity: 0.2
}

.ElementsWidget-prefix .R-DropUpDownMenu--sm {
    padding: 5px 0;
    width: 140px
}

.ElementsWidget-prefix .R-DropUpDownMenu--sm .R-DropUpDownMenu__item {
    padding: 5px 10px
}

.ElementsWidget-prefix .R-DropUpDownMenu--md {
    width: 200px
}

.ElementsWidget-prefix .R-DropUpDownMenu--lg {
    width: 240px
}

.ElementsWidget-prefix .R-DropUpDownMenu--auto {
    width: auto
}

.ElementsWidget-prefix .R-DropUpDownMenu--above {
    top: auto;
    bottom: 100%
}

.ElementsWidget-prefix .R-DropUpDownMenu--maxHeight380 .R-DropUpDownMenu__inner {
    max-height: 380px;
    overflow-y: auto
}

.ElementsWidget-prefix .R-DropUpDownMenu.isActive {
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
    pointer-events: auto
}

.ElementsWidget-prefix .R-EmbeddedIcon {
    display: inline-block;
    width: 30px
}

.ElementsWidget-prefix .R-EmbeddedIcon svg {
    width: 100%;
    vertical-align: top
}

.ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color1, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color2, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color3, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color4, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color5 {
    fill: var(--icon-accent-color) !important;
    transform-origin: center;
    transition: all 0.15s ease-in-out
}

.ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color1, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color2, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color3, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color4, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color5, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color6, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color7, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color8, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color9, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color10, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color11, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color12, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color13, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color14, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color15, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color16, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color17 {
    stroke: var(--icon-base-color) !important
}

.ElementsWidget-prefix .R-EmbeddedIcon img {
    width: 100%
}

.ElementsWidget-prefix .R-EmbeddedIcon--xxs {
    width: 25px
}

.ElementsWidget-prefix .R-EmbeddedIcon--xs {
    width: 30px
}

.ElementsWidget-prefix .R-EmbeddedIcon--sm {
    width: 35px
}

.ElementsWidget-prefix .R-EmbeddedIcon--md {
    width: 40px
}

.ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color, .ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color1, .ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color3, .ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color4 {
    animation-name: R-shakeAnimation--md;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2
}

.ElementsWidget-prefix .R-VideoPlayer {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    background-color: rgba(15, 13, 24, 0.015);
    outline: none
}

.ElementsWidget-prefix .R-VideoPlayer video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    outline: none
}

.ElementsWidget-prefix .R-VideoPlayer--nativeSize {
    max-height: none
}

.ElementsWidget-prefix .R-VideoPlayer--nativeSize video {
    max-height: none
}

.ElementsWidget-prefix .R-VideoPlayer--rounded {
    border-radius: 20px
}

.ElementsWidget-prefix .R-MaskedVideoPhoto {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 320px
}

.ElementsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__video {
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    outline: none;
    left: 0;
    top: 0
}

.ElementsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__overlay {
    --photo-video-thumbnail-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--photo-video-thumbnail-size) * (14 / 25));
    line-height: calc(var(--photo-video-thumbnail-size) * (14 / 25));
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    pointer-events: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__overlay {
        font-size: 24px;
        line-height: 24px
    }
}

.ElementsWidget-prefix .R-RatingStars {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__score {
    display: block;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 1.75em;
    line-height: var(--heading-text-line-height, 1.4);
    font-weight: var(--heading-text-font-weight, 600);
    letter-spacing: var(--heading-text-letter-spacing, 0);
    text-transform: var(--heading-text-transform, none);
    color: var(--heading-text-color, #0E1311);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 1em;
    margin-bottom: 0.3125em;
    margin-right: 5px;
    margin-bottom: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars .R-RatingStars__score {
        font-family: inherit;
        font-weight: 600;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 5px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
    color: var(--common-star-color);
    font-size: var(--medium-star-size, 22px);
    line-height: 1
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--disabled {
    color: var(--common-star-disabled-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
        color: #0E1311;
        font-size: 22px
    }
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--common-star-disabled-color);
    background-image: linear-gradient(to right, var(--common-star-color) 0%, var(--common-star-disabled-color) .1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, var(--common-star-color) 38%, var(--common-star-disabled-color) 38.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, var(--common-star-color) 50%, var(--common-star-disabled-color) 50.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, var(--common-star-color) 60%, var(--common-star-disabled-color) 60.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    background-image: linear-gradient(to right, var(--common-star-color) 99.9%, var(--common-star-color) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__count {
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.875em;
    margin-bottom: 0.625em;
    margin-bottom: 5px;
    margin-right: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars .R-RatingStars__count {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__score {
    font-size: 1.375em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__stars .stars__icon {
    font-size: var(--x-large-star-size, 28px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__stars .stars__icon {
        font-size: 28px
    }
}

.ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__count {
    font-size: 1.375em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__score {
    font-size: 1.125em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__stars .stars__icon {
    font-size: var(--large-star-size, 24px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__stars .stars__icon {
        font-size: 24px
    }
}

.ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__count {
    font-size: 1.125em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__score {
    font-size: 1.0em;
    line-height: 1.7em
}

.ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__stars .stars__icon {
    font-size: var(--medium-star-size, 22px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__stars .stars__icon {
        font-size: 22px
    }
}

.ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__count {
    font-size: 1.0em;
    line-height: 1.7em
}

.ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__score {
    font-size: 0.875em;
    line-height: 1.6;
    margin-right: 3px
}

.ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
    font-size: var(--small-star-size, 19px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
        font-size: 19px
    }
}

.ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__count {
    font-size: 0.875em;
    line-height: 1.6
}

.ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__score {
    font-size: 0.75em;
    line-height: 1.5;
    margin-right: 4px
}

.ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
    font-size: var(--x-small-star-size, 16px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
        font-size: 16px
    }
}

.ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__count {
    font-size: 0.75em;
    line-height: 1.5
}

.ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__score {
    font-size: 0.6em;
    line-height: 1.4;
    margin-right: 4px
}

.ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__stars .stars__icon {
    font-size: var(--xx-small-star-size, 14px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__stars .stars__icon {
        font-size: 14px
    }
}

.ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__count {
    font-size: 0.6em;
    line-height: 1.4
}

.ElementsWidget-prefix .R-RatingStars--inlineBlock {
    display: inline-block
}

.ElementsWidget-prefix .R-RatingStars--white .R-RatingStars__score, .ElementsWidget-prefix .R-RatingStars--white .R-RatingStars__count {
    color: #fff
}

.ElementsWidget-prefix .R-RatingStars--white .R-RatingStars__stars .stars__icon {
    color: #fff
}

.ElementsWidget-prefix .R-RatingStars--black .R-RatingStars__score, .ElementsWidget-prefix .R-RatingStars--black .R-RatingStars__count {
    color: #0E1311
}

.ElementsWidget-prefix .R-RatingStars--black .R-RatingStars__stars .stars__icon {
    color: #0E1311
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars {
    display: inline-flex;
    grid-column-gap: 0.1em
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon {
    position: relative;
    color: transparent;
    background-image: none;
    -webkit-background-clip: initial;
    -moz-background-clip: initial;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon:before {
    background-image: var(--customStarIcon);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 4
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon:after {
    content: "";
    background-image: var(--customStarIcon);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--0:before {
    clip-path: inset(0px 100% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--25:before {
    clip-path: inset(0px 75% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--50:before {
    clip-path: inset(0px 50% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--75:before {
    clip-path: inset(0px 25% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--100:before {
    clip-path: none
}

.ElementsWidget-prefix .R-ReviewsioLogo {
    display: inline-block;
    color: transparent
}

.ElementsWidget-prefix .R-ReviewsioLogo .R-ReviewsioLogo__image {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top
}

.ElementsWidget-prefix .R-ReviewsioLogo--xs {
    width: 100px
}

.ElementsWidget-prefix .R-ReviewsioLogo--sm {
    width: 120px
}

.ElementsWidget-prefix .R-RatingSelection {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item {
    text-align: center;
    padding: 0
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button {
    display: inline-block;
    color: var(--common-star-color, #0E1311);
    font-size: 32px;
    line-height: 26px;
    padding: 7px 2px;
    line-height: 14px;
    cursor: pointer
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item input {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon--empty {
    display: inline-block
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon--full {
    display: none
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button:hover .star__icon--empty, .ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item.isSelected .R-RatingSelection__button .star__icon--empty {
    display: none
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button:hover .star__icon--full, .ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item.isSelected .R-RatingSelection__button .star__icon--full {
    display: inline-block
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item--small .R-RatingSelection__button {
    padding: 0 2px;
    font-size: 24px;
    line-height: 22px
}

.ElementsWidget-prefix .R-BadgeElement {
    font-size: var(--base-font-size, 16px);
    flex-wrap: nowrap
}

.ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon {
    font-size: 1.25em;
    height: calc(var(--badge-icon-font-size, 20px) * 1.2);
    width: calc(var(--badge-icon-font-size, 20px) * 1.2);
    line-height: var(--badge-icon-font-size, 28px);
    margin-right: 0.1em
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon {
        font-size: 20px;
        height: 26px;
        width: 26px;
        line-height: 28px
    }
}

.ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    font-size: var(--badge-icon-font-size, inherit);
    color: var(--badge-icon-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
        font-size: inherit;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
    font-size: 1.048rem;
    color: var(--badge-text-color, #0E1311);
    letter-spacing: var(--badge-text-letter-spacing, inherit);
    text-transform: var(--badge-text-transform, inherit)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
        font-size: inherit;
        color: #0E1311;
        letter-spacing: 0;
        text-transform: none
    }
}

.ElementsWidget-prefix .R-SliderIndicator-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px
}

.ElementsWidget-prefix .R-SliderIndicator-group .R-SliderIndicator {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0
}

.ElementsWidget-prefix .R-SliderIndicator {
    display: inline-block;
    vertical-align: bottom;
    font-size: var(--base-font-size, 16px);
    max-width: var(--slider-indicator-width, 170px);
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 30px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator {
        max-width: 170px;
        font-size: 16px
    }
}

.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__inner {
    position: relative;
    margin-bottom: 4px;
    border-radius: var(--slider-indicator-border-radius, 0)
}

.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
    display: block !important;
    background-color: var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1));
    height: var(--slider-indicator-height, 4px);
    border-radius: var(--slider-indicator-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
    display: block !important;
    position: absolute;
    width: var(--slider-indicator-button-width, 5px);
    height: var(--slider-indicator-button-height, 10px);
    background-color: var(--slider-indicator-button-color, #0E1311);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: var(--slider-indicator-button-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
        background-color: #0E1311
    }
}

.ElementsWidget-prefix .R-SliderIndicator .R-TextBody {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ElementsWidget-prefix .R-SliderIndicator--sm {
    max-width: calc(var(--slider-indicator-width, 190px) - 10px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator--sm {
        max-width: 140px
    }
}

.ElementsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__inner {
    overflow: hidden
}

.ElementsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__bg {
    background-color: var(--slider-indicator-button-color, #0E1311);
    height: var(--slider-indicator-height, 5px)
}

.ElementsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__button {
    width: 120%;
    height: 100%;
    top: 0;
    border-radius: 0;
    background-color: var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix .R-MediaSlider {
    position: relative
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--mediaslider-scroll-button-icon-color, #0E1311);
    text-align: center;
    cursor: pointer;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    height: 100%;
    width: 30px;
    line-height: 32px;
    background-color: var(--mediaslider-scroll-button-bg-color, rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(3px);
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
        color: #0E1311;
        background-color: rgba(255, 255, 255, 0.85)
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton .scrollButton__icon {
    display: inline-block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton--left {
    left: 0;
    right: auto
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton--right {
    right: 0;
    left: auto
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__inner::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: var(--mediaslider-item-size, 110px);
    width: var(--mediaslider-item-size, 110px);
    height: var(--mediaslider-item-size, 110px);
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-right: 10px;
    box-sizing: border-box
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
        flex-basis: 110px;
        width: 110px;
        height: 110px
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__image {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5px;
    background-size: cover;
    background-position: center center;
    border-radius: var(--photo-video-thumbnail-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__image {
        border-radius: 0
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .image__src {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    height: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    text-align: center;
    color: var(--mediaslider-overlay-text-color, #fff);
    background-color: var(--mediaslider-overlay-bg-color, rgba(0, 0, 0, 0.8));
    padding: 5px;
    margin: 0px;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.8)
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-TextBody {
    font-size: calc(var(--mediaslider-item-size) * (14 / 140));
    color: inherit
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-TextBody {
        font-size: 11px
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-RatingStars .R-RatingStars__stars {
    --common-star-color: var(--mediaslider-overlay-text-color, #ffffff);
    --common-star-disabled-color: rgba(0, 0, 0, 0.25)
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    display: none
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__playOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: var(--mediaslider-overlay-text-color, #fff);
    font-size: calc(var(--mediaslider-item-size) * (14 / 60));
    line-height: calc(var(--mediaslider-item-size) * (14 / 36));
    text-align: center;
    background-color: transparent;
    width: calc(var(--mediaslider-item-size) * (14 / 40));
    height: calc(var(--mediaslider-item-size) * (14 / 40));
    border-radius: var(--photo-video-thumbnail-border-radius, 0);
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button {
        font-size: 26px;
        color: #ffffff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 0
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button .button__icon {
    display: inline-block;
    margin-right: -1px;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__review {
    display: none;
    transform: scale(0.9, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.5s ease-in-out
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars {
    display: flex;
    justify-content: center;
    margin-bottom: 3px
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars .stars__icon {
    font-size: calc(var(--mediaslider-item-size) * (14 / 120));
    margin: 0 1px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars .stars__icon {
        font-size: 14px
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__instagram {
    display: none
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__instagram .instagram__icon {
    font-size: 16px
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewPhoto .overlay__review {
    display: block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo .item__playOverlay {
    display: flex
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo .overlay__review {
    display: block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo:hover .item__playOverlay .playOverlay__button {
    transform: scale(5)
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo:hover .item__playOverlay .playOverlay__button .button__icon {
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--instagramPhoto .overlay__instagram {
    display: block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .item__overlay {
    opacity: 1;
    pointer-events: auto
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .overlay__instagram {
    transform: scale(1, 1);
    opacity: 1
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .overlay__review {
    transform: scale(1, 1);
    opacity: 1
}

.ElementsWidget-prefix .R-ProductPreviewList {
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item {
    max-width: 170px;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item .item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    padding: 10px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item .item__content {
        border: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item--width200 {
    max-width: 200px
}

.ElementsWidget-prefix .R-ProductPreviewList--centeredContent .R-ProductPreviewList__inner {
    justify-content: center !important
}

.ElementsWidget-prefix .R-SM .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item {
    max-width: 50%
}

.ElementsWidget-prefix .R-ContentCard {
    background-color: var(--card-bg-color, #fff);
    box-shadow: 0 calc(var(--card-shadow-size) / 4) var(--card-shadow-size) -1px var(--card-shadow-color);
    padding-top: var(--card-vertical-padding, 15px);
    padding-bottom: var(--card-vertical-padding, 15px);
    padding-left: var(--card-horizontal-padding, 10px);
    padding-right: var(--card-horizontal-padding, 10px);
    border-radius: var(--card-border-radius, 6px);
    text-align: left;
    border: var(--card-border-width, 1px) solid var(--card-border-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix :focus-visible {
    outline-color: #0E1311;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-column-gap: 3px
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item {
    flex-grow: 1
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item .R-NpsRating__item__inner {
    background-color: var(--secondary-button-bg-color, transparent);
    color: var(--secondary-button-text-color, #0E1311);
    padding: var(--common-button-vertical-padding, 10px) 0px;
    border: var(--common-button-border-width, 1px) solid var(--secondary-button-border-color, rgba(0, 0, 0, 0.2));
    border-radius: var(--common-button-border-radius, 0px);
    text-align: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner {
    background-color: var(--primary-button-bg-color, #0E1311);
    color: var(--primary-button-text-color, #fff);
    border-color: var(--primary-button-border-color, #0E1311);
    cursor: default
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner .R-TextHeading, .ElementsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner .R-TextBody {
    color: inherit
}

.ElementsWidget-prefix .R-LabelTag {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 0.75em;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    color: var(--body-text-color, #0E1311);
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    vertical-align: middle
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-LabelTag {
        color: #0E1311;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-family: inherit
    }
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon {
    display: inline-block;
    margin-right: 2px
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon--left {
    margin-left: 0;
    margin-right: 2px
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon--clickable {
    cursor: pointer
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon--selectedIcon {
    display: none
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__text + .R-LabelTag__icon {
    margin-right: 0px;
    margin-left: 2px
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__iconImage {
    max-width: 16px;
    width: 100%;
    display: inline-block
}

.ElementsWidget-prefix .R-LabelTag--xs {
    font-size: 0.6875em;
    padding: 1px 4px;
    margin-right: 3px;
    margin-bottom: 3px
}

.ElementsWidget-prefix .R-LabelTag--sm {
    font-size: 0.75em;
    padding: 2px 6px
}

.ElementsWidget-prefix .R-LabelTag--md {
    font-size: 0.875em;
    padding: 3px 8px
}

.ElementsWidget-prefix .R-LabelTag--lg {
    font-size: 1em;
    padding: 5px 10px
}

.ElementsWidget-prefix .R-LabelTag--success {
    border-color: #11B1A7;
    color: #11B1A7
}

.ElementsWidget-prefix .R-LabelTag--danger {
    border-color: #e7656e;
    color: #e7656e
}

.ElementsWidget-prefix .R-LabelTag--warning {
    border-color: #ffb846;
    color: #ffb846
}

.ElementsWidget-prefix .R-LabelTag--neutral {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4)
}

.ElementsWidget-prefix .R-LabelTag--black {
    border-color: #0E1311;
    color: #0E1311
}

.ElementsWidget-prefix .R-LabelTag--filled-success {
    background-color: #11B1A7;
    border-color: #11B1A7;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-danger {
    background-color: #e7656e;
    border-color: #e7656e;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-warning {
    background-color: #ffb846;
    border-color: #ffb846;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-neutral {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.05);
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-black {
    background-color: #0E1311;
    border-color: #0E1311;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag.isSelected {
    border-color: var(--primary-button-bg-color, #0E1311);
    color: var(--primary-button-bg-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-LabelTag.isSelected {
        border-color: #0E1311;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-LabelTag.isSelected .R-LabelTag__icon--selectedIcon {
    display: inline-block
}

.ElementsWidget-prefix .R-IconLabel {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-IconLabel .R-IconLabel__iconImage {
    max-width: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.ElementsWidget-prefix .R-IconLabel--sm .R-IconLabel__iconImage {
    max-width: 18px;
    height: 18px
}

.ElementsWidget-prefix .R-IconLabel--md .R-IconLabel__iconImage {
    max-width: 25px;
    height: 25px
}

.ElementsWidget-prefix .R-GlobalModal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100050;
    text-align: center;
    background-color: var(--popup-backdrop-color, rgba(0, 0, 0, 0.75));
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.8s ease-in-out, opacity 0.1s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal {
        background-color: rgba(0, 0, 0, 0.75)
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
    position: relative;
    top: 5%;
    background-color: var(--popup-color, #fff);
    border: var(--popup-border-width, 0px) solid var(--popup-border-color, rgba(0, 0, 0, 0.1));
    border-radius: var(--popup-border-radius, 0px);
    box-shadow: 0 0 var(--popup-shadow-size, 0px) 0 var(--popup-shadow-color, rgba(0, 0, 0, 0.1));
    transform: scale(0.8, 0.8);
    transition: transform 0.25s ease-in-out;
    padding: 20px;
    margin-bottom: 40px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }
}

@media screen and (min-width: 1640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        top: 8%
    }
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        top: 0
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner {
    padding: 0px 20px
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner--spaceBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .R-TextBody.u-whiteSpace--prewrap.u-scrollableMaxHeight--480--desktop {
        max-height: none !important;
        overflow-y: visible !important
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button {
    color: var(--popup-icon-color, #0E1311);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button .button__icon, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button .button__icon {
    font-size: 24px;
    line-height: 32px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button .button__icon--sm, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button .button__icon--sm {
    font-size: 18px;
    line-height: 32px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button:hover, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button:hover {
    color: var(--popup-icon-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button:hover, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button:hover {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__header {
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__closeButton {
    display: inline-block;
    background-color: #000;
    position: absolute;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 32px;
    height: 32px;
    line-height: 38px;
    font-size: 22px;
    border-radius: 100px;
    right: -15px;
    top: -15px;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__controls {
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--padding--lg {
    padding: 30px
}

@media screen and (max-width: 640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--padding--lg {
        padding: 20px
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width1140 {
    max-width: 1140px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width1040 {
    max-width: 1040px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width960 {
    max-width: 960px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width768 {
    max-width: 768px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width640 {
    max-width: 640px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialogLogo {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon {
    --override-popup-star-color: var(--popup-star-color, var(--common-star-color));
    --override-popup-star-disabled-color: var(--popup-disabled-star-color, var(--common-star-disabled-color));
    color: var(--override-popup-star-color)
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--disabled {
    color: var(--override-popup-star-disabled-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--override-popup-star-disabled-color);
    background-image: linear-gradient(to right, var(--override-popup-star-color) 0%, var(--override-popup-star-disabled-color) .1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 38%, var(--override-popup-star-disabled-color) 38.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 50%, var(--override-popup-star-disabled-color) 50.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 60%, var(--override-popup-star-disabled-color) 60.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 99.9%, var(--override-popup-star-color) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-TextHeading .cssVar-popup-heading-text {
    color: var(--popup-heading-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-TextBody .cssVar-popup-body-text {
    color: var(--popup-body-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-IconButton .cssVar-popup-message-icon {
    color: var(--popup-heading-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-BadgeElement .R-BadgeElement__icon .cssVar-popup-badgeElement__icon:before {
    font-size: var(--popup-badge-icon-font-size, inherit);
    color: var(--popup-badge-icon-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-BadgeElement .R-BadgeElement__text .cssVar-popup-badgeElement__text {
    font-size: var(--popup-badge-text-font-size, inherit);
    color: var(--popup-badge-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .u-hr {
    border-color: var(--popup-body-text-color, inherit);
    opacity: 0.15
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .u-hr {
        border-color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal.hideScroll .controls__button--scrollLeft, .ElementsWidget-prefix .R-GlobalModal.hideScroll .controls__button--scrollRight {
    display: none !important
}

.ElementsWidget-prefix .R-GlobalModal.isActive {
    overflow: auto;
    pointer-events: auto;
    opacity: 1;
    max-height: 1600px;
    transition: max-height 0.01s ease-in-out, opacity 0.5s ease-in-out
}

.ElementsWidget-prefix .R-GlobalModal.isActive .R-GlobalModal__dialog {
    transform: scale(1, 1)
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen {
    max-height: none
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 98%;
    width: auto
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog {
        max-height: none
    }
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .dialog__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table {
    display: table
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table {
        display: block
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__row {
    display: table-row
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__row {
        display: block
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell {
        display: block
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
    padding-left: 0;
    width: 460px
}

@media screen and (max-width: 1140px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        width: 440px
    }
}

@media screen and (max-width: 1040px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        width: 430px
    }
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        display: block;
        width: 100%
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right .dialog__inner {
    padding-left: 30px;
    padding-right: 10px
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right .dialog__inner {
        padding-left: 0px;
        padding-right: 0px
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer {
    min-height: auto
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer {
        margin-bottom: 20px
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer .R-ImageContainer__src {
    max-height: calc(100vh - 110px);
    vertical-align: top
}

@media screen and (max-height: 768px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer .R-ImageContainer__src {
        max-height: calc(100vh - 40px)
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
    max-height: calc(100vh - 100px);
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.03);
    min-width: 260px
}

@media screen and (max-height: 768px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
        max-height: 120vh
    }
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
        margin-bottom: 20px;
        max-height: 70vh
    }
}

@media screen and (max-width: 640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-SliderIndicator-group .R-SliderIndicator {
        max-width: 100%
    }
}

.ElementsWidget-prefix .R-ImageContainer {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 400px;
    transition: 0.5s filter linear
}

.ElementsWidget-prefix .R-ImageContainer.isLoading, .ElementsWidget-prefix .R-ImageContainer.R-ImageContainer--isLoading {
    filter: blur(4px)
}

.ElementsWidget-prefix .R-ImageContainer.isLoaded, .ElementsWidget-prefix .R-ImageContainer.R-ImageContainer--isLoaded {
    filter: blur(0px)
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-ImageContainer {
        min-height: auto;
        height: auto
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ImageContainer {
        height: auto;
        min-height: auto
    }
}

.ElementsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    outline: none
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
        position: relative;
        height: auto
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
        position: relative;
        height: auto
    }
}

.ElementsWidget-prefix .R-ImageContainer .R-TooltipTrigger {
    position: absolute
}

.ElementsWidget-prefix .R-ImageContainer--noCrop {
    height: auto
}

.ElementsWidget-prefix .R-ImageContainer--noCrop .R-ImageContainer__src {
    position: relative;
    height: auto;
    object-fit: contain;
    object-position: center;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.ElementsWidget-prefix .R-MD .R-GlobalModal .R-GlobalModal__dialog .R-SliderIndicator-group .R-SliderIndicator {
    max-width: 100%
}

.ElementsWidget-prefix .R-GlobalNotification {
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.07);
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    padding: 15px 15px;
    border-radius: 4px;
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalNotification {
        border: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-GlobalNotification .R-GlobalNotification__icon {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2)
}

.ElementsWidget-prefix .R-GlobalNotification .R-GlobalNotification__imageIcon {
    max-width: 60px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalNotification--danger {
    border-left: 5px solid #e7656e
}

.ElementsWidget-prefix .R-GlobalNotification--warning {
    border-left: 5px solid #ffb846
}

.ElementsWidget-prefix .R-GlobalNotification--success {
    border-left: 5px solid #11B1A7
}

.ElementsWidget-prefix .R-GlobalNotification--grey {
    border-left: 5px solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalNotification--grey {
        border: 5px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-GlobalNotification--sm {
    padding: 10px
}

.ElementsWidget-prefix .R-GlobalNotification--lg {
    padding: 20px
}

.ElementsWidget-prefix [r-tooltip] {
    position: relative
}

.ElementsWidget-prefix [r-tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: var(--tooltip-bg-color, #0E1311) transparent transparent transparent;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix [r-tooltip]::before {
        border-color: #0E1311 transparent transparent transparent
    }
}

.ElementsWidget-prefix [r-tooltip]::after {
    content: attr(r-tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: var(--tooltip-bg-color, #0E1311);
    text-align: center;
    color: var(--tooltip-text-color, #fff);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: inherit;
    font-weight: 400;
    text-transform: none;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    z-index: 120;
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix [r-tooltip]::after {
        background: #0E1311
    }
}

.ElementsWidget-prefix [r-tooltip]:hover::after, .ElementsWidget-prefix [r-tooltip]:hover::before {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto
}

.ElementsWidget-prefix [r-tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

.ElementsWidget-prefix [r-tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%)
}

.ElementsWidget-prefix [r-tooltip-position='top']::before {
    left: 50%
}

.ElementsWidget-prefix [r-tooltip-position='top']::after {
    left: 50%
}

.ElementsWidget-prefix [r-tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

.ElementsWidget-prefix [r-tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%)
}

.ElementsWidget-prefix [r-tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

.ElementsWidget-prefix [r-tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%)
}

.ElementsWidget-prefix [r-tooltip-align='left']::after {
    text-align: left;
    left: 0;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='right']::after {
    left: auto;
    right: -6px;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='left']::after {
    left: -6px;
    right: auto;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='topRight']::before {
    left: auto;
    right: 10%;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='topRight']::after {
    left: auto;
    right: -6px;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='topLeft']::before {
    left: 10%;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='topLeft']::after {
    left: -6px;
    right: auto;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='bottomRight']::after {
    left: auto;
    right: -6px;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='bottomLeft']::after {
    left: -6px;
    right: auto;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-size='280']::after {
    min-width: 280px
}

.ElementsWidget-prefix [r-tooltip-size='180']::after {
    min-width: 180px
}

.ElementsWidget-prefix [r-tooltip-size='160']::after {
    min-width: 160px
}

.ElementsWidget-prefix [r-tooltip-size='140']::after {
    min-width: 140px
}

.ElementsWidget-prefix [r-tooltip-size='100']::after {
    min-width: 100px
}

.ElementsWidget-prefix [r-tooltip-size='80']::after {
    min-width: 80px
}

.ElementsWidget-prefix [r-tooltip-size='60']::after {
    min-width: 60px
}

.ElementsWidget-prefix [r-tooltip-fontsize='xxxxs']::after {
    font-size: 11px;
    line-height: 16px
}

.ElementsWidget-prefix [r-tooltip-fontsize='xxxs']::after {
    font-size: 12px;
    line-height: 18px
}

.ElementsWidget-prefix .isTooltipHidden:after, .ElementsWidget-prefix .isTooltipHidden:before {
    display: none
}

.ElementsWidget-prefix .R-TooltipTrigger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out
}

.ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 25px;
    height: 25px;
    background-color: var(--tooltip-trigger-bg-color, rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(2px);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.3)
}

.ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3)
}

.ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item .R-TextHeading, .ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item .R-TextBody {
    color: var(--tooltip-trigger-text-color, #000);
    margin-bottom: 0;
    text-align: center
}

@keyframes CircleSpin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes CircleSpin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes CircleSpin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes staticZoomInOut--sm {
    0% {
        transform: translatey(0px) scale(0.92)
    }
    50% {
        transform: translatey(0px) scale(1)
    }
    100% {
        transform: translatey(0px) scale(0.92)
    }
}

@keyframes staticZoomInOut--md {
    0% {
        transform: translatey(0px) scale(0.8)
    }
    50% {
        transform: translatey(0px) scale(1)
    }
    100% {
        transform: translatey(0px) scale(0.8)
    }
}

@keyframes R-shakeAnimation--md {
    0% {
        transform: rotateZ(-6deg)
    }
    25% {
        transform: rotateZ(6deg)
    }
    50% {
        transform: rotateZ(-6deg)
    }
    75% {
        transform: rotateZ(6deg)
    }
    100% {
        transform: rotateZ(0)
    }
}

.ElementsWidget-prefix .ElementsWidget {
    --base-font-size: 16px;
    --reviewsio-logo-style: var(--logo-normal);
    --reviewsio-icon-style: var(--icon-normal);
    --common-button-font-family: inherit;
    --common-button-font-size: 16px;
    --common-button-font-weight: 500;
    --common-button-letter-spacing: 0;
    --common-button-text-transform: none;
    --common-button-vertical-padding: 10px;
    --common-button-horizontal-padding: 25px;
    --common-button-border-width: 2px;
    --common-button-border-radius: 0px;
    --primary-button-bg-color: #0e1311;
    --primary-button-border-color: #0e1311;
    --primary-button-text-color: #ffffff;
    --secondary-button-bg-color: transparent;
    --secondary-button-border-color: #0e1311;
    --secondary-button-text-color: #0e1311;
    --common-star-color: #0e1311;
    --common-star-disabled-color: rgba(0, 0, 0, 0.25);
    --medium-star-size: 22px;
    --small-star-size: 19px;
    --heading-text-color: #0e1311;
    --heading-text-font-weight: 600;
    --heading-text-font-family: inherit;
    --heading-text-line-height: 1.4;
    --heading-text-letter-spacing: 0;
    --heading-text-transform: none;
    --body-text-color: #0e1311;
    --body-text-font-weight: 400;
    --body-text-font-family: inherit;
    --body-text-line-height: 1.4;
    --body-text-letter-spacing: 0;
    --body-text-transform: none;
    --inputfield-text-font-family: inherit;
    --input-text-font-size: 14px;
    --inputfield-text-font-weight: 400;
    --inputfield-text-color: #0e1311;
    --inputfield-border-color: rgba(0, 0, 0, 0.2);
    --inputfield-background-color: transparent;
    --inputfield-border-width: 1px;
    --inputfield-border-radius: 0px;
    --common-border-color: rgba(0, 0, 0, 0.15);
    --common-border-width: 1px;
    --common-sidebar-width: 190px;
    --slider-indicator-width: 190px;
    --slider-indicator-bg-color: rgba(0, 0, 0, 0.1);
    --slider-indicator-height: 4px;
    --slider-indicator-border-radius: 0px;
    --slider-indicator-button-color: #0e1311;
    --slider-indicator-button-width: 5px;
    --slider-indicator-button-height: 10px;
    --slider-indicator-button-border-radius: 0px;
    --badge-icon-color: #0e1311;
    --badge-icon-font-size: inherit;
    --badge-text-color: #0e1311;
    --badge-text-font-size: inherit;
    --badge-text-letter-spacing: inherit;
    --badge-text-transform: inherit;
    --author-font-size: inherit;
    --author-text-transform: none;
    --avatar-thumbnail-size: 60px;
    --avatar-thumbnail-border-radius: 100px;
    --avatar-thumbnail-text-color: #0e1311;
    --avatar-thumbnail-bg-color: rgba(0, 0, 0, 0.1);
    --photo-video-thumbnail-size: 80px;
    --photo-video-thumbnail-border-radius: 0px;
    --mediaslider-scroll-button-icon-color: #0e1311;
    --mediaslider-scroll-button-bg-color: rgba(255, 255, 255, 0.85);
    --mediaslider-overlay-text-color: #ffffff;
    --mediaslider-overlay-bg-color: rgba(0, 0, 0, 0.8);
    --mediaslider-item-size: 110px;
    --pagination-tab-text-color: #0e1311;
    --pagination-tab-text-transform: none;
    --pagination-tab-text-letter-spacing: 0;
    --pagination-tab-text-font-size: 16px;
    --pagination-tab-text-font-weight: 600;
    --pagination-tab-active-text-color: #0e1311;
    --pagination-tab-active-text-font-weight: 600;
    --pagination-tab-active-border-color: #0e1311;
    --pagination-tab-border-width: 3px;
    --filters-panel-bg-color: transparent;
    --filters-panel-font-size: 16px;
    --filters-panel-star-size: 16px;
    --filters-panel-vertical-padding: 0;
    --filters-panel-horizontal-padding: 0;
    --sentiment-base-font-size: 15px;
    --sentiment-panel-bg-color: transparent;
    --sentiment-panel-border-size: 1px;
    --sentiment-panel-border-color: rgba(0, 0, 0, 0.1);
    --sentiment-panel-border-radius: 0px;
    --sentiment-panel-shadow-size: 0px;
    --sentiment-panel-shadow-color: rgba(0, 0, 0, 0.1);
    --sentiment-panel-vertical-padding: 25px;
    --sentiment-panel-horizontal-padding: 20px;
    --sentiment-header-text-color: #0e1311;
    --sentiment-header-text-font-size: 12px;
    --sentiment-header-text-font-weight: inherit;
    --sentiment-header-bg-color: rgba(0, 0, 0, 0.04);
    --sentiment-header-border-radius: 50px;
    --sentiment-header-shadow-size: 0px;
    --sentiment-header-shadow-color: rgba(0, 0, 0, 0.1);
    --sentiment-header-vertical-padding: 7px;
    --sentiment-header-horizontal-padding: 10px;
    --sentiment-heading-text-color: #0e1311;
    --sentiment-heading-text-font-weight: 600;
    --sentiment-heading-text-font-family: inherit;
    --sentiment-heading-text-line-height: 1.4;
    --sentiment-heading-text-letter-spacing: 0;
    --sentiment-heading-text-transform: none;
    --sentiment-body-text-color: #0e1311;
    --sentiment-body-text-font-weight: 400;
    --sentiment-body-text-font-family: inherit;
    --sentiment-body-text-line-height: 1.4;
    --sentiment-body-text-letter-spacing: 0;
    --sentiment-body-text-transform: none;
    --sentiment-pagination-tab-text-font-size: 13px;
    --sentiment-pagination-tab-text-font-weight: 600;
    --sentiment-pagination-tab-text-color: #0e1311;
    --sentiment-pagination-tab-text-transform: none;
    --sentiment-pagination-tab-text-letter-spacing: 0;
    --sentiment-pagination-tab-active-text-color: #0e1311;
    --sentiment-pagination-tab-active-text-font-weight: 600;
    --sentiment-pagination-tab-active-border-color: #0e1311;
    --sentiment-pagination-tab-border-width: 3px
}

.ElementsWidget-prefix .ElementsWidget {
    font-size: var(--base-font-size, 16px);
    margin-bottom: 20px;
    --logo-normal: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-logo.svg);
    --logo-inverted: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-logo--inverted.svg);
    --icon-normal: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-icon.svg);
    --icon-inverted: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-icon--inverted.svg)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget {
        font-size: 16px
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__inner {
    display: flex;
    flex-direction: column
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header {
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group {
    display: block !important;
    font-size: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
    font-size: var(--base-font-size, 16px);
    flex-basis: calc(var(--common-sidebar-width, 190px) + 30px);
    width: calc(var(--common-sidebar-width, 190px) + 30px);
    flex-shrink: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
        font-size: 16px;
        flex-basis: 220px;
        width: 220px
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--center {
    flex-grow: 1;
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--center .group__inner {
    margin-bottom: 25px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
    flex-basis: 200px;
    width: 200px;
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--fullwidth {
    flex-basis: 100%;
    width: 100%;
    flex-grow: 1
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
    margin-bottom: 25px !important
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search {
    display: inline-flex;
    flex-grow: 1;
    margin-top: -8px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field {
    max-width: 160px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 38px;
    border-color: transparent
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:hover, .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:focus {
    border-color: var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:hover, .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:focus {
        border-color: rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .HiddenLabel__search {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form {
    flex-basis: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form .R-Button--cancel {
    margin-right: 10px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form .u-hr--top {
    margin-top: 20px;
    margin-bottom: 40px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form .u-hr--bottom {
    margin-top: 20px;
    margin-bottom: 40px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form.isActive {
    max-height: 2000px;
    opacity: 1
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__media {
    margin-bottom: 25px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__list {
    flex-basis: 100%;
    width: 100%
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__list {
        flex: 1 1 auto !important
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 100%
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 40px;
    border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    padding-bottom: 40px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item:last-child {
    margin-bottom: 15px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
        flex: 1 1 auto !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
    position: relative;
    flex-basis: var(--common-sidebar-width, 190px);
    width: var(--common-sidebar-width, 190px);
    flex-shrink: 0;
    padding-right: 20px;
    border-right: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
        flex-basis: 190px;
        width: 190px;
        border-right: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .authorAttributeSliders__item {
    max-width: calc(var(--slider-indicator-width, 190px) - 10px);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .R-SliderIndicator {
    max-width: 100%;
    margin-right: 0
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .R-SliderIndicator .R-flex-row .R-flex-col-xxs-4 {
    flex-basis: 50%;
    max-width: 50%
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .R-SliderIndicator .R-flex-row .R-flex-col-xxs-4:nth-child(2) {
    display: none
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
    flex-grow: 1;
    padding-left: 30px;
    padding-top: 3.1rem;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
        flex: 1 1 auto !important;
        width: calc(100% - 190px)
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .R-RatingStars {
    margin-left: -1px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator .R-TextHeading--xxxs {
    font-size: 0.75em;
    margin-bottom: 0.6125em
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container {
    margin-top: calc(-31px - var(--pagination-tab-text-font-size) * 0.6);
    vertical-align: top;
    position: relative;
    z-index: 4
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container.hasNoPagination {
    margin-top: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo--desktop {
    display: inline-block;
    content: var(--reviewsio-logo-style)
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo--mobile {
    display: none;
    content: var(--reviewsio-icon-style)
}

.ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item {
    flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
    .ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item {
        flex-direction: column
    }
}

.ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__meta {
    padding-left: 25px;
    padding-right: 0;
    border-right: 0;
    border-left: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__meta {
        border-left: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__review {
    padding-left: 0;
    padding-right: 30px
}

.ElementsWidget-prefix .ElementsWidget--bordered .R-ContentList .R-ContentList__item {
    padding: 30px 30px;
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget--bordered .R-ContentList .R-ContentList__item {
        border: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header {
    margin-bottom: 30px !important
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group {
    margin-bottom: 35px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group--center {
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group--center .group__inner {
    margin-bottom: 35px !important
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group--right {
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group .R-Button {
    margin-bottom: 35px !important
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__media {
    margin-bottom: 35px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__subheader {
    padding-bottom: 15px;
    margin-bottom: 60px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .R-ContentList .R-ContentList__item {
    padding-bottom: 60px;
    margin-bottom: 60px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg.ElementsWidget--bordered .R-ContentList .R-ContentList__item {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader {
    display: flex;
    flex-direction: column
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters {
    width: 100%;
    order: 2;
    margin-bottom: 10px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters {
    --dropupdown-bg-color: var(--filters-panel-bg-color, transparent);
    --pagination-tab-text-font-size: var(--filters-panel-font-size, 16px);
    --x-small-star-size: var(--filters-panel-star-size, 16px);
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters {
    width: 100%;
    order: 2;
    cursor: auto;
    border-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .c-filters__triggerButton {
    display: none
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu {
    position: relative;
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
    pointer-events: auto;
    width: 100%;
    box-shadow: none;
    padding: var(--filters-panel-vertical-padding, 0) var(--filters-panel-horizontal-padding, 0) !important;
    display: flex !important;
    flex-direction: column
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner {
    max-height: none;
    overflow-y: visible;
    order: 1
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    column-gap: 20px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group .R-DropUpDownMenu__item {
    padding-left: 0;
    padding-right: 0
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group .R-DropUpDownMenu__item.c-dropdown__group__heading {
    width: 100%
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton {
    order: 2;
    display: inline-block;
    vertical-align: top;
    font-family: var(--common-button-font-family, inherit);
    font-size: var(--common-button-font-size, 16px);
    font-weight: var(--common-button-font-weight, 500);
    line-height: 1.6;
    letter-spacing: var(--common-button-letter-spacing, 0);
    color: var(--primary-button-text-color, #fff);
    background-color: var(--primary-button-bg-color, #0e1311);
    padding: var(--common-button-vertical-padding) var(--common-button-horizontal-padding);
    border: var(--common-button-border-width) solid var(--primary-button-border-color);
    border-radius: var(--common-button-border-radius);
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    text-transform: var(--common-button-text-transform);
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    font-size: 0.75em;
    padding: 5px 10px !important;
    align-self: flex-start;
    margin-bottom: 10px !important
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton + .u-hr {
    display: none
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton .R-TextBody {
    font-size: inherit;
    text-decoration: none !important;
    color: inherit
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters--hideClearButton .R-DropUpDownMenu .c-filters__dropdown__clearButton {
    display: none
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__search {
    order: 1;
    margin-top: -70px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__search .ElementsWidget__search {
    max-width: 280px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__search .ElementsWidget__search .R-Field {
    max-width: none;
    width: 100%
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--tabs {
    position: relative;
    order: 1;
    align-self: flex-end
}

.ElementsWidget-prefix .ElementsWidget .cssVar-authorName {
    font-size: var(--author-font-size, inherit);
    text-transform: var(--author-text-transform, none)
}

.ElementsWidget-prefix .R-XLG .ElementsWidget__header .R-SliderIndicator {
    max-width: 50%
}

.ElementsWidget-prefix .R-LG.ElementsWidget--reverse .R-ContentList .R-ContentList__item {
    flex-direction: column
}

.ElementsWidget-prefix .R-LG.ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__meta {
    border-left: 0;
    padding-left: 0
}

.ElementsWidget-prefix .R-LG.ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__review {
    padding-right: 0
}

.ElementsWidget-prefix .R-LG .ElementsWidget__footer .footer__reviewsLogo--desktop {
    display: none
}

.ElementsWidget-prefix .R-LG .ElementsWidget__footer .footer__reviewsLogo--mobile {
    display: inline-block
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__inner {
    flex-wrap: wrap
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--left {
    flex-basis: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--center {
    flex-basis: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--right {
    flex-basis: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group .R-Button {
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__subheader {
    display: block;
    border-bottom: 0;
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:first-child {
    padding-bottom: 5px;
    border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:first-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:empty {
    display: none
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item {
    flex-direction: column
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__meta {
    width: 100%;
    flex-basis: 100%;
    border-right: 0;
    border-left: 0;
    padding-right: 0
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .authorAttributeSliders__item {
    max-width: 50%
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__review {
    padding-left: 0;
    width: 100%;
    flex-basis: 100%
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator {
    max-width: 50%
}

.ElementsWidget-prefix .R-SM .ElementsWidget__form .R-Button--submit {
    width: 100%;
    order: 1
}

.ElementsWidget-prefix .R-SM .ElementsWidget__form .R-Button--cancel {
    margin-right: 0;
    width: 100%;
    order: 2
}

.ElementsWidget-prefix .R-SM .R-ContentList .R-ContentList__item .item__review .R-DropUpDownMenu--share {
    left: -120%
}

.ElementsWidget-prefix .R-SM.ElementsWidget--spacing-lg .ElementsWidget__subheader .subheader__group:first-child {
    padding-bottom: 15px
}

.ElementsWidget-prefix .R-XSM .ElementsWidget__header .R-SliderIndicator {
    max-width: 100%
}

.ElementsWidget-prefix .R-XSM .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .authorAttributeSliders__item {
    max-width: 100%
}

.ElementsWidget-prefix .R-XSM .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator {
    max-width: 100%
}

.ElementsWidget-prefix .SentimentWidget {
    --base-font-size: 15px;
    --panel-bg-color: transparent;
    --panel-border-size: 1px;
    --panel-border-color: rgba(0, 0, 0, 0.1);
    --panel-border-radius: 0px;
    --panel-shadow-size: 0px;
    --panel-shadow-color: rgba(0, 0, 0, 0.1);
    --heading-text-color: #0E1311;
    --heading-text-font-weight: 600;
    --heading-text-font-family: inherit;
    --heading-text-line-height: 1.4;
    --heading-text-letter-spacing: 0;
    --heading-text-transform: none;
    --body-text-color: #0E1311;
    --body-text-font-weight: 400;
    --body-text-font-family: inherit;
    --body-text-line-height: 1.4;
    --body-text-letter-spacing: 0;
    --body-text-transform: none;
    --panel-vertical-padding: 25px;
    --panel-horizontal-padding: 20px;
    --header-text-color: inherit;
    --header-text-font-size: 12px;
    --header-text-font-weight: inherit;
    --header-bg-color: rgba(0, 0, 0, 0.04);
    --header-border-radius: 50px;
    --header-shadow-size: 0px;
    --header-shadow-color: rgba(0, 0, 0, 0.1);
    --header-vertical-padding: 7px;
    --header-horizontal-padding: 10px;
    --pagination-tab-text-font-size: 13px;
    --pagination-tab-text-font-weight: 600;
    --pagination-tab-text-color: #0E1311;
    --pagination-tab-text-transform: none;
    --pagination-tab-text-letter-spacing: 0;
    --pagination-tab-active-text-color: #0E1311;
    --pagination-tab-active-text-font-weight: 600;
    --pagination-tab-active-border-color: #0E1311;
    --pagination-tab-border-width: 3px
}

.ElementsWidget-prefix .SentimentWidget--embeddedInsideWidget {
    --base-font-size: var(--sentiment-base-font-size, 14px);
    --panel-bg-color: var(--sentiment-panel-bg-color, transparent);
    --panel-border-size: var(--sentiment-panel-border-size, 1px);
    --panel-border-color: var(--sentiment-panel-border-color, rgba(0, 0, 0, 0.1));
    --panel-border-radius: var(--sentiment-panel-border-radius, 0px);
    --panel-shadow-size: var(--sentiment-panel-shadow-size, 0px);
    --panel-shadow-color: var(--sentiment-panel-shadow-color, rgba(0, 0, 0, 0.1));
    --heading-text-color: var(--sentiment-heading-text-color, #0E1311);
    --heading-text-font-weight: var(--sentiment-heading-text-font-weight, 600);
    --heading-text-font-family: var(--sentiment-heading-text-font-family, inherit);
    --heading-text-line-height: var(--sentiment-heading-text-line-height, 1.4);
    --heading-text-letter-spacing: var(--sentiment-heading-text-letter-spacing, 0);
    --heading-text-transform: var(--sentiment-heading-text-transform, none);
    --body-text-color: var(--sentiment-body-text-color, #0E1311);
    --body-text-font-weight: var(--sentiment-body-text-font-weight, 400);
    --body-text-font-family: var(--sentiment-body-text-font-family, inherit);
    --body-text-line-height: var(--sentiment-body-text-line-height, 1.4);
    --body-text-letter-spacing: var(--sentiment-body-text-letter-spacing, 0);
    --body-text-transform: var(--sentiment-body-text-transform, none);
    --panel-vertical-padding: var(--sentiment-panel-vertical-padding, 25px);
    --panel-horizontal-padding: var(--sentiment-panel-horizontal-padding, 20px);
    --header-text-color: var(--sentiment-header-text-color, inherit);
    --header-text-font-size: var(--sentiment-header-text-font-size, 12px);
    --header-text-font-weight: var(--sentiment-header-text-font-weight, inherit);
    --header-bg-color: var(--sentiment-header-bg-color, rgba(0, 0, 0, 0.04));
    --header-border-radius: var(--sentiment-header-border-radius, 50px);
    --header-shadow-size: var(--sentiment-header-shadow-size, 0px);
    --header-shadow-color: var(--sentiment-header-shadow-color, rgba(0, 0, 0, 0.1));
    --header-vertical-padding: var(--sentiment-header-vertical-padding, 7px);
    --header-horizontal-padding: var(--sentiment-header-horizontal-padding, 10px);
    --pagination-tab-text-font-size: var(--sentiment-pagination-tab-text-font-size, 13px);
    --pagination-tab-text-font-weight: var(--sentiment-pagination-tab-text-font-weight, 600);
    --pagination-tab-text-color: var(--sentiment-pagination-tab-text-color, #0E1311);
    --pagination-tab-text-transform: var(--sentiment-pagination-tab-text-transform, none);
    --pagination-tab-text-letter-spacing: var(--sentiment-pagination-tab-text-letter-spacing, 0);
    --pagination-tab-active-text-color: var(--sentiment-pagination-tab-active-text-color, #0E1311);
    --pagination-tab-active-text-font-weight: var(--sentiment-pagination-tab-active-text-font-weight, 600);
    --pagination-tab-active-border-color: var(--sentiment-pagination-tab-active-border-color, #0E1311);
    --pagination-tab-border-width: var(--sentiment-pagination-tab-border-width, 3px)
}

.ElementsWidget-prefix .SentimentWidget {
    font-size: var(--base-font-size, 15px);
    box-shadow: 0 calc(var(--panel-shadow-size, 0px) * 0.25) var(--panel-shadow-size, 0px) -4px var(--panel-shadow-color, rgba(0, 0, 0, 0.2));
    background-color: var(--panel-bg-color);
    border: var(--panel-border-size) solid var(--panel-border-color);
    padding: calc(var(--panel-vertical-padding, 25px) * 1.2) var(--panel-horizontal-padding, 20px) var(--panel-vertical-padding, 25px) var(--panel-horizontal-padding, 20px);
    border-radius: var(--panel-border-radius, 0);
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 1px
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner {
    display: inline-flex;
    background-color: var(--header-bg-color, rgba(0, 0, 0, 0.04));
    border-radius: var(--header-border-radius, 50px);
    box-shadow: 0 calc(var(--header-shadow-size, 0px) * 0.25) var(--header-shadow-size, 0px) -4px var(--header-shadow-color, rgba(0, 0, 0, 0.2));
    padding: var(--header-vertical-padding, 4px) var(--header-horizontal-padding, 10px) var(--header-vertical-padding, 4px) calc(var(--header-horizontal-padding, 16px) * 1.2);
    backdrop-filter: blur(30px)
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner .cssVar-headerText {
    font-size: var(--header-text-font-size, inherit);
    font-weight: var(--header-text-font-weight, inherit);
    color: var(--header-text-color, inherit)
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner .R-IconButton {
    color: var(--heading-text-color, inherit);
    font-size: calc(var(--header-text-font-size, inherit) * 1.3);
    height: calc(var(--header-text-font-size, inherit) * 1.3);
    width: calc(var(--header-text-font-size, inherit) * 1.3);
    margin-left: calc(var(--header-text-font-size, inherit) * 0.2);
    cursor: default
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner .R-IconButton .cssVar-headerIcon {
    color: var(--header-text-color, inherit)
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__content .R-TabControls {
    display: flex;
    column-gap: calc(var(--pagination-tab-text-font-size, 13px) * 1.2);
    row-gap: calc(var(--pagination-tab-text-font-size, 13px) * 0.4);
    margin-bottom: calc(var(--pagination-tab-text-font-size, 13px) * 0.8)
}

@media (max-width: 768px) {

    #dw-section-template--24017466425682__custom_liquid_iRKeHX #ReviewsWidget {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
        flex-direction: column;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
        flex-basis: max-content;
        width: 100%;
        flex-shrink: 1;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
        flex-basis: max-content;
        width: 100%;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
        width: 100%;
    }

    .R-ContentList__item {
        flex-direction: column !important;
    }

    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
        flex-basis: max-content;
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
        padding-left: 0;
        padding-top: 0;
    }
}

.form-control.error .R-Field__input {
    border-color: #e7656e;
}

.ElementsWidget__form small {
    display: none;
}

.ElementsWidget__form .error small {
    border: 1px solid #e7656e;
    color: #e7656e;
    font-size: 11px;
    padding: 1px 4px;
    margin-top: 5px;
    border-radius: 4px;
    display: block;
}


.product-main .btn-busket:not(.inner-busket) {
    background: #A2845E !important;
}

.product-main .btn-busket.inner-busket {
    background: #373F47 !important;
}

.product__content .price__regular {
    display: block !important;
}

.product__content .price__container {

    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.product__content .price__container .price__regular {
    text-decoration: line-through;
    opacity: 0.5;
}


/*** Rating ***/
.rating-heading {
    position: relative;
    margin-bottom: 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.rating-heading-img-holder {
    width: 50%;
}

.rating-heading-img-holder img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.rating-heading-content-holder {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 100%;
}

.rating-heading-content-holder .page-inner {
    display: flex;
    justify-content: flex-end;
}

.rating-heading-content {
    width: 40%;
}

.rating-heading-title {
    margin-bottom: 10px;
}

.rating-heading-lead {
    margin-bottom: 30px;
}

.rating-items {
    margin-bottom: 150px;
}

.rating-item {
    margin-top: 120px;
    margin-bottom: 120px;
}

.rating-item-num {
    margin-bottom: 100px;
    position: relative;

    border-top: 1px solid #E1E1E1;
}

.rating-item-num span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;

    display: block;
    width: 40px;
    height: 40px;

    background-color: #121212;
    border-radius: 50%;

    color: #FFF;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    line-height: 40px;
}

.rating-item-num:after {
    content: "";

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    display: block;
    width: 40px;
    height: 40px;
    padding: 30px;

    background-color: #FFF;
}

.rating-item-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.rating-item-card-img-holder {
    width: 47.5%;
    box-sizing: border-box;
    padding: 20px 9% 0 9%;

}

.rating-item-card-img-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.rating-item-card-content {
    width: 47.5%;
}

.rating-item-card-title {
    margin-bottom: 30px;
}

.rating-item-card-description {
    margin-bottom: 30px;
}


.rating-item-market {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.rating-item-market-price {
    margin-right: 40px;
}

.rating-item-market-btn-holder {
    min-width: 260px;
}

/*** //Rating ***/

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/template-collection.css?17663982223410*/
.collection__header {
    overflow: hidden
}

.collection__header.with-image {
    min-height: 440px;
    display: flex;
    align-items: center;
    width: 100%;
    grid-column: 1 / 4
}

.collection__header.with-image .collection__header-content {
    z-index: 1;
    width: 100%;
    margin-inline: auto;
    margin-top: 10vh
}

.collection__header .collection__header-content {
    max-width: var(--ideal-width)
}

.collection__header.full-width .collection__header-content {
    --ideal-width: 100%
}

.collection__header-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.collection__header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.collection__header-image .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--overlay-gradient)
}

.collection__body {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.collection-actions {
    --vertical-padding: 0;
    --horizontal-padding: var(--gutter);
    --inner-gutter: 8px;
    display: flex;
    align-items: center;
    gap: var(--inner-gutter);
    padding-top: var(--vertical-padding);
    font-size: 1.4rem
}

.active-filters {
    --inner-gutter: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--inner-gutter);
    margin-bottom: 16px;
    font-size: 1.4rem
}

@media only screen and (max-width: 767px) {
    .active-filters {
        padding: 0 var(--gutter)
    }
}

@supports not (inset: 10px) {
    .active-filters > * {
        margin: 0 var(--inner-gutter) var(--inner-gutter) 0
    }
}

.active-filters__remove-filter {
    padding: 0 6px;
    border: solid 1px var(--primary-borders);
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.active-filters__remove-filter svg {
    margin-left: var(--inner-gutter);
    width: 1.6rem;
    height: 1.6rem
}

.collection-actions__filter-button {
    padding-right: var(--horizontal-padding)
}

.collection-actions__filter-button svg {
    min-width: 16px
}

@media only screen and (max-width: 767px) {
    .mobile-full-width .collection-actions__sort-by {
        padding-right: var(--horizontal-padding)
    }

    .mobile-full-width .collection-actions__filter-button {
        padding-left: var(--horizontal-padding)
    }
}

.full-width .collection-actions__sort-by {
    padding-right: var(--horizontal-padding)
}

.full-width .collection-actions__filter-button {
    padding-left: var(--horizontal-padding)
}

.collection-actions__sort-by {
    margin-left: auto;
    display: flex
}

.collection-actions__sort-by select, .collection-actions__filter-button {
    padding-top: var(--vertical-padding);
    padding-bottom: var(--vertical-padding);
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center
}

.collection-actions__sort-by select {
    padding-right: 20px;
    width: 100%;
    text-align: right
}

.collection-actions__sort-by label {
    position: relative;
    display: flex
}

.collection-actions__sort-by svg {
    top: 50%;
    right: 0;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%)
}

.empty-collection {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/component-modals.css?17663982222434*/
[data-modal]{--modal-level: 9999;--modal-max-size: 500px;--modal-radius: 0px;--modal-size: calc(100% - calc(var(--gutter) * 2));--modal-max-height: 75vh;visibility:hidden;opacity:0;transition:opacity .3s ease;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}[data-modal-dialog]{z-index:var(--modal-level);width:var(--modal-size);max-width:var(--modal-max-size);padding:var(--modal-spacing);border-radius:var(--modal-radius);background-color:var(--modals-and-drawers-background);color:var(--modals-and-drawers-foreground);opacity:0;transform:translateY(-1rem);transition:opacity .3s ease,transform .3s ease;transition-delay:.2s;max-height:var(--modal-max-height);overflow:scroll}[data-modal]:target,[data-modal].is-open{visibility:visible;opacity:1;z-index:var(--modal-level)}[data-modal] [data-modal-header]{padding:var(--gutter);display:flex;justify-content:space-between;align-items:center}[data-modal] [data-modal-body]{padding:0 var(--gutter) var(--gutter) var(--gutter)}[data-modal] [data-modal-body]>*+*{--spacing: var(--gutter);margin-top:var(--spacing)}[data-modal]:target [data-modal-dialog],[data-modal].is-open [data-modal-dialog]{opacity:1;transform:translateY(0)}[data-modal-close]{display:grid;place-content:center;min-width:4.8rem;min-height:4.8rem;position:absolute;right:0}[data-modal]:target>[data-modal-overlay],[data-modal].is-open>[data-modal-overlay]{opacity:1}[data-modal] :where(iframe,img){max-width:100%}modal-geo [data-modal-content]{display:flex;flex-direction:column;padding:0 var(--gutter) var(--gutter) var(--gutter)}@media only screen and (min-width: 768px){modal-geo [data-modal-content]{padding:0 calc(var(--gutter) * 3) calc(var(--gutter) * 2) calc(var(--gutter) * 3)}}modal-geo #dialog{overflow:visible}.geo-modal-trigger{display:flex;align-items:center;cursor:pointer}#modal-size-guide table :where(h1,h2,h3,h4,h5,h6){font-size:.9rem}#modal-size-guide table{font-size:.9rem}@media only screen and (max-width: 767px){#modal-size-guide[data-modal]{--modal-size: 100%}#modal-size-guide[data-modal] [data-modal-body]{padding:0 8px}}@media only screen and (min-width: 768px){#modal-size-guide table :where(h1,h2,h3,h4,h5,h6){font-size:1.2rem}#modal-size-guide table{font-size:1.2rem}#modal-size-guide [data-modal-dialog]{--modal-spacing: 0 4rem}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/component-modals.css.map?v=164000044290095974811725355452 */

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/template-product.css?17663982228081*/
.product__content {
    position: relative;
    margin-top: 24px;
    padding-bottom: var(--gutter)
}

.product-block {
    --margin-top: 0px;
    margin-top: var(--margin-top)
}

.product-block__collapsible_tab {
    border-bottom: 1px solid var(--primary-borders)
}

.product-block__collapsible_tab > * {
    padding: 15px 0
}

.product__tax {
    margin-top: 4px
}

product-slider-component {
    --items-per-row-desktop: 1;
    --items-per-row-tablet: 1;
    --items-per-row-mobile: 1
}

product-slider-component .splide__list {
    --gap: 0px !important
}

.product__media-page-number {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: none;
    pointer-events: none;
    left: calc(min(15vw, 60px) / 2)
}

[data-dw-xr]:not([data-dw-xr-hidden]) + .product__media-page-number {
    bottom: 44px
}

@media only screen and (max-width: 767px) {
    .product__media--grid:not(.is-initialized) [data-class=splide__list] {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: hidden
    }

    .product__media--grid:not(.is-initialized) [data-class=splide__slide] {
        display: none
    }

    .product__media--grid:not(.is-initialized) [data-class=splide__slide]:first-child {
        width: 100%;
        display: block;
        flex: 1 0 auto
    }

    .product__media {
        --grid-gap: 0px !important
    }

    .product__media .splide__slide {
        --width: 100% !important
    }

    .product__content h1, .product__content .price {
        font-size: 1.6rem
    }

    .product-block {
        padding: 0 var(--gutter)
    }

    .product-block__collapsible_tab {
        margin: var(--margin-top) var(--gutter) 0 var(--gutter);
        padding-left: 0;
        padding-right: 0
    }

    .product__media-page-number {
        display: block;
        font-size: 1.3rem;
        left: var(--gutter)
    }
}

@supports (mix-blend-mode: difference) {
    .product__media .splide__arrow {
        mix-blend-mode: difference;
        color: #fff
    }
}

.sibling-slider .media:before {
    --opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--primary-foreground);
    opacity: var(--opacity);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .3s ease-in-out
}

.sibling-slider .current-product .media:before {
    --opacity: .2
}

.product__media--traditional .product__media-page-number {
    display: block
}

.thumbnail-splide .splide__slide {
    width: 20%
}

.product__media .splide__track {
    transition: height .2s ease-in-out
}

.product__media .splide__slide {
    align-self: flex-start
}

.product__sales-text ul {
    list-style: none;
    margin: 0;
}

@media (hover: hover) {
    .thumbnail-splide .splide__slide {
        cursor: pointer
    }

    .product__media--traditional .splide__slide {
        cursor: grab
    }

    .sibling-slider .splide__slide:hover .media:before {
        --opacity: .4
    }

    .sibling-slider .splide__arrows {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 100%;
        justify-content: space-between;
        transform: translateY(-50%);
        height: 0
    }

    .sibling-slider .splide__arrow:not(:focus-visible) {
        transition: opacity .3s ease-in-out;
        opacity: 0 !important
    }

    .sibling-slider:hover .splide__arrow {
        opacity: 1 !important
    }

    .sibling-slider .splide__arrow--prev {
        transform: translate(-100%)
    }

    .sibling-slider .splide__arrow--next {
        transform: translate(100%)
    }
}

.product__media--traditional:not(.is-initialized) [data-class=splide__slide] {
    display: none
}

.product__media--traditional:not(.is-initialized) [data-class=splide__slide]:first-child {
    width: 100%;
    display: block;
    flex: 1 0 auto
}

.product__main-info {
    display: flex;
    justify-content: space-between
}

.product__main-info .product-block__price {
    flex: 0 0 150px;
    justify-content: flex-end;
    display: flex
}

.product__main-info .price--on-sale .price__sale {
    justify-content: flex-end
}

.drawer-content--payments ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

@supports not (inset: 10px) {
    .drawer-content--payments ul > li {
        margin: 0 8px 8px 0
    }
}

.drawer-content--payments ul li img {
    border: 1px solid #eee;
    border-radius: 2px
}

@media only screen and (min-width: 768px) {
    .product__media + .thumbnail-splide {
        margin-top: var(--gutter);
        display: block
    }

    .product__content {
        padding: var(--gutter) 0;
        background-color: var(--product-page-background);
        margin-top: 0
    }

    .product__content h1, .product__content .price {
        font-size: 2.4rem;
        line-height: 1.4
    }

    .product__content .sticky {
        position: sticky;
        margin-top: 0;
        top: var(--sticky-header-margin-top)
    }

    .product-main .product__content .sticky {
        padding: 80px max(5vw, 60px)
    }

    .product-main .product__content .no-sticky {
        padding: 40px max(5vw, 60px);
        max-width: 1200px;
        margin: 0 auto
    }

    .product__media--traditional:not(.is-initialized) [data-class=splide__list] {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: hidden
    }
}

.product__media .splide__arrows.js-hide-arrows {
    pointer-events: none;
    color: #0000
}

.product__media.is-initialized .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: color .16s ease-in-out
}

.product__media.is-initialized .splide__arrows:not(.js-hide-arrows) {
    pointer-events: revert;
    color: revert
}

.product__media:not(.is-initialized) .splide__arrows {
    display: none !important
}

.product__media .splide__arrow {
    place-content: revert;
    padding: 0;
    min-width: min(15vw, 60px);
    height: min(15vw, 60px);
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.product__media .splide__arrow--prev {
    left: 0
}

.product__media .splide__arrow--next {
    right: 0
}

.product__media .media:not(.natural) iframe {
    width: 300%;
    left: -100%;
    max-width: none
}

.product__media .media--model[data-dw-xr-loaded] {
    margin-bottom: 44px
}

[data-drawer] .accordion__content {
    padding: 0 var(--drawer-padding) var(--drawer-padding)
}

.similar-collections ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

@supports not (inset: 10px) {
    .similar-collections ul li {
        margin: 0 8px 0 0
    }
}

.similar-collections ul > li a {
    text-decoration: underline
}

.preorder--info {
    font-size: 1.3rem;
    text-align: center
}

.photoswipe__image {
    cursor: zoom-in
}

[data-product-details] ul li {
    display: flex;
    padding: 8px 0;
    gap: 0 70px;
}

[data-product-details] ul li:last-of-type {
    border-bottom: 0
}

[data-product-details] ul li span:last-of-type {
    text-align: start;
    color: #9D9D9D;
}

[data-product-details] ul li span:first-child {
    min-width: 40%;
}

.product__content .size-guide-trigger.btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-main product-slider-component .product-wishlist {
    position: absolute;
    right: max(2%, 20px);
    bottom: max(10%, 20px);
    z-index: 1;
    box-shadow: 0 2px 6px #00000026;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 768px){
    [data-product-details] ul li span:first-child {
        min-width: auto;
    }

    [data-product-details] ul li span:last-of-type {
        text-align: end;
    }

    [data-product-details] ul li {
        justify-content: space-between;
    }
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/section-shipping-methods.css?1766398222439*/
.shipping-methods__method {
  border-bottom: 1px solid var(--primary-borders);
}

.shipping-methods__method:last-of-type {
  border-bottom: none;
}

.shipping-methods__info {
  display: flex;
  justify-content: space-between;
}

.shipping-methods__title {
  display: flex;
  align-items: center;
  flex: 1;
}

.shipping-methods__image img {
  max-width: 50px;
}

.shipping-methods__text ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/nuggets-widget.css?1766398222218806*/
.NuggetsWidget-prefix {
    text-align: center
}

.NuggetsWidget-prefix .R-flex-wrapper {
    box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto
}

.NuggetsWidget-prefix .R-flex-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.NuggetsWidget-prefix .R-flex-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.NuggetsWidget-prefix .R-flex-row--noMargin {
    margin-left: 0;
    margin-right: 0
}

.NuggetsWidget-prefix .R-flex-row.R-flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.NuggetsWidget-prefix .R-flex-col.R-flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.NuggetsWidget-prefix .R-flex-col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.NuggetsWidget-prefix .R-flex-col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.NuggetsWidget-prefix .R-flex-col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.NuggetsWidget-prefix .R-flex-col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.NuggetsWidget-prefix .R-flex-col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 0
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%
}

.NuggetsWidget-prefix .R-flex-col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%
}

.NuggetsWidget-prefix .R-flex-col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.NuggetsWidget-prefix .R-flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
}

.NuggetsWidget-prefix .R-flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

.NuggetsWidget-prefix .R-flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.NuggetsWidget-prefix .R-flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.NuggetsWidget-prefix .R-flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.NuggetsWidget-prefix .R-flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.NuggetsWidget-prefix .R-flex-baseline-xs {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline
}

.NuggetsWidget-prefix .R-flex-around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.NuggetsWidget-prefix .R-flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.NuggetsWidget-prefix .R-flex-first-xs {
    order: -1
}

.NuggetsWidget-prefix .R-flex-last-xs {
    order: 1
}

@media only screen and (min-width: 12.5em) {
    .NuggetsWidget-prefix .R-flex-container {
        width:11.98rem
    }

    .NuggetsWidget-prefix .R-flex-col-xxs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xxs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .NuggetsWidget-prefix .R-flex-start-xxs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .NuggetsWidget-prefix .R-flex-center-xxs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .NuggetsWidget-prefix .R-flex-end-xxs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .NuggetsWidget-prefix .R-flex-top-xxs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .NuggetsWidget-prefix .R-flex-middle-xxs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .NuggetsWidget-prefix .R-flex-bottom-xxs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .NuggetsWidget-prefix .R-flex-baseline-xxs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .NuggetsWidget-prefix .R-flex-around-xxs {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .NuggetsWidget-prefix .R-flex-between-xxs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .NuggetsWidget-prefix .R-flex-first-xxs {
        order: -1
    }

    .NuggetsWidget-prefix .R-flex-last-xxs {
        order: 1
    }
}

@media only screen and (min-width: 30em) {
    .NuggetsWidget-prefix .R-flex-container {
        width:28.75rem
    }

    .NuggetsWidget-prefix .R-flex-col-xs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .NuggetsWidget-prefix .R-flex-col-xs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-xs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .NuggetsWidget-prefix .R-flex-start-xs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .NuggetsWidget-prefix .R-flex-center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .NuggetsWidget-prefix .R-flex-end-xs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .NuggetsWidget-prefix .R-flex-top-xs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .NuggetsWidget-prefix .R-flex-middle-xs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .NuggetsWidget-prefix .R-flex-bottom-xs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .NuggetsWidget-prefix .R-flex-baseline-xs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .NuggetsWidget-prefix .R-flex-around-xs {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .NuggetsWidget-prefix .R-flex-between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .NuggetsWidget-prefix .R-flex-first-xs {
        order: -1
    }

    .NuggetsWidget-prefix .R-flex-last-xs {
        order: 1
    }
}

@media only screen and (min-width: 48em) {
    .NuggetsWidget-prefix .R-flex-container {
        width:46rem
    }

    .NuggetsWidget-prefix .R-flex-col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .NuggetsWidget-prefix .R-flex-col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .NuggetsWidget-prefix .R-flex-start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .NuggetsWidget-prefix .R-flex-center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .NuggetsWidget-prefix .R-flex-end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .NuggetsWidget-prefix .R-flex-top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .NuggetsWidget-prefix .R-flex-middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .NuggetsWidget-prefix .R-flex-bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .NuggetsWidget-prefix .R-flex-baseline-sm {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .NuggetsWidget-prefix .R-flex-around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .NuggetsWidget-prefix .R-flex-between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .NuggetsWidget-prefix .R-flex-first-sm {
        order: -1
    }

    .NuggetsWidget-prefix .R-flex-last-sm {
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .NuggetsWidget-prefix .R-flex-container {
        width:61rem
    }

    .NuggetsWidget-prefix .R-flex-col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .NuggetsWidget-prefix .R-flex-col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .NuggetsWidget-prefix .R-flex-start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .NuggetsWidget-prefix .R-flex-center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .NuggetsWidget-prefix .R-flex-end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .NuggetsWidget-prefix .R-flex-top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .NuggetsWidget-prefix .R-flex-middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .NuggetsWidget-prefix .R-flex-bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .NuggetsWidget-prefix .R-flex-baseline-md {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .NuggetsWidget-prefix .R-flex-around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .NuggetsWidget-prefix .R-flex-between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .NuggetsWidget-prefix .R-flex-first-md {
        order: -1
    }

    .NuggetsWidget-prefix .R-flex-last-md {
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .NuggetsWidget-prefix .R-flex-container {
        width:71rem
    }

    .NuggetsWidget-prefix .R-flex-col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .NuggetsWidget-prefix .R-flex-col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .NuggetsWidget-prefix .R-flex-col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .NuggetsWidget-prefix .R-flex-start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .NuggetsWidget-prefix .R-flex-center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .NuggetsWidget-prefix .R-flex-end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .NuggetsWidget-prefix .R-flex-top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .NuggetsWidget-prefix .R-flex-middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .NuggetsWidget-prefix .R-flex-bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .NuggetsWidget-prefix .R-flex-baseline-lg {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .NuggetsWidget-prefix .R-flex-around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .NuggetsWidget-prefix .R-flex-between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .NuggetsWidget-prefix .R-flex-first-lg {
        order: -1
    }

    .NuggetsWidget-prefix .R-flex-last-lg {
        order: 1
    }
}

.NuggetsWidget-prefix .u-marginBottom--neg--xxs {
    margin-bottom: -3px
}

.NuggetsWidget-prefix .u-marginBottom--neg--xs {
    margin-bottom: -5px
}

.NuggetsWidget-prefix .u-marginBottom--none {
    margin-bottom: 0 !important
}

.NuggetsWidget-prefix .u-marginBottom--xxs {
    margin-bottom: 3px !important
}

.NuggetsWidget-prefix .u-marginBottom--xs {
    margin-bottom: 5px !important
}

.NuggetsWidget-prefix .u-marginBottom--sm {
    margin-bottom: 10px !important
}

.NuggetsWidget-prefix .u-marginBottom--md {
    margin-bottom: 20px !important
}

.NuggetsWidget-prefix .u-marginBottom--lg {
    margin-bottom: 30px !important
}

.NuggetsWidget-prefix .u-marginBottom--xlg {
    margin-bottom: 50px !important
}

.NuggetsWidget-prefix .u-marginBottom--xxlg {
    margin-bottom: 70px !important
}

.NuggetsWidget-prefix .u-marginBottom--xxxlg {
    margin-bottom: 100px !important
}

.NuggetsWidget-prefix .u-marginTop--neg--xxs {
    margin-top: -3px
}

.NuggetsWidget-prefix .u-marginTop--neg--xs {
    margin-top: -5px
}

.NuggetsWidget-prefix .u-marginTop--none {
    margin-top: 0 !important
}

.NuggetsWidget-prefix .u-marginTop--xxs {
    margin-top: 3px !important
}

.NuggetsWidget-prefix .u-marginTop--xs {
    margin-top: 5px !important
}

.NuggetsWidget-prefix .u-marginTop--sm {
    margin-top: 10px !important
}

.NuggetsWidget-prefix .u-marginTop--md {
    margin-top: 20px !important
}

.NuggetsWidget-prefix .u-marginTop--lg {
    margin-top: 30px !important
}

@media screen and (min-width: 993px) {
    .NuggetsWidget-prefix .u-marginTop--lg--desktop--sm {
        margin-top:30px !important
    }
}

.NuggetsWidget-prefix .u-marginTop--xlg {
    margin-top: 50px !important
}

.NuggetsWidget-prefix .u-marginTop--xxlg {
    margin-top: 70px !important
}

.NuggetsWidget-prefix .u-marginTop--xxxlg {
    margin-top: 100px !important
}

.NuggetsWidget-prefix .u-marginRight--neg--xxs {
    margin-right: -3px
}

.NuggetsWidget-prefix .u-marginRight--neg--xs {
    margin-right: -5px
}

.NuggetsWidget-prefix .u-marginRight--none {
    margin-right: 0 !important
}

.NuggetsWidget-prefix .u-marginRight--xs {
    margin-right: 5px !important
}

.NuggetsWidget-prefix .u-marginRight--sm {
    margin-right: 10px !important
}

.NuggetsWidget-prefix .u-marginRight--md {
    margin-right: 20px !important
}

.NuggetsWidget-prefix .u-marginRight--lg {
    margin-right: 30px !important
}

.NuggetsWidget-prefix .u-marginLeft--neg--xxs {
    margin-left: -3px
}

.NuggetsWidget-prefix .u-marginLeft--neg--xs {
    margin-left: -5px
}

.NuggetsWidget-prefix .u-marginLeft--none {
    margin-left: 0 !important
}

.NuggetsWidget-prefix .u-marginLeft--xs {
    margin-left: 5px !important
}

.NuggetsWidget-prefix .u-marginLeft--sm {
    margin-left: 10px !important
}

.NuggetsWidget-prefix .u-marginLeft--md {
    margin-left: 20px !important
}

.NuggetsWidget-prefix .u-marginLeft--lg {
    margin-left: 30px !important
}

.NuggetsWidget-prefix .u-paddingBottom--none {
    padding-bottom: 0 !important
}

.NuggetsWidget-prefix .u-paddingBottom--sm {
    padding-bottom: 10px !important
}

.NuggetsWidget-prefix .u-paddingBottom--md {
    padding-bottom: 20px !important
}

.NuggetsWidget-prefix .u-paddingBottom--lg {
    padding-bottom: 30px !important
}

.NuggetsWidget-prefix .u-paddingBottom--xlg {
    padding-bottom: 50px !important
}

.NuggetsWidget-prefix .u-paddingBottom--xxlg {
    padding-bottom: 70px !important
}

.NuggetsWidget-prefix .u-paddingBottom--xxxlg {
    padding-bottom: 100px !important
}

.NuggetsWidget-prefix .u-paddingTop--none {
    padding-top: 0 !important
}

.NuggetsWidget-prefix .u-paddingTop--sm {
    padding-top: 10px !important
}

.NuggetsWidget-prefix .u-paddingTop--md {
    padding-top: 20px !important
}

.NuggetsWidget-prefix .u-paddingTop--lg {
    padding-top: 30px !important
}

.NuggetsWidget-prefix .u-paddingTop--xlg {
    padding-top: 50px !important
}

.NuggetsWidget-prefix .u-paddingTop--xxlg {
    padding-top: 70px !important
}

.NuggetsWidget-prefix .u-paddingTop--xxxlg {
    padding-top: 100px !important
}

.NuggetsWidget-prefix .u-paddingRight--none {
    padding-right: 0 !important
}

.NuggetsWidget-prefix .u-paddingRight--xxs {
    padding-right: 2px !important
}

.NuggetsWidget-prefix .u-paddingRight--xs {
    padding-right: 5px !important
}

.NuggetsWidget-prefix .u-paddingRight--sm {
    padding-right: 10px !important
}

.NuggetsWidget-prefix .u-paddingRight--md {
    padding-right: 20px !important
}

.NuggetsWidget-prefix .u-paddingRight--lg {
    padding-right: 30px !important
}

.NuggetsWidget-prefix .u-paddingRight--xlg {
    padding-right: 50px !important
}

.NuggetsWidget-prefix .u-paddingRight--xxlg {
    padding-right: 70px !important
}

.NuggetsWidget-prefix .u-paddingRight--xxxlg {
    padding-right: 100px !important
}

.NuggetsWidget-prefix .u-paddingLeft--none {
    padding-left: 0 !important
}

.NuggetsWidget-prefix .u-paddingLeft--xxs {
    padding-left: 2px !important
}

.NuggetsWidget-prefix .u-paddingLeft--xs {
    padding-left: 5px !important
}

.NuggetsWidget-prefix .u-paddingLeft--sm {
    padding-left: 10px !important
}

.NuggetsWidget-prefix .u-paddingLeft--md {
    padding-left: 20px !important
}

.NuggetsWidget-prefix .u-paddingLeft--lg {
    padding-left: 30px !important
}

.NuggetsWidget-prefix .u-paddingLeft--xlg {
    padding-left: 50px !important
}

.NuggetsWidget-prefix .u-paddingLeft--xxlg {
    padding-left: 70px !important
}

.NuggetsWidget-prefix .u-paddingLeft--xxxlg {
    padding-left: 100px !important
}

.NuggetsWidget-prefix .u-textLeft {
    text-align: left !important
}

.NuggetsWidget-prefix .u-textCenter {
    text-align: center !important
}

.NuggetsWidget-prefix .u-textCenter--all {
    text-align: center !important
}

@media (min-width: 993px) {
    .NuggetsWidget-prefix .u-textCenter--desktop--sm {
        text-align:center !important
    }
}

@media (max-width: 992px) {
    .NuggetsWidget-prefix .u-textCenter--tablet--lg {
        text-align:center !important
    }
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .u-textCenter--tablet--md {
        text-align:center !important
    }
}

@media (max-width: 767px) {
    .NuggetsWidget-prefix .u-textCenter--tablet--sm {
        text-align:center !important
    }
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .u-textCenter--phone--lg {
        text-align:center !important
    }
}

@media (max-width: 480px) {
    .NuggetsWidget-prefix .u-textCenter--phone--md {
        text-align:center !important
    }
}

.NuggetsWidget-prefix .u-textRight {
    text-align: right !important
}

.NuggetsWidget-prefix .u-textRight--all {
    text-align: right !important
}

.NuggetsWidget-prefix .u-textLeft--all {
    text-align: left !important
}

.NuggetsWidget-prefix .u-hidden--all {
    display: none !important
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .u-hidden--phone--lg {
        display:none !important
    }
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .u-hidden--tablet--md {
        display:none !important
    }
}

@media (max-width: 992px) {
    .NuggetsWidget-prefix .u-hidden--tablet--lg {
        display:none !important
    }
}

.NuggetsWidget-prefix .u-visible--phone--lg {
    display: none !important
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .u-visible--phone--lg {
        display:inline-block !important
    }
}

.NuggetsWidget-prefix .u-visible--phone--lg--block {
    display: none !important
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .u-visible--phone--lg--block {
        display:block !important
    }
}

.NuggetsWidget-prefix .u-visible--tablet--md {
    display: none !important
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .u-visible--tablet--md {
        display:inline-block !important
    }
}

.NuggetsWidget-prefix .u-visible--tablet--lg {
    display: none !important
}

@media (max-width: 992px) {
    .NuggetsWidget-prefix .u-visible--tablet--lg {
        display:inline-block !important
    }
}

.NuggetsWidget-prefix .u-visible--desktop--sm {
    display: none !important
}

@media (min-width: 993px) {
    .NuggetsWidget-prefix .u-visible--desktop--sm {
        display:inline-block !important
    }
}

.NuggetsWidget-prefix .u-whiteSpace--prewrap {
    white-space: pre-wrap;
    word-break: break-word
}

.NuggetsWidget-prefix .u-whiteSpace--nowrap {
    white-space: nowrap;
    word-break: nowrap
}

.NuggetsWidget-prefix .u-overflow--hidden {
    overflow: hidden !important
}

.NuggetsWidget-prefix .u-textCapitalized {
    text-transform: capitalize
}

.NuggetsWidget-prefix .u-textLowercase {
    text-transform: lowercase
}

.NuggetsWidget-prefix .u-textSentenceCase:first-letter {
    text-transform: capitalize !important
}

.NuggetsWidget-prefix .u-cursorPointer {
    cursor: pointer !important
}

.NuggetsWidget-prefix .u-cursorDefault {
    cursor: default !important
}

.NuggetsWidget-prefix .u-wordBreak--wordBreak {
    word-break: break-word !important
}

.NuggetsWidget-prefix .u-wordBreak--wordAll {
    word-break: break-all !important
}

.NuggetsWidget-prefix .u-textOverflow--elipsis {
    text-overflow: ellipsis
}

.NuggetsWidget-prefix .u-textEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.NuggetsWidget-prefix .u-textTrim--1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.NuggetsWidget-prefix .u-textTrim--2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.NuggetsWidget-prefix .u-textTrim--3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.NuggetsWidget-prefix .u-textTrim--4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.NuggetsWidget-prefix .u-textTrim--onHoverShowAll:hover {
    -webkit-line-clamp: initial
}

.NuggetsWidget-prefix .u-positionRelative {
    position: relative !important
}

.NuggetsWidget-prefix .u-positionStatic {
    position: static !important
}

.NuggetsWidget-prefix .u-hr {
    display: block;
    height: 1px;
    border-width: var(--common-border-width, 1px);
    border-style: solid;
    border-color: var(--common-border-color, rgba(0,0,0,0.15));
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .u-hr {
        border-width: 1px;
        border-color: rgba(0,0,0,0.15)
    }
}

.NuggetsWidget-prefix .u-hr--dashed {
    border-width: var(--common-border-width, 1px);
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .u-hr--dashed {
        border-width: 1px
    }
}

.NuggetsWidget-prefix .u-hr--margin-sm {
    margin-top: 20px;
    margin-bottom: 20px
}

.NuggetsWidget-prefix .u-hr--margin-md {
    margin-top: 30px;
    margin-bottom: 30px
}

.NuggetsWidget-prefix .u-hr--margin-lg {
    margin-top: 50px;
    margin-bottom: 50px
}

.NuggetsWidget-prefix .u-displayFlex {
    display: flex
}

.NuggetsWidget-prefix .u-displayInlineFlex {
    display: inline-flex
}

.NuggetsWidget-prefix .u-flexJustifyContent--center,.NuggetsWidget-prefix .u-justifyContent--center {
    justify-content: center !important
}

.NuggetsWidget-prefix .u-flexJustifyContent--between {
    justify-content: space-between !important
}

.NuggetsWidget-prefix .u-flexJustifyContent--start {
    justify-content: flex-start !important
}

.NuggetsWidget-prefix .u-flexAlignItems--stretch {
    align-items: stretch !important
}

.NuggetsWidget-prefix .u-flexAlignItems--center {
    align-items: center !important
}

.NuggetsWidget-prefix .u-flexAlignItems--start {
    align-items: flex-start !important
}

.NuggetsWidget-prefix .u-flexDirection--row {
    flex-direction: row !important
}

.NuggetsWidget-prefix .u-flexDirection--column {
    flex-direction: column !important
}

.NuggetsWidget-prefix .u-flexWrap--wrap {
    flex-wrap: wrap
}

.NuggetsWidget-prefix .u-flexWrap--noWrap {
    flex-wrap: nowrap
}

.NuggetsWidget-prefix .u-flexGrow {
    flex-grow: 1
}

.NuggetsWidget-prefix .u-height--100 {
    height: 100%
}

.NuggetsWidget-prefix .u-width--100 {
    width: 100%
}

.NuggetsWidget-prefix .u-maxWidth--240 {
    width: 100%;
    max-width: 240px
}

.NuggetsWidget-prefix .u-maxWidth--320 {
    width: 100%;
    max-width: 320px
}

.NuggetsWidget-prefix .u-maxWidth--380 {
    width: 100%;
    max-width: 380px
}

.NuggetsWidget-prefix .u-maxWidth--480 {
    width: 100%;
    max-width: 480px
}

.NuggetsWidget-prefix .u-maxWidth--640 {
    width: 100%;
    max-width: 640px
}

.NuggetsWidget-prefix .u-maxWidth--768 {
    width: 100%;
    max-width: 768px
}

@media screen and (min-width: 768px) {
    .NuggetsWidget-prefix .u-scrollableMaxHeight--480--desktop {
        max-height:480px;
        overflow-y: auto
    }
}

.NuggetsWidget-prefix .u-displayBlock {
    display: block !important
}

.NuggetsWidget-prefix .u-inlineBlock,.NuggetsWidget-prefix .u-displayInlineBlock {
    display: inline-block
}

.NuggetsWidget-prefix .u-verticalAlign--middle {
    vertical-align: middle !important
}

.NuggetsWidget-prefix .u-verticalAlign--top {
    vertical-align: top !important
}

.NuggetsWidget-prefix .u-pointerEvents--none {
    pointer-events: none !important
}

.NuggetsWidget-prefix .u-floatRight {
    float: right
}

.NuggetsWidget-prefix .u-floatLeft {
    float: left
}

.NuggetsWidget-prefix .u-removeWhitespace {
    font-size: 0
}

.NuggetsWidget-prefix .u-isDisabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: default
}

.NuggetsWidget-prefix .u-textDecoration--underline {
    text-decoration: underline
}

.NuggetsWidget-prefix .u-filterBlur--4 {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.NuggetsWidget-prefix .u-transitionAll--03 {
    transition: all 0.3s ease-in-out
}

.NuggetsWidget-prefix .u-transitionAll--05 {
    transition: all 0.5s ease-in-out
}

.NuggetsWidget-prefix .u-flipItem--x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.NuggetsWidget-prefix .u-rowGap--xxs {
    grid-row-gap: 3px
}

.NuggetsWidget-prefix .u-rowGap--xs {
    grid-row-gap: 5px
}

.NuggetsWidget-prefix .u-rowGap--sm {
    grid-row-gap: 10px
}

.NuggetsWidget-prefix .u-rowGap--md {
    grid-column-gap: 15px
}

.NuggetsWidget-prefix .u-columnGap--xxs {
    grid-column-gap: 3px
}

.NuggetsWidget-prefix .u-columnGap--xs {
    grid-column-gap: 5px
}

.NuggetsWidget-prefix .u-columnGap--sm {
    grid-column-gap: 10px
}

.NuggetsWidget-prefix .u-columnGap--md {
    grid-column-gap: 15px
}

@keyframes GlobalLoaderAnimation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes GlobalLoaderAnimation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.NuggetsWidget-prefix .R-GlobalLoader {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: rgba(0,0,0,0.15);
    border-bottom-color: rgba(255,255,255,0);
    border-left-color: rgba(0,0,0,0.15);
    border-right-color: rgba(255,255,255,0);
    -webkit-animation: GlobalLoaderAnimation 0.7s ease-in-out infinite;
    animation: GlobalLoaderAnimation 0.7s ease-in-out infinite
}

.NuggetsWidget-prefix .R-GlobalLoader--sm {
    width: 25px;
    height: 25px;
    border-width: 3px
}

.NuggetsWidget-prefix .R-StarLoader {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    margin-top: 50px;
    min-height: 170px
}

.NuggetsWidget-prefix .R-StarLoader.isActive {
    display: inline-block
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__svg {
    width: 60px
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__description {
    margin-top: -5px;
    display: none
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__messageSlider .messageSlider__item {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.25s, opacity 0.25s
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__messageSlider .messageSlider__item.isVisible {
    max-height: 80px;
    opacity: 1;
    transition: max-height 0.25s, opacity 1s
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__link {
    position: relative;
    display: inline-block;
    background-color: rgba(17,177,167,0.2);
    font-weight: 500;
    color: #11B1A7;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: -1px;
    margin-bottom: -1px
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__link .link__icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 0px
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__link--underline {
    padding-bottom: 2px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__link--underline:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #11B1A7
}

.NuggetsWidget-prefix .R-StarLoader .R-StarLoader__emoji {
    font-size: 18px;
    position: relative;
    top: 2px
}

.NuggetsWidget-prefix .R-StarLoader .outer {
    fill: transparent;
    stroke: #fff;
    stroke-width: 6px;
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: R-draw 4s infinite
}

.NuggetsWidget-prefix .R-StarLoader .inner {
    fill: #fff;
    transform-origin: center;
    animation: R-fadeIn 4s infinite
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-StarLoader .inner {
        display: none
    }
}

@keyframes R-fadeIn {
    0% {
        opacity: 1;
        transform: scale(4.95) translate(44%, 43.9%)
    }

    50% {
        opacity: 0.8;
        transform: scale(4.25) translate(44%, 43.9%)
    }

    100% {
        opacity: 1;
        transform: scale(4.95) translate(44%, 43.9%)
    }
}

@keyframes R-draw {
    0% {
        transform: scale(0.9);
        stroke-dashoffset: 0
    }

    50% {
        opacity: 0.8;
        transform: scale(0.8);
        stroke-dashoffset: 1000
    }

    100% {
        transform: scale(0.9);
        stroke-dashoffset: 0
    }
}

.NuggetsWidget-prefix .R-StarLoader--dark .outer {
    stroke: #0e1311
}

.NuggetsWidget-prefix .R-StarLoader--dark .inner {
    fill: #0e1311
}

.NuggetsWidget-prefix .R-StarLoader--autoHeight {
    min-height: auto;
    margin-top: 0
}

@keyframes ColouredProgressBar {
    0% {
        background-position: 100%
    }

    100% {
        background-position: 0
    }
}

.NuggetsWidget-prefix .R-ColouredProgressBar {
    width: 100%;
    max-width: 260px;
    height: 8px;
    background: rgba(22,23,43,0.15);
    border-radius: 3px;
    overflow: hidden
}

.NuggetsWidget-prefix .R-ColouredProgressBar__inner {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #5ddab1, #18c1b6 34%, #7563e1 51%, #5ddab1 68%, #18c1b6);
    background-size: 300% 100%;
    animation: ColouredProgressBar 2s linear infinite
}

.NuggetsWidget-prefix .R-TextHeading {
    display: block;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 1.75em;
    line-height: var(--heading-text-line-height, 1.4);
    font-weight: var(--heading-text-font-weight, 600);
    letter-spacing: var(--heading-text-letter-spacing, 0);
    text-transform: var(--heading-text-transform, none);
    color: var(--heading-text-color, #0E1311);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-TextHeading {
        font-family: inherit;
        font-weight: 600;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-TextHeading--xxxxxs {
    font-size: 0.6875em;
    margin-bottom: 0.3125em
}

.NuggetsWidget-prefix .R-TextHeading--xxxxs {
    font-size: 0.75em;
    margin-bottom: 0.3125em
}

.NuggetsWidget-prefix .R-TextHeading--xxxs {
    font-size: 0.875em;
    margin-bottom: 0.3125em
}

.NuggetsWidget-prefix .R-TextHeading--xxs {
    font-size: 1em;
    margin-bottom: 0.3125em
}

.NuggetsWidget-prefix .R-TextHeading--xs {
    font-size: 1.125em;
    margin-bottom: 0.625em
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .R-TextHeading--xs {
        font-size:1em
    }
}

.NuggetsWidget-prefix .R-TextHeading--sm {
    font-size: 1.25em
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .R-TextHeading--sm {
        font-size:1.125em
    }
}

.NuggetsWidget-prefix .R-TextHeading--md {
    font-size: 1.625em
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .R-TextHeading--md {
        font-size:1.375em
    }
}

.NuggetsWidget-prefix .R-TextHeading--lg {
    font-size: 2.25em
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .R-TextHeading--lg {
        font-size:1.75em
    }
}

.NuggetsWidget-prefix .R-TextHeading--xlg {
    font-size: 2.625em
}

.NuggetsWidget-prefix .R-TextHeading--inline {
    display: inline-block
}

.NuggetsWidget-prefix .R-TextHeading--white {
    color: #ffffff
}

.NuggetsWidget-prefix .R-TextHeading--light {
    color: rgba(255,255,255,0.85)
}

.NuggetsWidget-prefix .R-TextHeading--semiBold {
    font-weight: 600
}

.NuggetsWidget-prefix .R-TextBody {
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-TextBody {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-TextBody--xxxxs {
    font-size: 0.6875em;
    margin-bottom: 0.25em
}

.NuggetsWidget-prefix .R-TextBody--xxxs {
    font-size: 0.75em;
    margin-bottom: 0.3125em
}

.NuggetsWidget-prefix .R-TextBody--xxs {
    font-size: 0.875em;
    margin-bottom: 0.625em
}

.NuggetsWidget-prefix .R-TextBody--xs {
    font-size: 0.9375em;
    margin-bottom: 0.9375em
}

.NuggetsWidget-prefix .R-TextBody--sm {
    font-size: 1em
}

.NuggetsWidget-prefix .R-TextBody--md {
    font-size: 1.125em
}

.NuggetsWidget-prefix .R-TextBody--lg {
    font-size: 1.375em
}

.NuggetsWidget-prefix .R-TextBody--xlg {
    font-size: 1.625em
}

.NuggetsWidget-prefix .R-TextBody--inline {
    display: inline-block
}

.NuggetsWidget-prefix .R-TextBody--white {
    color: #ffffff
}

.NuggetsWidget-prefix .R-TextBody--light {
    color: rgba(255,255,255,0.85)
}

.NuggetsWidget-prefix .R-TextBody--colourDanger {
    color: #e7656e
}

.NuggetsWidget-prefix .TextList {
    list-style-type: disc;
    padding: 0 0 0 20px
}

.NuggetsWidget-prefix .TextList .TextList__item {
    position: relative
}

.NuggetsWidget-prefix .TextList .TextList__item--noBullet {
    list-style-type: none
}

.NuggetsWidget-prefix .TextList .R-TextBody--sm {
    margin-bottom: 15px
}

.NuggetsWidget-prefix .TextList--withCheckmarks {
    padding-left: 0
}

.NuggetsWidget-prefix .TextList--withCheckmarks .TextList__item {
    padding-left: 30px;
    list-style-type: none
}

.NuggetsWidget-prefix .TextList--withCheckmarks .TextList__item .item__icon {
    position: absolute;
    left: 3px;
    top: 3px;
    color: #fff;
    background-color: #11B1A7;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 60px
}

.NuggetsWidget-prefix .TextList--numbered {
    list-style-type: decimal
}

.NuggetsWidget-prefix .UnderlineText {
    display: inline-block;
    position: relative;
    margin-bottom: 5px
}

.NuggetsWidget-prefix .UnderlineText:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #11B1A7;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1)
}

.NuggetsWidget-prefix .UnderlineText--black:after {
    background-color: #0E1311
}

.NuggetsWidget-prefix .R-Button {
    display: inline-block;
    vertical-align: top;
    font-family: var(--common-button-font-family, inherit);
    font-size: var(--common-button-font-size, 16px);
    font-weight: var(--common-button-font-weight, 500);
    line-height: 1.6;
    letter-spacing: var(--common-button-letter-spacing, 0);
    color: var(--primary-button-text-color, #fff);
    background-color: var(--primary-button-bg-color, #0E1311);
    padding: var(--common-button-vertical-padding) var(--common-button-horizontal-padding);
    border: var(--common-button-border-width) solid var(--primary-button-border-color);
    border-radius: var(--common-button-border-radius);
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    text-transform: var(--common-button-text-transform);
    text-decoration: none;
    transition: all 0.15s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-Button {
        font-family: inherit;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0;
        color: #fff;
        background-color: #0E1311;
        padding: 10px 25px;
        border: 2px solid #0E1311;
        border-radius: 0;
        text-transform: none
    }
}

.NuggetsWidget-prefix .R-Button:hover,.NuggetsWidget-prefix .R-Button:active,.NuggetsWidget-prefix .R-Button:focus {
    background-color: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    text-decoration: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-Button:hover,.NuggetsWidget-prefix .R-Button:active,.NuggetsWidget-prefix .R-Button:focus {
        background-color: #0E1311;
        color: #ffffff
    }
}

.NuggetsWidget-prefix .R-Button .R-Button__text {
    display: inline-block;
    vertical-align: top
}

.NuggetsWidget-prefix .R-Button .R-Button__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.NuggetsWidget-prefix .R-Button .R-Button__icon--left {
    margin-left: 0;
    margin-right: 3px
}

.NuggetsWidget-prefix .R-Button--xxs {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 5px
}

.NuggetsWidget-prefix .R-Button--xxs--proportional {
    font-size: calc((var(--common-button-font-size, 16px)) / 1.45);
    padding: calc((var(--common-button-vertical-padding, 5px)) / 2) calc((var(--common-button-horizontal-padding, 5px)) / 2.5)
}

.NuggetsWidget-prefix .R-Button--xs {
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 10px
}

.NuggetsWidget-prefix .R-Button--xs--proportional {
    font-size: calc((var(--common-button-font-size, 12px)) / 1.25);
    padding: calc((var(--common-button-vertical-padding, 8px)) / 1.25) calc((var(--common-button-horizontal-padding, 15px)) / 1.67)
}

.NuggetsWidget-prefix .R-Button--sm {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px
}

.NuggetsWidget-prefix .R-Button--sm--proportional {
    font-size: calc((var(--common-button-font-size, 14px)) / 1.14);
    padding: calc((var(--common-button-vertical-padding, 10px)) / 1) calc((var(--common-button-horizontal-padding, 20px)) / 1.25)
}

.NuggetsWidget-prefix .R-Button--md {
    font-size: 16px;
    font-size: var(--common-button-font-size);
    padding: 10px 25px;
    padding: var(--common-button-vertical-padding) var(--common-button-horizontal-padding);
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-Button--md {
        font-size: 16px;
        padding: 10px 25px
    }
}

.NuggetsWidget-prefix .R-Button--lg {
    font-size: 20px;
    padding: 12px 30px;
    margin-bottom: 20px
}

.NuggetsWidget-prefix .R-Button--lg--proportional {
    font-size: calc((var(--common-button-font-size, 20px)) / 0.8);
    padding: calc((var(--common-button-vertical-padding, 12px)) / 0.83) calc((var(--common-button-horizontal-padding, 30px)) / 0.83)
}

.NuggetsWidget-prefix .R-Button--primary {
    background-color: var(--primary-button-bg-color);
    color: var(--primary-button-text-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-Button--primary {
        background-color: #0E1311;
        color: #fff
    }
}

.NuggetsWidget-prefix .R-Button--secondary {
    background-color: var(--secondary-button-bg-color);
    border-color: var(--secondary-button-border-color);
    color: var(--secondary-button-text-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-Button--secondary {
        background-color: transparent;
        border-color: #0E1311;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-Button--secondary:hover,.NuggetsWidget-prefix .R-Button--secondary:active,.NuggetsWidget-prefix .R-Button--secondary:focus {
    background-color: var(--secondary-button-bg-color);
    color: var(--secondary-button-text-color);
    border-color: var(--secondary-button-border-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-Button--secondary:hover,.NuggetsWidget-prefix .R-Button--secondary:active,.NuggetsWidget-prefix .R-Button--secondary:focus {
        background-color: transparent;
        border-color: #0E1311;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-Button--secondary--thin {
    border-width: 1px
}

.NuggetsWidget-prefix .R-Button--secondary--light {
    border-color: rgba(255,255,255,0.85);
    color: rgba(255,255,255,0.85)
}

.NuggetsWidget-prefix .R-Button--secondary--light:hover,.NuggetsWidget-prefix .R-Button--secondary--light:active,.NuggetsWidget-prefix .R-Button--secondary--light:focus {
    border-color: #fff;
    color: #fff
}

.NuggetsWidget-prefix .R-Button--secondary--selectable.isActive {
    background-color: var(--primary-button-bg-color);
    border-color: var(--primary-button-border-color);
    color: var(--primary-button-text-color)
}

.NuggetsWidget-prefix .R-Button--fw,.NuggetsWidget-prefix .R-Button--fullwidth {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 480px) {
    .NuggetsWidget-prefix .R-Button--fw-phone-md {
        width:100%;
        margin-right: 0px !important;
        margin-left: 0px !important
    }
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .R-Button--fw-phone-lg {
        width:100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .R-Button--fw-tablet-md {
        width:100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .NuggetsWidget-prefix .R-Button--fw-tablet-lg {
        width:100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 993px) {
    .NuggetsWidget-prefix .R-Button--fw-desktop-sm {
        width:100%;
        margin-right: 0;
        margin-left: 0
    }
}

.NuggetsWidget-prefix .R-Button--desaturated {
    filter: grayscale(100%)
}

.NuggetsWidget-prefix .R-Button--isLoading,.NuggetsWidget-prefix .R-Button.isLoading {
    position: relative;
    padding-right: 30px;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none
}

.NuggetsWidget-prefix .R-Button--isLoading:before,.NuggetsWidget-prefix .R-Button.isLoading:before {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid rgba(255,255,255,0.4);
    border-top: 2px solid rgba(255,255,255,0.4);
    border-radius: 100%;
    height: 12px;
    width: 12px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-animation: CircleSpin .4s infinite linear;
    -moz-animation: CircleSpin .4s infinite linear;
    -ms-animation: CircleSpin .4s infinite linear;
    -o-animation: CircleSpin .4s infinite linear;
    animation: CircleSpin .4s infinite linear
}

.NuggetsWidget-prefix .R-Button--isLoading.R-Button--secondary:before,.NuggetsWidget-prefix .R-Button.isLoading.R-Button--secondary:before {
    border-right: 2px solid rgba(0,0,0,0.7);
    border-top: 2px solid rgba(0,0,0,0.7)
}

.NuggetsWidget-prefix .R-Button--disabled,.NuggetsWidget-prefix .R-Button.isDisabled {
    opacity: 0.5;
    cursor: not-allowed
}

.NuggetsWidget-prefix .R-Button--flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.NuggetsWidget-prefix .R-Button:disabled,.NuggetsWidget-prefix .R-Button[disabled] {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed
}

.NuggetsWidget-prefix .R-IconButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #0E1311;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease-in-out
}

.NuggetsWidget-prefix .R-IconButton .ricon-thumbsup {
    color: var(--badge-icon-color, #0E1311)
}

.NuggetsWidget-prefix .R-IconButton .R-IconButton__icon {
    display: inline-block
}

.NuggetsWidget-prefix .R-IconButton .R-IconButton__icon--image {
    max-width: 100%
}

.NuggetsWidget-prefix .R-IconButton--xs {
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 18px
}

.NuggetsWidget-prefix .R-IconButton--sm {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 22px
}

.NuggetsWidget-prefix .R-IconButton--sm .R-IconButton__icon--close {
    font-size: 12px;
    font-weight: 800
}

.NuggetsWidget-prefix .R-IconButton--md {
    font-size: 16px;
    height: 22px;
    width: 22px;
    line-height: 24px
}

.NuggetsWidget-prefix .R-IconButton--lg {
    font-size: 20px;
    height: 26px;
    width: 26px;
    line-height: 28px
}

.NuggetsWidget-prefix .R-IconButton--xlg {
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 32px
}

.NuggetsWidget-prefix .R-IconButton--xxlg {
    font-size: 28px;
    height: 34px;
    width: 34px;
    line-height: 36px
}

.NuggetsWidget-prefix .R-IconButton--xxxxlg {
    font-size: 36px;
    height: 46px;
    width: 46px;
    line-height: 52px
}

.NuggetsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--play {
    font-size: 32px
}

.NuggetsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--play .R-IconButton__icon {
    margin-left: -1px
}

.NuggetsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--pause {
    font-size: 28px
}

.NuggetsWidget-prefix .R-IconButton--black {
    background-color: #0E1311;
    color: #ffffff;
    border-radius: 50px
}

.NuggetsWidget-prefix .R-IconButton--outline {
    border-radius: 50px;
    background-color: transparent;
    box-shadow: inset 0 0 0px 2px #0E1311;
    color: #0E1311
}

.NuggetsWidget-prefix .R-IconButton--lightIcon {
    color: #ffffff
}

.NuggetsWidget-prefix .R-IconButton--matchTextColor {
    color: var(--heading-text-color, #0E1311)
}

.NuggetsWidget-prefix .R-IconButton--noRadius {
    border-radius: 0
}

.NuggetsWidget-prefix .R-IconButton--isDisabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: default
}

.NuggetsWidget-prefix .R-IconButton.isActive {
    background-color: rgba(0,0,0,0.1)
}

.NuggetsWidget-prefix .R-ToggleControl {
    position: relative;
    display: inline-block;
    max-width: 40px;
    height: 20px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    background-color: rgba(0,0,0,0.1);
    border-radius: 100px;
    cursor: pointer
}

.NuggetsWidget-prefix .R-ToggleControl .R-ToggleControl__circle {
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    left: calc(100% - 18px);
    transition: all 0.25s ease-in-out;
    background-color: #ffffff;
    text-align: center;
    line-height: 16px
}

.NuggetsWidget-prefix .R-ToggleControl .R-ToggleControl__icon {
    font-size: 10px;
    font-weight: 800;
    color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.25s ease-in-out
}

.NuggetsWidget-prefix .R-ToggleControl .R-ToggleControl__icon--active {
    transform: scale(0.6, 0.6)
}

.NuggetsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
}

.NuggetsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip--active {
    display: none
}

.NuggetsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip--inactive {
    display: block
}

.NuggetsWidget-prefix .R-ToggleControl--md {
    max-width: 55px;
    height: 25px
}

.NuggetsWidget-prefix .R-ToggleControl--md .R-ToggleControl__circle {
    top: 2px;
    width: 20px;
    height: 20px;
    left: calc(100% - 22px);
    line-height: 20px
}

.NuggetsWidget-prefix .R-ToggleControl--md .R-ToggleControl__icon {
    font-size: 12px
}

.NuggetsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__tooltip--active,.NuggetsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__tooltip--active {
    display: block
}

.NuggetsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__tooltip--inactive,.NuggetsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__tooltip--inactive {
    display: none
}

.NuggetsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__circle,.NuggetsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__circle {
    left: 2px;
    background-color: #11B1A7
}

.NuggetsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__icon,.NuggetsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__icon {
    opacity: 1;
    color: #ffffff;
    font-weight: 500
}

.NuggetsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__icon--active,.NuggetsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__icon--active {
    transform: scale(1, 1)
}

.NuggetsWidget-prefix .R-ToggleControl--darkActive.isActive,.NuggetsWidget-prefix .R-ToggleControl--darkActive.isSelected {
    background-color: rgba(255,255,255,0.95)
}

.NuggetsWidget-prefix .R-ToggleControl--darkActive.isActive .R-ToggleControl__circle,.NuggetsWidget-prefix .R-ToggleControl--darkActive.isSelected .R-ToggleControl__circle {
    background-color: rgba(14,19,17,0.6)
}

.NuggetsWidget-prefix .R-CheckSelection {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.NuggetsWidget-prefix .R-CheckSelection .R-CheckSelection__field {
    position: absolute;
    opacity: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.NuggetsWidget-prefix .R-CheckSelection .R-CheckSelection__check {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: var(--common-checkselection-size, 18px);
    width: var(--common-checkselection-size, 18px);
    flex-basis: var(--common-checkselection-size, 18px);
    min-width: var(--common-checkselection-size, 18px);
    background-color: var(--secondary-button-bg-color, transparent);
    box-shadow: 0px 0px 0px 1px var(--secondary-button-border-color, transparent) inset;
    line-height: var(--common-checkselection-size, 18px);
    border-radius: var(--common-checkselection-border-radius, 3px);
    transition: all 0.25s ease-in-out;
    z-index: 5
}

.NuggetsWidget-prefix .R-CheckSelection .R-CheckSelection__check .R-CheckSelection__icon {
    display: none;
    color: var(--secondary-button-text-color, #0E1311);
    font-size: calc(var(--common-checkselection-size, 18px) * 0.7)
}

.NuggetsWidget-prefix .R-CheckSelection .R-CheckSelection__field:checked+.R-CheckSelection__check {
    box-shadow: 0px 0px 0px 1px var(--primary-button-border-color, #0E1311) inset;
    background-color: var(--primary-button-bg-color, #0E1311)
}

.NuggetsWidget-prefix .R-CheckSelection .R-CheckSelection__field:checked+.R-CheckSelection__check .R-CheckSelection__icon {
    display: inline-block;
    color: var(--primary-button-text-color, #fff)
}

.NuggetsWidget-prefix .R-CheckSelection:hover .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 2px var(--secondary-button-border-color, transparent) inset
}

.NuggetsWidget-prefix .R-CheckSelection.isActive .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 1px var(--primary-button-border-color, #0E1311) inset;
    background-color: var(--primary-button-bg-color, #0E1311)
}

.NuggetsWidget-prefix .R-CheckSelection.isActive .R-CheckSelection__check .R-CheckSelection__icon {
    display: inline-block
}

.NuggetsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check {
    border-radius: 100px
}

.NuggetsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check .R-CheckSelection__icon {
    display: none !important
}

.NuggetsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check:after {
    display: none;
    width: calc(var(--common-checkselection-size, 18px) * 0.5);
    height: calc(var(--common-checkselection-size, 18px) * 0.5);
    content: "";
    position: absolute;
    background-color: var(--primary-button-text-color, #fff);
    border-radius: 100px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.NuggetsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__field:checked+.R-CheckSelection__check:after {
    display: inline-block
}

.NuggetsWidget-prefix * {
    box-sizing: border-box
}

.NuggetsWidget-prefix a {
    text-decoration: none
}

.NuggetsWidget-prefix .R-PlatformIcon {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto
}

.NuggetsWidget-prefix .R-PlatformIcon--xxs {
    height: 20px
}

.NuggetsWidget-prefix .R-PlatformIcon--xs {
    height: 25px
}

.NuggetsWidget-prefix .R-PlatformIcon--sm {
    height: 30px
}

.NuggetsWidget-prefix .R-PlatformIcon--md {
    height: 40px
}

.NuggetsWidget-prefix .R-PlatformLogo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto
}

.NuggetsWidget-prefix .R-PlatformLogo--xxs {
    height: 20px
}

.NuggetsWidget-prefix .R-PlatformLogo--xs {
    height: 25px
}

.NuggetsWidget-prefix .R-PlatformLogo--sm {
    height: 30px
}

.NuggetsWidget-prefix .R-PlatformLogo--md {
    height: 40px
}

.NuggetsWidget-prefix .R-PlatformLogo--lg {
    height: 60px
}

.NuggetsWidget-prefix .R-PlatformLogo--xlg {
    height: 80px
}

.NuggetsWidget-prefix .R-PlatformLogo--xxlg {
    height: 100px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
    max-height: var(--photo-video-thumbnail-size, 80px);
    border-radius: var(--photo-video-thumbnail-border-radius, 0);
    overflow: hidden
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-PhotoVideoThumbnail {
        height: 80px;
        border-radius: 0
    }
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: var(--photo-video-thumbnail-size, 80px)
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail img[src$=".svg"].R-PhotoVideoThumbnail__image {
    width: 100%
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--photo-video-thumbnail-size) * (14 / 50));
    line-height: calc(var(--photo-video-thumbnail-size) * (14 / 50));
    color: rgba(255,255,255,0.9);
    text-shadow: 0 1px 4px rgba(0,0,0,0.2)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__overlay {
        font-size: 24px;
        line-height: 24px
    }
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--xs {
    height: 25px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--sm {
    height: 30px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--md {
    height: 40px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--lg {
    height: 60px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--xlg {
    height: 80px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--xxlg {
    height: 100px
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--fullwidth {
    max-width: 100%;
    width: 100%;
    height: auto
}

.NuggetsWidget-prefix .R-PhotoVideoThumbnail--fullwidth .R-PhotoVideoThumbnail__image {
    height: auto
}

.NuggetsWidget-prefix .R-AvatarThumbnail {
    position: relative;
    display: inline-block;
    max-width: var(--avatar-thumbnail-size, 60px);
    max-height: var(--avatar-thumbnail-size, 60px);
    width: 100%;
    border-radius: var(--avatar-thumbnail-border-radius, 0);
    overflow: hidden
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-AvatarThumbnail {
        height: 60px;
        width: 60px;
        border-radius: 100px
    }
}

.NuggetsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 100%;
    background-color: var(--avatar-thumbnail-bg-color, rgba(0,0,0,0.1));
    color: var(--avatar-thumbnail-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner {
        background-color: rgba(0,0,0,0.1);
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner .R-TextBody,.NuggetsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner .R-TextHeading {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: 30px;
    line-height: 30px
}

.NuggetsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center center
}

.NuggetsWidget-prefix .R-AvatarThumbnail--xs {
    width: 25px;
    height: 25px
}

.NuggetsWidget-prefix .R-AvatarThumbnail--sm {
    width: 30px;
    height: 30px
}

.NuggetsWidget-prefix .R-AvatarThumbnail--md {
    width: 40px;
    height: 40px
}

.NuggetsWidget-prefix .R-AvatarThumbnail--lg {
    width: 60px;
    height: 60px
}

.NuggetsWidget-prefix .R-AvatarThumbnail--xlg {
    width: 80px;
    height: 80px
}

.NuggetsWidget-prefix .R-AvatarThumbnail--xxlg {
    width: 100px;
    height: 100px
}

.NuggetsWidget-prefix .R-AvatarThumbnail--fullwidth {
    max-width: 100%
}

.NuggetsWidget-prefix .R-AvatarThumbnail--round {
    border-radius: 200px
}

.NuggetsWidget-prefix .R-TabControls {
    display: inline-block
}

.NuggetsWidget-prefix .R-TabControls .R-TabControls__item {
    display: inline-block;
    font-size: var(--pagination-tab-text-font-size, 16px);
    font-weight: var(--pagination-tab-text-font-weight, 600);
    text-transform: var(--pagination-tab-text-transform, none);
    letter-spacing: var(--pagination-tab-text-letter-spacing, 0);
    color: var(--pagination-tab-text-color, #0E1311);
    border-bottom: var(--pagination-tab-border-width, 3px) solid transparent;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-TabControls .R-TabControls__item {
        font-size: 16px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        color: #0E1311;
        border-bottom: 3px solid transparent
    }
}

.NuggetsWidget-prefix .R-TabControls .R-TabControls__item>.R-TextBody,.NuggetsWidget-prefix .R-TabControls .R-TabControls__item>.R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 5px
}

.NuggetsWidget-prefix .R-TabControls .R-TabControls__item.isActive {
    font-weight: var(--pagination-tab-active-text-font-weight, 600);
    color: var(--pagination-tab-active-text-color, #0E1311);
    border-bottom-color: var(--pagination-tab-active-border-color, #0E1311);
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-TabControls .R-TabControls__item.isActive {
        font-weight: 600;
        color: #0E1311;
        border-bottom-color: #0E1311
    }
}

.NuggetsWidget-prefix .R-TabControls .R-TabControls__item.isActive>.R-TextBody,.NuggetsWidget-prefix .R-TabControls .R-TabControls__item.isActive>.R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.NuggetsWidget-prefix .R-PaginationControls {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item {
    display: inline-flex;
    font-size: var(--pagination-tab-text-font-size, 16px);
    font-weight: var(--pagination-tab-text-font-weight, 600);
    color: var(--pagination-tab-text-color, #0E1311);
    text-transform: var(--pagination-tab-text-transform, none);
    letter-spacing: var(--pagination-tab-text-letter-spacing, 0);
    border-top: var(--pagination-tab-border-width, 3px) solid transparent;
    border-bottom: var(--pagination-tab-border-width, 3px) solid transparent;
    padding: 2px 8px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item {
        font-size: 16px;
        font-weight: 600;
        color: #0E1311;
        text-transform: none;
        letter-spacing: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent
    }
}

.NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item>.R-TextBody,.NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item>.R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 5px
}

.NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
    font-weight: var(--pagination-tab-active-text-font-weight, 600);
    color: var(--pagination-tab-active-text-color, #0E1311);
    border-bottom-color: var(--pagination-tab-active-border-color, #0E1311);
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
        font-weight: 600;
        color: #0E1311;
        border-bottom-color: #0E1311
    }
}

.NuggetsWidget-prefix .R-PaginationControls .R-PaginationControls__item .item__arrowIcon {
    line-height: 1.5
}

.NuggetsWidget-prefix .R-ContentSlider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.NuggetsWidget-prefix .R-ContentSlider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.NuggetsWidget-prefix .R-ContentSlider .R-ContentSlider__item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-ContentSlider .R-ContentSlider__item div {
        flex: 1 1 auto !important
    }
}

.NuggetsWidget-prefix .R-DotIndicator {
    position: relative;
    display: inline-flex
}

.NuggetsWidget-prefix .R-DotIndicator .R-DotIndicator__item {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    vertical-align: middle
}

.NuggetsWidget-prefix .R-DotIndicator .R-DotIndicator__item:hover {
    background-color: rgba(0,0,0,0.6)
}

.NuggetsWidget-prefix .R-DotIndicator .R-DotIndicator__item.isActive {
    background-color: #0E1311;
    cursor: default
}

.NuggetsWidget-prefix .R-DotIndicator--sm .R-DotIndicator__item {
    width: 5px;
    height: 5px
}

.NuggetsWidget-prefix .R-DropUpDownMenu-container {
    display: inline-block;
    position: relative
}

.NuggetsWidget-prefix .R-DropUpDownMenu {
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 90%;
    z-index: 15;
    background-color: var(--dropupdown-bg-color, #fff);
    box-shadow: 0 5px 15px -2px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.94, 0.94) translateY(20px);
    transition: all 0.3s ease-in-out
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__inner {
    padding: 5px 0
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__column--width-md {
    width: 180px
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item {
    padding: 7px 15px;
    cursor: pointer
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item .item__activeIcon {
    display: none
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item.isActive .item__activeIcon {
    display: inline-block
}

.NuggetsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item.isDisabled {
    cursor: default;
    opacity: 0.2
}

.NuggetsWidget-prefix .R-DropUpDownMenu--sm {
    padding: 5px 0;
    width: 140px
}

.NuggetsWidget-prefix .R-DropUpDownMenu--sm .R-DropUpDownMenu__item {
    padding: 5px 10px
}

.NuggetsWidget-prefix .R-DropUpDownMenu--md {
    width: 200px
}

.NuggetsWidget-prefix .R-DropUpDownMenu--lg {
    width: 240px
}

.NuggetsWidget-prefix .R-DropUpDownMenu--auto {
    width: auto
}

.NuggetsWidget-prefix .R-DropUpDownMenu--above {
    top: auto;
    bottom: 100%
}

.NuggetsWidget-prefix .R-DropUpDownMenu--maxHeight380 .R-DropUpDownMenu__inner {
    max-height: 380px;
    overflow-y: auto
}

.NuggetsWidget-prefix .R-DropUpDownMenu.isActive {
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
    pointer-events: auto
}

.NuggetsWidget-prefix .R-EmbeddedIcon {
    display: inline-block;
    width: 30px
}

.NuggetsWidget-prefix .R-EmbeddedIcon svg {
    width: 100%;
    vertical-align: top
}

.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-color,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-color1,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-color2,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-color3,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-color4,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-color5 {
    fill: var(--icon-accent-color) !important;
    transform-origin: center;
    transition: all 0.15s ease-in-out
}

.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color1,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color2,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color3,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color4,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color5,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color6,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color7,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color8,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color9,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color10,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color11,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color12,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color13,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color14,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color15,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color16,.NuggetsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color17 {
    stroke: var(--icon-base-color) !important
}

.NuggetsWidget-prefix .R-EmbeddedIcon img {
    width: 100%
}

.NuggetsWidget-prefix .R-EmbeddedIcon--xxs {
    width: 25px
}

.NuggetsWidget-prefix .R-EmbeddedIcon--xs {
    width: 30px
}

.NuggetsWidget-prefix .R-EmbeddedIcon--sm {
    width: 35px
}

.NuggetsWidget-prefix .R-EmbeddedIcon--md {
    width: 40px
}

.NuggetsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color,.NuggetsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color1,.NuggetsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color3,.NuggetsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color4 {
    animation-name: R-shakeAnimation--md;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2
}

.NuggetsWidget-prefix .R-VideoPlayer {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    background-color: rgba(15,13,24,0.015);
    outline: none
}

.NuggetsWidget-prefix .R-VideoPlayer video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    outline: none
}

.NuggetsWidget-prefix .R-VideoPlayer--nativeSize {
    max-height: none
}

.NuggetsWidget-prefix .R-VideoPlayer--nativeSize video {
    max-height: none
}

.NuggetsWidget-prefix .R-VideoPlayer--rounded {
    border-radius: 20px
}

.NuggetsWidget-prefix .R-MaskedVideoPhoto {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 320px
}

.NuggetsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__video {
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    outline: none;
    left: 0;
    top: 0
}

.NuggetsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__overlay {
    --photo-video-thumbnail-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--photo-video-thumbnail-size) * (14 / 25));
    line-height: calc(var(--photo-video-thumbnail-size) * (14 / 25));
    color: rgba(255,255,255,0.8);
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
    pointer-events: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__overlay {
        font-size: 24px;
        line-height: 24px
    }
}

.NuggetsWidget-prefix .R-RatingStars {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__score {
    display: block;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 1.75em;
    line-height: var(--heading-text-line-height, 1.4);
    font-weight: var(--heading-text-font-weight, 600);
    letter-spacing: var(--heading-text-letter-spacing, 0);
    text-transform: var(--heading-text-transform, none);
    color: var(--heading-text-color, #0E1311);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 1em;
    margin-bottom: 0.3125em;
    margin-right: 5px;
    margin-bottom: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars .R-RatingStars__score {
        font-family: inherit;
        font-weight: 600;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 5px;
    margin-bottom: 5px
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
    color: var(--common-star-color);
    font-size: var(--medium-star-size, 22px);
    line-height: 1
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--disabled {
    color: var(--common-star-disabled-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
        color: #0E1311;
        font-size: 22px
    }
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--common-star-disabled-color);
    background-image: linear-gradient(to right, var(--common-star-color) 0%, var(--common-star-disabled-color) .1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, var(--common-star-color) 38%, var(--common-star-disabled-color) 38.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, var(--common-star-color) 50%, var(--common-star-disabled-color) 50.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, var(--common-star-color) 60%, var(--common-star-disabled-color) 60.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    background-image: linear-gradient(to right, var(--common-star-color) 99.9%, var(--common-star-color) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-RatingStars .R-RatingStars__count {
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.875em;
    margin-bottom: 0.625em;
    margin-bottom: 5px;
    margin-right: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars .R-RatingStars__count {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-RatingStars--xlg .R-RatingStars__score {
    font-size: 1.375em;
    line-height: 1.5em
}

.NuggetsWidget-prefix .R-RatingStars--xlg .R-RatingStars__stars .stars__icon {
    font-size: var(--x-large-star-size, 28px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars--xlg .R-RatingStars__stars .stars__icon {
        font-size: 28px
    }
}

.NuggetsWidget-prefix .R-RatingStars--xlg .R-RatingStars__count {
    font-size: 1.375em;
    line-height: 1.5em
}

.NuggetsWidget-prefix .R-RatingStars--lg .R-RatingStars__score {
    font-size: 1.125em;
    line-height: 1.5em
}

.NuggetsWidget-prefix .R-RatingStars--lg .R-RatingStars__stars .stars__icon {
    font-size: var(--large-star-size, 24px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars--lg .R-RatingStars__stars .stars__icon {
        font-size: 24px
    }
}

.NuggetsWidget-prefix .R-RatingStars--lg .R-RatingStars__count {
    font-size: 1.125em;
    line-height: 1.5em
}

.NuggetsWidget-prefix .R-RatingStars--md .R-RatingStars__score {
    font-size: 1.0em;
    line-height: 1.7em
}

.NuggetsWidget-prefix .R-RatingStars--md .R-RatingStars__stars .stars__icon {
    font-size: var(--medium-star-size, 22px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars--md .R-RatingStars__stars .stars__icon {
        font-size: 22px
    }
}

.NuggetsWidget-prefix .R-RatingStars--md .R-RatingStars__count {
    font-size: 1.0em;
    line-height: 1.7em
}

.NuggetsWidget-prefix .R-RatingStars--sm .R-RatingStars__score {
    font-size: 0.875em;
    line-height: 1.6;
    margin-right: 3px
}

.NuggetsWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
    font-size: var(--small-star-size, 19px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
        font-size: 19px
    }
}

.NuggetsWidget-prefix .R-RatingStars--sm .R-RatingStars__count {
    font-size: 0.875em;
    line-height: 1.6
}

.NuggetsWidget-prefix .R-RatingStars--xs .R-RatingStars__score {
    font-size: 0.75em;
    line-height: 1.5;
    margin-right: 4px
}

.NuggetsWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
    font-size: var(--x-small-star-size, 16px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
        font-size: 16px
    }
}

.NuggetsWidget-prefix .R-RatingStars--xs .R-RatingStars__count {
    font-size: 0.75em;
    line-height: 1.5
}

.NuggetsWidget-prefix .R-RatingStars--xxs .R-RatingStars__score {
    font-size: 0.6em;
    line-height: 1.4;
    margin-right: 4px
}

.NuggetsWidget-prefix .R-RatingStars--xxs .R-RatingStars__stars .stars__icon {
    font-size: var(--xx-small-star-size, 14px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingStars--xxs .R-RatingStars__stars .stars__icon {
        font-size: 14px
    }
}

.NuggetsWidget-prefix .R-RatingStars--xxs .R-RatingStars__count {
    font-size: 0.6em;
    line-height: 1.4
}

.NuggetsWidget-prefix .R-RatingStars--inlineBlock {
    display: inline-block
}

.NuggetsWidget-prefix .R-RatingStars--white .R-RatingStars__score,.NuggetsWidget-prefix .R-RatingStars--white .R-RatingStars__count {
    color: #fff
}

.NuggetsWidget-prefix .R-RatingStars--white .R-RatingStars__stars .stars__icon {
    color: #fff
}

.NuggetsWidget-prefix .R-RatingStars--black .R-RatingStars__score,.NuggetsWidget-prefix .R-RatingStars--black .R-RatingStars__count {
    color: #0E1311
}

.NuggetsWidget-prefix .R-RatingStars--black .R-RatingStars__stars .stars__icon {
    color: #0E1311
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars {
    display: inline-flex;
    grid-column-gap: 0.1em
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon {
    position: relative;
    color: transparent;
    background-image: none;
    -webkit-background-clip: initial;
    -moz-background-clip: initial;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon:before {
    background-image: var(--customStarIcon);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 4
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon:after {
    content: "";
    background-image: var(--customStarIcon);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--0:before {
    clip-path: inset(0px 100% 0px 0px)
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--25:before {
    clip-path: inset(0px 75% 0px 0px)
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--50:before {
    clip-path: inset(0px 50% 0px 0px)
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--75:before {
    clip-path: inset(0px 25% 0px 0px)
}

.NuggetsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--100:before {
    clip-path: none
}

.NuggetsWidget-prefix .R-ReviewsioLogo {
    display: inline-block;
    color: transparent
}

.NuggetsWidget-prefix .R-ReviewsioLogo .R-ReviewsioLogo__image {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top
}

.NuggetsWidget-prefix .R-ReviewsioLogo--xs {
    width: 100px
}

.NuggetsWidget-prefix .R-ReviewsioLogo--sm {
    width: 120px
}

.NuggetsWidget-prefix .R-RatingSelection {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item {
    text-align: center;
    padding: 0
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button {
    display: inline-block;
    color: var(--common-star-color, #0E1311);
    font-size: 32px;
    line-height: 26px;
    padding: 7px 2px;
    line-height: 14px;
    cursor: pointer
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button {
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item input {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon--empty {
    display: inline-block
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon--full {
    display: none
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button:hover .star__icon--empty,.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item.isSelected .R-RatingSelection__button .star__icon--empty {
    display: none
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button:hover .star__icon--full,.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item.isSelected .R-RatingSelection__button .star__icon--full {
    display: inline-block
}

.NuggetsWidget-prefix .R-RatingSelection .R-RatingSelection__item--small .R-RatingSelection__button {
    padding: 0 2px;
    font-size: 24px;
    line-height: 22px
}

.NuggetsWidget-prefix .R-BadgeElement {
    font-size: var(--base-font-size, 16px);
    flex-wrap: nowrap
}

.NuggetsWidget-prefix .R-BadgeElement .R-BadgeElement__icon {
    font-size: 1.25em;
    height: calc(var(--badge-icon-font-size, 20px) * 1.2);
    width: calc(var(--badge-icon-font-size, 20px) * 1.2);
    line-height: var(--badge-icon-font-size, 28px);
    margin-right: 0.1em
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-BadgeElement .R-BadgeElement__icon {
        font-size: 20px;
        height: 26px;
        width: 26px;
        line-height: 28px
    }
}

.NuggetsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    font-size: var(--badge-icon-font-size, inherit);
    color: var(--badge-icon-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
        font-size: inherit;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
    font-size: var(--badge-text-font-size, inherit);
    color: var(--badge-text-color, #0E1311);
    letter-spacing: var(--badge-text-letter-spacing, inherit);
    text-transform: var(--badge-text-transform, inherit)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
        font-size: inherit;
        color: #0E1311;
        letter-spacing: 0;
        text-transform: none
    }
}

.NuggetsWidget-prefix .R-SliderIndicator-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px
}

.NuggetsWidget-prefix .R-SliderIndicator-group .R-SliderIndicator {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0
}

.NuggetsWidget-prefix .R-SliderIndicator {
    display: inline-block;
    vertical-align: bottom;
    font-size: var(--base-font-size, 16px);
    max-width: var(--slider-indicator-width, 170px);
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 30px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-SliderIndicator {
        max-width: 170px;
        font-size: 16px
    }
}

.NuggetsWidget-prefix .R-SliderIndicator .R-SliderIndicator__inner {
    position: relative;
    margin-bottom: 4px;
    border-radius: var(--slider-indicator-border-radius, 0)
}

.NuggetsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
    display: block !important;
    background-color: var(--slider-indicator-bg-color, rgba(0,0,0,0.1));
    height: var(--slider-indicator-height, 4px);
    border-radius: var(--slider-indicator-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
        background-color: rgba(0,0,0,0.1)
    }
}

.NuggetsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
    display: block !important;
    position: absolute;
    width: var(--slider-indicator-button-width, 5px);
    height: var(--slider-indicator-button-height, 10px);
    background-color: var(--slider-indicator-button-color, #0E1311);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: var(--slider-indicator-button-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
        background-color: #0E1311
    }
}

.NuggetsWidget-prefix .R-SliderIndicator .R-TextBody {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.NuggetsWidget-prefix .R-SliderIndicator--sm {
    max-width: calc(var(--slider-indicator-width, 190px) - 10px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-SliderIndicator--sm {
        max-width: 140px
    }
}

.NuggetsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__inner {
    overflow: hidden
}

.NuggetsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__bg {
    background-color: var(--slider-indicator-button-color, #0E1311);
    height: var(--slider-indicator-height, 5px)
}

.NuggetsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__button {
    width: 120%;
    height: 100%;
    top: 0;
    border-radius: 0;
    background-color: var(--slider-indicator-bg-color, rgba(0,0,0,0.1))
}

.NuggetsWidget-prefix .R-MediaSlider {
    position: relative
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--mediaslider-scroll-button-icon-color, #0E1311);
    text-align: center;
    cursor: pointer;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    height: 100%;
    width: 30px;
    line-height: 32px;
    background-color: var(--mediaslider-scroll-button-bg-color, rgba(255,255,255,0.85));
    backdrop-filter: blur(3px);
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
        color: #0E1311;
        background-color: rgba(255,255,255,0.85)
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton .scrollButton__icon {
    display: inline-block
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton--left {
    left: 0;
    right: auto
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton--right {
    right: 0;
    left: auto
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__inner::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: var(--mediaslider-item-size, 110px);
    width: var(--mediaslider-item-size, 110px);
    height: var(--mediaslider-item-size, 110px);
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-right: 10px;
    box-sizing: border-box
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
        flex-basis: 110px;
        width: 110px;
        height: 110px
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__image {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5px;
    background-size: cover;
    background-position: center center;
    border-radius: var(--photo-video-thumbnail-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__image {
        border-radius: 0
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .image__src {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    height: 100%;
    width: 100%
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    text-align: center;
    color: var(--mediaslider-overlay-text-color, #fff);
    background-color: var(--mediaslider-overlay-bg-color, rgba(0,0,0,0.8));
    padding: 5px;
    margin: 0px;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay {
        color: #ffffff;
        background-color: rgba(0,0,0,0.8)
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-TextBody {
    font-size: calc(var(--mediaslider-item-size) * (14 / 140));
    color: inherit
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-TextBody {
        font-size: 11px
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-RatingStars .R-RatingStars__stars {
    --common-star-color: var(--mediaslider-overlay-text-color, #ffffff);
    --common-star-disabled-color: rgba(0,0,0,0.25)
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    display: none
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__playOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: var(--mediaslider-overlay-text-color, #fff);
    font-size: calc(var(--mediaslider-item-size) * (14 / 60));
    line-height: calc(var(--mediaslider-item-size) * (14 / 36));
    text-align: center;
    background-color: transparent;
    width: calc(var(--mediaslider-item-size) * (14 / 40));
    height: calc(var(--mediaslider-item-size) * (14 / 40));
    border-radius: var(--photo-video-thumbnail-border-radius, 0);
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button {
        font-size: 26px;
        color: #ffffff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 0
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button .button__icon {
    display: inline-block;
    margin-right: -1px;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__review {
    display: none;
    transform: scale(0.9, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.5s ease-in-out
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars {
    display: flex;
    justify-content: center;
    margin-bottom: 3px
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars .stars__icon {
    font-size: calc(var(--mediaslider-item-size) * (14 / 120));
    margin: 0 1px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars .stars__icon {
        font-size: 14px
    }
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__instagram {
    display: none
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__instagram .instagram__icon {
    font-size: 16px
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewPhoto .overlay__review {
    display: block
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo .item__playOverlay {
    display: flex
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo .overlay__review {
    display: block
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo:hover .item__playOverlay .playOverlay__button {
    transform: scale(5)
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo:hover .item__playOverlay .playOverlay__button .button__icon {
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item--instagramPhoto .overlay__instagram {
    display: block
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .item__overlay {
    opacity: 1;
    pointer-events: auto
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .overlay__instagram {
    transform: scale(1, 1);
    opacity: 1
}

.NuggetsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .overlay__review {
    transform: scale(1, 1);
    opacity: 1
}

.NuggetsWidget-prefix .R-ProductPreviewList {
    margin-bottom: 20px
}

.NuggetsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px
}

.NuggetsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item {
    max-width: 170px;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center
}

.NuggetsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item .item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0,0,0,0.15));
    padding: 10px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item .item__content {
        border: 1px solid rgba(0,0,0,0.15)
    }
}

.NuggetsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item--width200 {
    max-width: 200px
}

.NuggetsWidget-prefix .R-ProductPreviewList--centeredContent .R-ProductPreviewList__inner {
    justify-content: center !important
}

.NuggetsWidget-prefix .R-SM .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item {
    max-width: 50%
}

.NuggetsWidget-prefix .R-ContentCard {
    background-color: var(--card-bg-color, #fff);
    box-shadow: 0 calc(var(--card-shadow-size) / 4) var(--card-shadow-size) -1px var(--card-shadow-color);
    padding-top: var(--card-vertical-padding, 15px);
    padding-bottom: var(--card-vertical-padding, 15px);
    padding-left: var(--card-horizontal-padding, 10px);
    padding-right: var(--card-horizontal-padding, 10px);
    border-radius: var(--card-border-radius, 6px);
    text-align: left;
    border: var(--card-border-width, 1px) solid var(--card-border-color, rgba(0,0,0,0.1))
}

.NuggetsWidget-prefix :focus-visible {
    outline-color: #0E1311;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px
}

.NuggetsWidget-prefix .R-NpsRating .R-NpsRating__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-column-gap: 3px
}

.NuggetsWidget-prefix .R-NpsRating .R-NpsRating__item {
    flex-grow: 1
}

.NuggetsWidget-prefix .R-NpsRating .R-NpsRating__item .R-NpsRating__item__inner {
    background-color: var(--secondary-button-bg-color, transparent);
    color: var(--secondary-button-text-color, #0E1311);
    padding: var(--common-button-vertical-padding, 10px) 0px;
    border: var(--common-button-border-width, 1px) solid var(--secondary-button-border-color, rgba(0,0,0,0.2));
    border-radius: var(--common-button-border-radius, 0px);
    text-align: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out
}

.NuggetsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner {
    background-color: var(--primary-button-bg-color, #0E1311);
    color: var(--primary-button-text-color, #fff);
    border-color: var(--primary-button-border-color, #0E1311);
    cursor: default
}

.NuggetsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner .R-TextHeading,.NuggetsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner .R-TextBody {
    color: inherit
}

.NuggetsWidget-prefix .R-LabelTag {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 0.75em;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    color: var(--body-text-color, #0E1311);
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--common-border-color, rgba(0,0,0,0.15));
    vertical-align: middle
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-LabelTag {
        color: #0E1311;
        border: 1px solid rgba(0,0,0,0.15);
        font-family: inherit
    }
}

.NuggetsWidget-prefix .R-LabelTag .R-LabelTag__icon {
    display: inline-block;
    margin-right: 2px
}

.NuggetsWidget-prefix .R-LabelTag .R-LabelTag__icon--left {
    margin-left: 0;
    margin-right: 2px
}

.NuggetsWidget-prefix .R-LabelTag .R-LabelTag__icon--clickable {
    cursor: pointer
}

.NuggetsWidget-prefix .R-LabelTag .R-LabelTag__icon--selectedIcon {
    display: none
}

.NuggetsWidget-prefix .R-LabelTag .R-LabelTag__text+.R-LabelTag__icon {
    margin-right: 0px;
    margin-left: 2px
}

.NuggetsWidget-prefix .R-LabelTag .R-LabelTag__iconImage {
    max-width: 16px;
    width: 100%;
    display: inline-block
}

.NuggetsWidget-prefix .R-LabelTag--xs {
    font-size: 0.6875em;
    padding: 1px 4px;
    margin-right: 3px;
    margin-bottom: 3px
}

.NuggetsWidget-prefix .R-LabelTag--sm {
    font-size: 0.75em;
    padding: 2px 6px
}

.NuggetsWidget-prefix .R-LabelTag--md {
    font-size: 0.875em;
    padding: 3px 8px
}

.NuggetsWidget-prefix .R-LabelTag--lg {
    font-size: 1em;
    padding: 5px 10px
}

.NuggetsWidget-prefix .R-LabelTag--success {
    border-color: #11B1A7;
    color: #11B1A7
}

.NuggetsWidget-prefix .R-LabelTag--danger {
    border-color: #e7656e;
    color: #e7656e
}

.NuggetsWidget-prefix .R-LabelTag--warning {
    border-color: #ffb846;
    color: #ffb846
}

.NuggetsWidget-prefix .R-LabelTag--neutral {
    border-color: rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.4)
}

.NuggetsWidget-prefix .R-LabelTag--black {
    border-color: #0E1311;
    color: #0E1311
}

.NuggetsWidget-prefix .R-LabelTag--filled-success {
    background-color: #11B1A7;
    border-color: #11B1A7;
    color: #ffffff
}

.NuggetsWidget-prefix .R-LabelTag--filled-danger {
    background-color: #e7656e;
    border-color: #e7656e;
    color: #ffffff
}

.NuggetsWidget-prefix .R-LabelTag--filled-warning {
    background-color: #ffb846;
    border-color: #ffb846;
    color: #ffffff
}

.NuggetsWidget-prefix .R-LabelTag--filled-neutral {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.05);
    color: #ffffff
}

.NuggetsWidget-prefix .R-LabelTag--filled-black {
    background-color: #0E1311;
    border-color: #0E1311;
    color: #ffffff
}

.NuggetsWidget-prefix .R-LabelTag.isSelected {
    border-color: var(--primary-button-bg-color, #0E1311);
    color: var(--primary-button-bg-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-LabelTag.isSelected {
        border-color: #0E1311;
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-LabelTag.isSelected .R-LabelTag__icon--selectedIcon {
    display: inline-block
}

.NuggetsWidget-prefix .R-IconLabel {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px
}

.NuggetsWidget-prefix .R-IconLabel .R-IconLabel__iconImage {
    max-width: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.NuggetsWidget-prefix .R-IconLabel--sm .R-IconLabel__iconImage {
    max-width: 18px;
    height: 18px
}

.NuggetsWidget-prefix .R-IconLabel--md .R-IconLabel__iconImage {
    max-width: 25px;
    height: 25px
}

.NuggetsWidget-prefix .R-GlobalModal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100050;
    text-align: center;
    background-color: var(--popup-backdrop-color, rgba(0,0,0,0.75));
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.8s ease-in-out, opacity 0.1s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal {
        background-color: rgba(0,0,0,0.75)
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
    position: relative;
    top: 5%;
    background-color: var(--popup-color, #fff);
    border: var(--popup-border-width, 0px) solid var(--popup-border-color, rgba(0,0,0,0.1));
    border-radius: var(--popup-border-radius, 0px);
    box-shadow: 0 0 var(--popup-shadow-size, 0px) 0 var(--popup-shadow-color, rgba(0,0,0,0.1));
    transform: scale(0.8, 0.8);
    transition: transform 0.25s ease-in-out;
    padding: 20px;
    margin-bottom: 40px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }
}

@media screen and (min-width: 1640px) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        top:8%
    }
}

@media (max-width: 640px) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        top:0
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner {
    padding: 0px 20px
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner {
        padding-left:0;
        padding-right: 0
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner--spaceBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .R-TextBody.u-whiteSpace--prewrap.u-scrollableMaxHeight--480--desktop {
        max-height: none !important;
        overflow-y: visible !important
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button,.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button {
    color: var(--popup-icon-color, #0E1311);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button,.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button {
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button .button__icon,.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button .button__icon {
    font-size: 24px;
    line-height: 32px
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button .button__icon--sm,.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button .button__icon--sm {
    font-size: 18px;
    line-height: 32px
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button:hover,.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button:hover {
    color: var(--popup-icon-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button:hover,.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button:hover {
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__header {
    margin-bottom: 20px
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__closeButton {
    display: inline-block;
    background-color: #000;
    position: absolute;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 32px;
    height: 32px;
    line-height: 38px;
    font-size: 22px;
    border-radius: 100px;
    right: -15px;
    top: -15px;
    box-shadow: 0 3px 3px -1px rgba(0,0,0,0.2);
    cursor: pointer
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__controls {
    margin-bottom: 20px
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--padding--lg {
    padding: 30px
}

@media screen and (max-width: 640px) {
    .NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--padding--lg {
        padding:20px
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width1140 {
    max-width: 1140px;
    width: 100%
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width1040 {
    max-width: 1040px;
    width: 100%
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width960 {
    max-width: 960px;
    width: 100%
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width768 {
    max-width: 768px;
    width: 100%
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width640 {
    max-width: 640px;
    width: 100%
}

.NuggetsWidget-prefix .R-GlobalModal .R-GlobalModal__dialogLogo {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon {
    --override-popup-star-color: var(--popup-star-color, var(--common-star-color));
    --override-popup-star-disabled-color: var(--popup-disabled-star-color, var(--common-star-disabled-color));
    color: var(--override-popup-star-color)
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--disabled {
    color: var(--override-popup-star-disabled-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon {
        color: #0E1311
    }
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--override-popup-star-disabled-color);
    background-image: linear-gradient(to right, var(--override-popup-star-color) 0%, var(--override-popup-star-disabled-color) .1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 38%, var(--override-popup-star-disabled-color) 38.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 50%, var(--override-popup-star-disabled-color) 50.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 60%, var(--override-popup-star-disabled-color) 60.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 99.9%, var(--override-popup-star-color) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.NuggetsWidget-prefix .R-GlobalModal .R-TextHeading .cssVar-popup-heading-text {
    color: var(--popup-heading-text-color, inherit)
}

.NuggetsWidget-prefix .R-GlobalModal .R-TextBody .cssVar-popup-body-text {
    color: var(--popup-body-text-color, inherit)
}

.NuggetsWidget-prefix .R-GlobalModal .R-IconButton .cssVar-popup-message-icon {
    color: var(--popup-heading-text-color, inherit)
}

.NuggetsWidget-prefix .R-GlobalModal .R-BadgeElement .R-BadgeElement__icon .cssVar-popup-badgeElement__icon:before {
    font-size: var(--popup-badge-icon-font-size, inherit);
    color: var(--popup-badge-icon-color, inherit)
}

.NuggetsWidget-prefix .R-GlobalModal .R-BadgeElement .R-BadgeElement__text .cssVar-popup-badgeElement__text {
    font-size: var(--popup-badge-text-font-size, inherit);
    color: var(--popup-badge-text-color, inherit)
}

.NuggetsWidget-prefix .R-GlobalModal .u-hr {
    border-color: var(--popup-body-text-color, inherit);
    opacity: 0.15
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-GlobalModal .u-hr {
        border-color: #0E1311
    }
}

.NuggetsWidget-prefix .R-GlobalModal.hideScroll .controls__button--scrollLeft,.NuggetsWidget-prefix .R-GlobalModal.hideScroll .controls__button--scrollRight {
    display: none !important
}

.NuggetsWidget-prefix .R-GlobalModal.isActive {
    overflow: auto;
    pointer-events: auto;
    opacity: 1;
    max-height: 1600px;
    transition: max-height 0.01s ease-in-out, opacity 0.5s ease-in-out
}

.NuggetsWidget-prefix .R-GlobalModal.isActive .R-GlobalModal__dialog {
    transform: scale(1, 1)
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen {
    max-height: none
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 98%;
    width: auto
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog {
        max-height:none
    }
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .dialog__inner {
        padding-left:0;
        padding-right: 0
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table {
    display: table
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table {
        display:block
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__row {
    display: table-row
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__row {
        display:block
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell {
        display:block
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
    padding-left: 0;
    width: 460px
}

@media screen and (max-width: 1140px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        width:440px
    }
}

@media screen and (max-width: 1040px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        width:430px
    }
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        display:block;
        width: 100%
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right .dialog__inner {
    padding-left: 30px;
    padding-right: 10px
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right .dialog__inner {
        padding-left:0px;
        padding-right: 0px
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer {
    min-height: auto
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer {
        margin-bottom:20px
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer .R-ImageContainer__src {
    max-height: calc(100vh - 110px);
    vertical-align: top
}

@media screen and (max-height: 768px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer .R-ImageContainer__src {
        max-height:calc(100vh - 40px)
    }
}

.NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
    max-height: calc(100vh - 100px);
    vertical-align: top;
    background-color: rgba(0,0,0,0.03);
    min-width: 260px
}

@media screen and (max-height: 768px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
        max-height:120vh
    }
}

@media screen and (max-width: 960px) {
    .NuggetsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
        margin-bottom:20px;
        max-height: 70vh
    }
}

@media screen and (max-width: 640px) {
    .NuggetsWidget-prefix .R-GlobalModal .R-SliderIndicator-group .R-SliderIndicator {
        max-width:100%
    }
}

.NuggetsWidget-prefix .R-ImageContainer {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 400px;
    transition: 0.5s filter linear
}

.NuggetsWidget-prefix .R-ImageContainer.isLoading,.NuggetsWidget-prefix .R-ImageContainer.R-ImageContainer--isLoading {
    filter: blur(4px)
}

.NuggetsWidget-prefix .R-ImageContainer.isLoaded,.NuggetsWidget-prefix .R-ImageContainer.R-ImageContainer--isLoaded {
    filter: blur(0px)
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .R-ImageContainer {
        min-height:auto;
        height: auto
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-ImageContainer {
        height: auto;
        min-height: auto
    }
}

.NuggetsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    outline: none
}

@media (max-width: 768px) {
    .NuggetsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
        position:relative;
        height: auto
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
        position: relative;
        height: auto
    }
}

.NuggetsWidget-prefix .R-ImageContainer .R-TooltipTrigger {
    position: absolute
}

.NuggetsWidget-prefix .R-ImageContainer--noCrop {
    height: auto
}

.NuggetsWidget-prefix .R-ImageContainer--noCrop .R-ImageContainer__src {
    position: relative;
    height: auto;
    object-fit: contain;
    object-position: center;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.NuggetsWidget-prefix .R-MD .R-GlobalModal .R-GlobalModal__dialog .R-SliderIndicator-group .R-SliderIndicator {
    max-width: 100%
}

.NuggetsWidget-prefix [r-tooltip] {
    position: relative
}

.NuggetsWidget-prefix [r-tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: var(--tooltip-bg-color, #0E1311) transparent transparent transparent;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix [r-tooltip]::before {
        border-color: #0E1311 transparent transparent transparent
    }
}

.NuggetsWidget-prefix [r-tooltip]::after {
    content: attr(r-tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: var(--tooltip-bg-color, #0E1311);
    text-align: center;
    color: var(--tooltip-text-color, #fff);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: inherit;
    font-weight: 400;
    text-transform: none;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    z-index: 120;
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix [r-tooltip]::after {
        background: #0E1311
    }
}

.NuggetsWidget-prefix [r-tooltip]:hover::after,.NuggetsWidget-prefix [r-tooltip]:hover::before {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto
}

.NuggetsWidget-prefix [r-tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

.NuggetsWidget-prefix [r-tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%)
}

.NuggetsWidget-prefix [r-tooltip-position='top']::before {
    left: 50%
}

.NuggetsWidget-prefix [r-tooltip-position='top']::after {
    left: 50%
}

.NuggetsWidget-prefix [r-tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

.NuggetsWidget-prefix [r-tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%)
}

.NuggetsWidget-prefix [r-tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

.NuggetsWidget-prefix [r-tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%)
}

.NuggetsWidget-prefix [r-tooltip-align='left']::after {
    text-align: left;
    left: 0;
    transform: translateX(0%) translateY(-100%)
}

.NuggetsWidget-prefix [r-tooltip-position-align='right']::after {
    left: auto;
    right: -6px;
    transform: none
}

.NuggetsWidget-prefix [r-tooltip-position-align='left']::after {
    left: -6px;
    right: auto;
    transform: none
}

.NuggetsWidget-prefix [r-tooltip-position-align='topRight']::before {
    left: auto;
    right: 10%;
    transform: none
}

.NuggetsWidget-prefix [r-tooltip-position-align='topRight']::after {
    left: auto;
    right: -6px;
    transform: translateX(0%) translateY(-100%)
}

.NuggetsWidget-prefix [r-tooltip-position-align='topLeft']::before {
    left: 10%;
    transform: none
}

.NuggetsWidget-prefix [r-tooltip-position-align='topLeft']::after {
    left: -6px;
    right: auto;
    transform: translateX(0%) translateY(-100%)
}

.NuggetsWidget-prefix [r-tooltip-position-align='bottomRight']::after {
    left: auto;
    right: -6px;
    transform: translateX(0%) translateY(-100%)
}

.NuggetsWidget-prefix [r-tooltip-position-align='bottomLeft']::after {
    left: -6px;
    right: auto;
    transform: translateX(0%) translateY(-100%)
}

.NuggetsWidget-prefix [r-tooltip-size='280']::after {
    min-width: 280px
}

.NuggetsWidget-prefix [r-tooltip-size='180']::after {
    min-width: 180px
}

.NuggetsWidget-prefix [r-tooltip-size='160']::after {
    min-width: 160px
}

.NuggetsWidget-prefix [r-tooltip-size='140']::after {
    min-width: 140px
}

.NuggetsWidget-prefix [r-tooltip-size='100']::after {
    min-width: 100px
}

.NuggetsWidget-prefix [r-tooltip-size='80']::after {
    min-width: 80px
}

.NuggetsWidget-prefix [r-tooltip-size='60']::after {
    min-width: 60px
}

.NuggetsWidget-prefix [r-tooltip-fontsize='xxxxs']::after {
    font-size: 11px;
    line-height: 16px
}

.NuggetsWidget-prefix [r-tooltip-fontsize='xxxs']::after {
    font-size: 12px;
    line-height: 18px
}

.NuggetsWidget-prefix .isTooltipHidden:after,.NuggetsWidget-prefix .isTooltipHidden:before {
    display: none
}

.NuggetsWidget-prefix .R-TooltipTrigger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out
}

.NuggetsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 25px;
    height: 25px;
    background-color: var(--tooltip-trigger-bg-color, rgba(255,255,255,0.95));
    backdrop-filter: blur(2px);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 2px 0px 0px rgba(0,0,0,0.3)
}

.NuggetsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.3)
}

.NuggetsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item .R-TextHeading,.NuggetsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item .R-TextBody {
    color: var(--tooltip-trigger-text-color, #000);
    margin-bottom: 0;
    text-align: center
}

@keyframes CircleSpin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes CircleSpin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes CircleSpin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes staticZoomInOut--sm {
    0% {
        transform: translatey(0px) scale(0.92)
    }

    50% {
        transform: translatey(0px) scale(1)
    }

    100% {
        transform: translatey(0px) scale(0.92)
    }
}

@keyframes staticZoomInOut--md {
    0% {
        transform: translatey(0px) scale(0.8)
    }

    50% {
        transform: translatey(0px) scale(1)
    }

    100% {
        transform: translatey(0px) scale(0.8)
    }
}

@keyframes R-shakeAnimation--md {
    0% {
        transform: rotateZ(-6deg)
    }

    25% {
        transform: rotateZ(6deg)
    }

    50% {
        transform: rotateZ(-6deg)
    }

    75% {
        transform: rotateZ(6deg)
    }

    100% {
        transform: rotateZ(0)
    }
}


.NuggetsWidget-prefix .NuggetsWidget {
    --base-font-size: 16px;
    --base-font-family: inherit;
    --base-maxwidth: 420px;
    --base-maxheight: 640px;
    --vertical-padding: 5px;
    --horizontal-padding: 3px;
    --item-bg-start-color: transparent;
    --item-bg-end-color: transparent;
    --item-bg-gradient-direction: 135deg;
    --item-border-radius: 0px;
    --item-bottom-border-width: 0px;
    --item-bottom-border-color: rgba(0,0,0,0.05);
    --item-shadow-size: 0px;
    --item-shadow-color: rgba(0, 0, 0, 0.1);
    --common-star-color: #0E1311;
    --common-star-disabled-color: rgba(0,0,0,0.25);
    --small-star-size: 19px;
    --author-font-size: inherit;
    --author-font-weight: inherit;
    --author-text-transform: inherit;
    --heading-text-color: #0E1311;
    --heading-text-font-weight: 700;
    --heading-text-font-family: inherit;
    --heading-text-line-height: 1.4;
    --heading-text-letter-spacing: 0;
    --heading-text-transform: none;
    --body-text-color: #0E1311;
    --body-text-font-weight: 400;
    --body-text-font-family: inherit;
    --body-text-line-height: 1.4;
    --body-text-letter-spacing: 0;
    --body-text-transform: none;
    --scroll-button-icon-color: #0E1311;
    --scroll-button-icon-size: 16px;
    --scroll-button-vertical-position: 5px;
    --scroll-button-horizontal-position: 0px
}

.NuggetsWidget-prefix .NuggetsWidget--dark {
    --vertical-padding: 12px;
    --horizontal-padding: 12px;
    --item-bg-start-color: #000000;
    --item-bg-end-color: #000000;
    --item-border-radius: 4px;
    --common-star-color: #ffffff;
    --common-star-disabled-color: rgba(255,255,255,0.25);
    --heading-text-color: #FFFFFF;
    --body-text-color: #FFFFFF;
    --scroll-button-icon-color: #FFFFFF
}

.NuggetsWidget-prefix .NuggetsWidget {
    display: inline-flex;
    flex-direction: column;
    font-size: var(--base-font-size, 16px);
    font-family: var(--base-font-family);
    max-width: var(--base-maxwidth, 380px);
    max-height: var(--base-maxheight, 640px);
    width: 100%;
    white-space: normal;
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__inner {
    padding-top: var(--vertical-padding, 10px);
    padding-bottom: var(--vertical-padding, 10px);
    padding-left: var(--horizontal-padding, 15px);
    padding-right: var(--horizontal-padding, 15px);
    background-color: var(--item-bg-start-color, transparent);
    background-image: linear-gradient(var(--item-bg-gradient-direction, 135deg), var(--item-bg-start-color, transparent), var(--item-bg-end-color, transparent));
    border-radius: var(--item-border-radius, 0);
    border: var(--item-bottom-border-width, 0) solid var(--item-bottom-border-color, rgba(0,0,0,0.1));
    box-shadow: 0 0px var(--item-shadow-size, 5px) var(--item-shadow-color, rgba(0,0,0,0.1))
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading {
    position: relative;
    padding-left: calc(var(--base-font-size, 16px) + 1px);
    padding-right: calc(var(--base-font-size, 16px) + 1px);
    align-self: flex-start
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .NuggetsWidget__quotationMark {
    position: absolute;
    height: var(--base-font-size, 16px);
    line-height: calc((var(--base-font-size, 16px)) * 1.5)
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .NuggetsWidget__quotationMark--left {
    top: -2px;
    left: 0
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .NuggetsWidget__quotationMark--right {
    bottom: 0;
    right: 0
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .R-TextHeading:not(.NuggetsWidget__quotationMark) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list.isScrollAnimationDisabled {
    scroll-behavior: auto !important
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    padding: 0 5px
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__item__inner {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item div {
        flex: 1 1 auto !important
    }
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta {
    padding-left: var(--base-font-size, 16px);
    padding-right: 0px
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta .NuggetsWidget__meta__text {
    max-width: calc(100% - (var(--small-star-size,16px) * 6))
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta .NuggetsWidget__meta__text.NuggetsWidget__meta__text--isFullWidth {
    max-width: 100%
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta .NuggetsWidget__meta__text .meta__text__authorName {
    display: inline
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__footer {
    margin-top: var(--scroll-button-vertical-position, 0);
    margin-right: var(--scroll-button-horizontal-position, 0);
    margin-bottom: -2px
}

.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__footer .R-IconButton {
    color: var(--scroll-button-icon-color, #0E1311);
    font-size: var(--scroll-button-icon-size, 16px)
}

.NuggetsWidget-prefix .NuggetsWidget .cssVar-authorName {
    font-size: var(--author-font-size, inherit);
    font-weight: var(--author-font-weight, inherit);
    text-transform: var(--author-text-transform, inherit)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .NuggetsWidget-prefix .NuggetsWidget .cssVar-authorName {
        font-size: inherit;
        font-weight: inherit;
        text-transform: inherit
    }
}

.NuggetsWidget-prefix .NuggetsWidget--mini {
    --base-font-size: 12px;
    --base-maxwidth: 580px;
    --content-rows-count: 1;
    --small-star-size: 16px;
    --scroll-button-icon-size: 12px;
    --item-border-radius: 0px;
    --vertical-padding: 5px;
    --horizontal-padding: 3px;
    align-items: center;
    max-width: none;
    width: 100%;
    background-color: var(--item-bg-start-color, transparent);
    background-image: linear-gradient(var(--item-bg-gradient-direction, 135deg), var(--item-bg-start-color, transparent), var(--item-bg-end-color, transparent))
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__inner {
    max-width: var(--base-maxwidth, 380px);
    width: 100%;
    background-color: transparent;
    background-image: none
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__inner .NuggetsWidget__heading {
    align-self: center
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__inner .NuggetsWidget__heading .R-TextHeading:not(.NuggetsWidget__quotationMark) {
    -webkit-line-clamp: var(--content-rows-count, 1);
    margin-bottom: 5px !important;
    text-align: center
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__inner .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    display: flex
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__inner .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta .NuggetsWidget__meta__inner {
    justify-content: center;
    width: 100%
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__footer {
    margin-top: -21px
}

.NuggetsWidget-prefix .NuggetsWidget--mini .NuggetsWidget__footer .R-IconButton {
    backdrop-filter: blur(10px)
}

.NuggetsWidget-prefix .NuggetsWidget--mini--stickyTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 35000
}

.NuggetsWidget-prefix .NuggetsWidget--mini--stickyBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 35000
}

.NuggetsWidget-prefix .R-XSM.NuggetsWidget:not(.NuggetsWidget--mini) .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta .NuggetsWidget__meta__text {
    max-width: 100%;
    margin-top: 3px
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/reviews-widget.css?1766398222267306*/
.ElementsWidget-prefix .R-flex-wrapper {
    box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto
}

.ElementsWidget-prefix .R-flex-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.ElementsWidget-prefix .R-flex-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.ElementsWidget-prefix .R-flex-row--noMargin {
    margin-left: 0;
    margin-right: 0
}

.ElementsWidget-prefix .R-flex-row.R-flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ElementsWidget-prefix .R-flex-col.R-flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.ElementsWidget-prefix .R-flex-col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.ElementsWidget-prefix .R-flex-col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.ElementsWidget-prefix .R-flex-col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.ElementsWidget-prefix .R-flex-col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.ElementsWidget-prefix .R-flex-col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 0
}

.ElementsWidget-prefix .R-flex-col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%
}

.ElementsWidget-prefix .R-flex-col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%
}

.ElementsWidget-prefix .R-flex-col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.ElementsWidget-prefix .R-flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
}

.ElementsWidget-prefix .R-flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

.ElementsWidget-prefix .R-flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.ElementsWidget-prefix .R-flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.ElementsWidget-prefix .R-flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.ElementsWidget-prefix .R-flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.ElementsWidget-prefix .R-flex-baseline-xs {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline
}

.ElementsWidget-prefix .R-flex-around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.ElementsWidget-prefix .R-flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.ElementsWidget-prefix .R-flex-first-xs {
    order: -1
}

.ElementsWidget-prefix .R-flex-last-xs {
    order: 1
}

@media only screen and (min-width: 12.5em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 11.98rem
    }

    .ElementsWidget-prefix .R-flex-col-xxs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-xxs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xxs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-xxs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-xxs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-xxs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-xxs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-xxs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-xxs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-xxs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-xxs {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-xxs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-xxs {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-xxs {
        order: 1
    }
}

@media only screen and (min-width: 30em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 28.75rem
    }

    .ElementsWidget-prefix .R-flex-col-xs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-xs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-xs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-xs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-xs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-xs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-xs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-xs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-xs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-xs {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-xs {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-xs {
        order: 1
    }
}

@media only screen and (min-width: 48em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 46rem
    }

    .ElementsWidget-prefix .R-flex-col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-sm {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-sm {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-sm {
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 61rem
    }

    .ElementsWidget-prefix .R-flex-col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-md {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-md {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-md {
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .ElementsWidget-prefix .R-flex-container {
        width: 71rem
    }

    .ElementsWidget-prefix .R-flex-col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .ElementsWidget-prefix .R-flex-col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .ElementsWidget-prefix .R-flex-col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .ElementsWidget-prefix .R-flex-col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .ElementsWidget-prefix .R-flex-col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .ElementsWidget-prefix .R-flex-col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .ElementsWidget-prefix .R-flex-start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .ElementsWidget-prefix .R-flex-center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .ElementsWidget-prefix .R-flex-end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .ElementsWidget-prefix .R-flex-top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .ElementsWidget-prefix .R-flex-middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .ElementsWidget-prefix .R-flex-bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .ElementsWidget-prefix .R-flex-baseline-lg {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline
    }

    .ElementsWidget-prefix .R-flex-around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .ElementsWidget-prefix .R-flex-between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .ElementsWidget-prefix .R-flex-first-lg {
        order: -1
    }

    .ElementsWidget-prefix .R-flex-last-lg {
        order: 1
    }
}

.ElementsWidget-prefix .R-Container {
    position: relative;
    padding: 0 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .R-Container {
        padding-left: 10%;
        padding-right: 10%
    }
}

@media (max-width: 767px) {
    .ElementsWidget-prefix .R-Container {
        padding-left: 5%;
        padding-right: 5%
    }
}

.ElementsWidget-prefix .R-Container--widthFull {
    max-width: none
}

.ElementsWidget-prefix .R-Container--edgeToEdge {
    max-width: none;
    padding: 0 !important
}

.ElementsWidget-prefix .R-Container--width1440 {
    max-width: 1440px
}

.ElementsWidget-prefix .R-Container--width1140 {
    max-width: 1140px
}

.ElementsWidget-prefix .R-Container--width1040 {
    max-width: 1040px
}

.ElementsWidget-prefix .R-Container--width960 {
    max-width: 960px
}

.ElementsWidget-prefix .R-Container--width768 {
    max-width: 768px
}

.ElementsWidget-prefix .R-Container--width640 {
    max-width: 640px
}

.ElementsWidget-prefix .R-Container--width480 {
    max-width: 480px
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .R-Container--width480 {
        padding-left: 5%;
        padding-right: 5%
    }
}

.ElementsWidget-prefix .R-Container--width320 {
    max-width: 320px
}

.ElementsWidget-prefix .R-Container--noPadding {
    padding-left: 0;
    padding-right: 0
}

.ElementsWidget-prefix .u-marginBottom--neg--xxs {
    margin-bottom: -3px
}

.ElementsWidget-prefix .u-marginBottom--neg--xs {
    margin-bottom: -5px
}

.ElementsWidget-prefix .u-marginBottom--none {
    margin-bottom: 0 !important
}

.ElementsWidget-prefix .u-marginBottom--xxs {
    margin-bottom: 3px !important
}

.ElementsWidget-prefix .u-marginBottom--xs {
    margin-bottom: 5px !important
}

.ElementsWidget-prefix .u-marginBottom--sm {
    margin-bottom: 10px !important
}

.ElementsWidget-prefix .u-marginBottom--md {
    margin-bottom: 20px !important
}

.ElementsWidget-prefix .u-marginBottom--lg {
    margin-bottom: 30px !important
}

.ElementsWidget-prefix .u-marginBottom--xlg {
    margin-bottom: 50px !important
}

.ElementsWidget-prefix .u-marginBottom--xxlg {
    margin-bottom: 70px !important
}

.ElementsWidget-prefix .u-marginBottom--xxxlg {
    margin-bottom: 100px !important
}

.ElementsWidget-prefix .u-marginTop--neg--xxs {
    margin-top: -3px
}

.ElementsWidget-prefix .u-marginTop--neg--xs {
    margin-top: -5px
}

.ElementsWidget-prefix .u-marginTop--none {
    margin-top: 0 !important
}

.ElementsWidget-prefix .u-marginTop--xxs {
    margin-top: 3px !important
}

.ElementsWidget-prefix .u-marginTop--xs {
    margin-top: 5px !important
}

.ElementsWidget-prefix .u-marginTop--sm {
    margin-top: 10px !important
}

.ElementsWidget-prefix .u-marginTop--md {
    margin-top: 20px !important
}

.ElementsWidget-prefix .u-marginTop--lg {
    margin-top: 30px !important
}

@media screen and (min-width: 993px) {
    .ElementsWidget-prefix .u-marginTop--lg--desktop--sm {
        margin-top: 30px !important
    }
}

.ElementsWidget-prefix .u-marginTop--xlg {
    margin-top: 50px !important
}

.ElementsWidget-prefix .u-marginTop--xxlg {
    margin-top: 70px !important
}

.ElementsWidget-prefix .u-marginTop--xxxlg {
    margin-top: 100px !important
}

.ElementsWidget-prefix .u-marginRight--neg--xxs {
    margin-right: -3px
}

.ElementsWidget-prefix .u-marginRight--neg--xs {
    margin-right: -5px
}

.ElementsWidget-prefix .u-marginRight--none {
    margin-right: 0 !important
}

.ElementsWidget-prefix .u-marginRight--xs {
    margin-right: 5px !important
}

.ElementsWidget-prefix .u-marginRight--sm {
    margin-right: 10px !important
}

.ElementsWidget-prefix .u-marginRight--md {
    margin-right: 20px !important
}

.ElementsWidget-prefix .u-marginRight--lg {
    margin-right: 30px !important
}

.ElementsWidget-prefix .u-marginLeft--neg--xxs {
    margin-left: -3px
}

.ElementsWidget-prefix .u-marginLeft--neg--xs {
    margin-left: -5px
}

.ElementsWidget-prefix .u-marginLeft--none {
    margin-left: 0 !important
}

.ElementsWidget-prefix .u-marginLeft--xs {
    margin-left: 5px !important
}

.ElementsWidget-prefix .u-marginLeft--sm {
    margin-left: 10px !important
}

.ElementsWidget-prefix .u-marginLeft--md {
    margin-left: 20px !important
}

.ElementsWidget-prefix .u-marginLeft--lg {
    margin-left: 30px !important
}

.ElementsWidget-prefix .u-paddingBottom--none {
    padding-bottom: 0 !important
}

.ElementsWidget-prefix .u-paddingBottom--sm {
    padding-bottom: 10px !important
}

.ElementsWidget-prefix .u-paddingBottom--md {
    padding-bottom: 20px !important
}

.ElementsWidget-prefix .u-paddingBottom--lg {
    padding-bottom: 30px !important
}

.ElementsWidget-prefix .u-paddingBottom--xlg {
    padding-bottom: 50px !important
}

.ElementsWidget-prefix .u-paddingBottom--xxlg {
    padding-bottom: 70px !important
}

.ElementsWidget-prefix .u-paddingBottom--xxxlg {
    padding-bottom: 100px !important
}

.ElementsWidget-prefix .u-paddingTop--none {
    padding-top: 0 !important
}

.ElementsWidget-prefix .u-paddingTop--sm {
    padding-top: 10px !important
}

.ElementsWidget-prefix .u-paddingTop--md {
    padding-top: 20px !important
}

.ElementsWidget-prefix .u-paddingTop--lg {
    padding-top: 30px !important
}

.ElementsWidget-prefix .u-paddingTop--xlg {
    padding-top: 50px !important
}

.ElementsWidget-prefix .u-paddingTop--xxlg {
    padding-top: 70px !important
}

.ElementsWidget-prefix .u-paddingTop--xxxlg {
    padding-top: 100px !important
}

.ElementsWidget-prefix .u-paddingRight--none {
    padding-right: 0 !important
}

.ElementsWidget-prefix .u-paddingRight--xxs {
    padding-right: 2px !important
}

.ElementsWidget-prefix .u-paddingRight--xs {
    padding-right: 5px !important
}

.ElementsWidget-prefix .u-paddingRight--sm {
    padding-right: 10px !important
}

.ElementsWidget-prefix .u-paddingRight--md {
    padding-right: 20px !important
}

.ElementsWidget-prefix .u-paddingRight--lg {
    padding-right: 30px !important
}

.ElementsWidget-prefix .u-paddingRight--xlg {
    padding-right: 50px !important
}

.ElementsWidget-prefix .u-paddingRight--xxlg {
    padding-right: 70px !important
}

.ElementsWidget-prefix .u-paddingRight--xxxlg {
    padding-right: 100px !important
}

.ElementsWidget-prefix .u-paddingLeft--none {
    padding-left: 0 !important
}

.ElementsWidget-prefix .u-paddingLeft--xxs {
    padding-left: 2px !important
}

.ElementsWidget-prefix .u-paddingLeft--xs {
    padding-left: 5px !important
}

.ElementsWidget-prefix .u-paddingLeft--sm {
    padding-left: 10px !important
}

.ElementsWidget-prefix .u-paddingLeft--md {
    padding-left: 20px !important
}

.ElementsWidget-prefix .u-paddingLeft--lg {
    padding-left: 30px !important
}

.ElementsWidget-prefix .u-paddingLeft--xlg {
    padding-left: 50px !important
}

.ElementsWidget-prefix .u-paddingLeft--xxlg {
    padding-left: 70px !important
}

.ElementsWidget-prefix .u-paddingLeft--xxxlg {
    padding-left: 100px !important
}

.ElementsWidget-prefix .u-textLeft {
    text-align: left !important
}

.ElementsWidget-prefix .u-textCenter {
    text-align: center !important
}

.ElementsWidget-prefix .u-textCenter--all {
    text-align: center !important
}

@media (min-width: 993px) {
    .ElementsWidget-prefix .u-textCenter--desktop--sm {
        text-align: center !important
    }
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .u-textCenter--tablet--lg {
        text-align: center !important
    }
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .u-textCenter--tablet--md {
        text-align: center !important
    }
}

@media (max-width: 767px) {
    .ElementsWidget-prefix .u-textCenter--tablet--sm {
        text-align: center !important
    }
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-textCenter--phone--lg {
        text-align: center !important
    }
}

@media (max-width: 480px) {
    .ElementsWidget-prefix .u-textCenter--phone--md {
        text-align: center !important
    }
}

.ElementsWidget-prefix .u-textRight {
    text-align: right !important
}

.ElementsWidget-prefix .u-textRight--all {
    text-align: right !important
}

.ElementsWidget-prefix .u-textLeft--all {
    text-align: left !important
}

.ElementsWidget-prefix .u-hidden--all {
    display: none !important
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-hidden--phone--lg {
        display: none !important
    }
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .u-hidden--tablet--md {
        display: none !important
    }
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .u-hidden--tablet--lg {
        display: none !important
    }
}

.ElementsWidget-prefix .u-visible--phone--lg {
    display: none !important
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-visible--phone--lg {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-visible--phone--lg--block {
    display: none !important
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .u-visible--phone--lg--block {
        display: block !important
    }
}

.ElementsWidget-prefix .u-visible--tablet--md {
    display: none !important
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .u-visible--tablet--md {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-visible--tablet--lg {
    display: none !important
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .u-visible--tablet--lg {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-visible--desktop--sm {
    display: none !important
}

@media (min-width: 993px) {
    .ElementsWidget-prefix .u-visible--desktop--sm {
        display: inline-block !important
    }
}

.ElementsWidget-prefix .u-whiteSpace--prewrap {
    word-break: break-word
}

.ElementsWidget-prefix .u-whiteSpace--nowrap {
    white-space: nowrap;
    word-break: nowrap
}

.ElementsWidget-prefix .u-overflow--hidden {
    overflow: hidden !important
}

.ElementsWidget-prefix .u-textCapitalized {
    text-transform: capitalize
}

.ElementsWidget-prefix .u-textLowercase {
    text-transform: lowercase
}

.ElementsWidget-prefix .u-textSentenceCase:first-letter {
    text-transform: capitalize !important
}

.ElementsWidget-prefix .u-cursorPointer {
    cursor: pointer !important
}

.ElementsWidget-prefix .u-cursorDefault {
    cursor: default !important
}

.ElementsWidget-prefix .u-wordBreak--wordBreak {
    word-break: break-word !important
}

.ElementsWidget-prefix .u-wordBreak--wordAll {
    word-break: break-all !important
}

.ElementsWidget-prefix .u-textOverflow--elipsis {
    text-overflow: ellipsis
}

.ElementsWidget-prefix .u-textEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ElementsWidget-prefix .u-textTrim--1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ElementsWidget-prefix .u-textTrim--onHoverShowAll:hover {
    -webkit-line-clamp: initial
}

.ElementsWidget-prefix .u-positionRelative {
    position: relative !important
}

.ElementsWidget-prefix .u-positionStatic {
    position: static !important
}

.ElementsWidget-prefix .u-hr {
    display: block;
    height: 1px;
    border-width: var(--common-border-width, 1px);
    border-style: solid;
    border-color: var(--common-border-color, rgba(0, 0, 0, 0.15));
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .u-hr {
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .u-hr--dashed {
    border-width: var(--common-border-width, 1px);
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .u-hr--dashed {
        border-width: 1px
    }
}

.ElementsWidget-prefix .u-hr--margin-sm {
    margin-top: 20px;
    margin-bottom: 20px
}

.ElementsWidget-prefix .u-hr--margin-md {
    margin-top: 30px;
    margin-bottom: 30px
}

.ElementsWidget-prefix .u-hr--margin-lg {
    margin-top: 50px;
    margin-bottom: 50px
}

.ElementsWidget-prefix .u-displayFlex {
    display: flex
}

.ElementsWidget-prefix .u-displayInlineFlex {
    display: inline-flex
}

.ElementsWidget-prefix .u-flexJustifyContent--center, .ElementsWidget-prefix .u-justifyContent--center {
    justify-content: center !important
}

.ElementsWidget-prefix .u-flexJustifyContent--between {
    justify-content: space-between !important
}

.ElementsWidget-prefix .u-flexJustifyContent--start {
    justify-content: flex-start !important
}

.ElementsWidget-prefix .u-flexAlignItems--stretch {
    align-items: stretch !important
}

.ElementsWidget-prefix .u-flexAlignItems--center {
    align-items: center !important
}

.ElementsWidget-prefix .u-flexAlignItems--start {
    align-items: flex-start !important
}

.ElementsWidget-prefix .u-flexDirection--row {
    flex-direction: row !important
}

.ElementsWidget-prefix .u-flexDirection--column {
    flex-direction: column !important
}

.ElementsWidget-prefix .u-flexWrap--wrap {
    flex-wrap: wrap
}

.ElementsWidget-prefix .u-flexWrap--noWrap {
    flex-wrap: nowrap
}

.ElementsWidget-prefix .u-flexGrow {
    flex-grow: 1
}

.ElementsWidget-prefix .u-height--100 {
    height: 100%
}

.ElementsWidget-prefix .u-width--100 {
    width: 100%
}

.ElementsWidget-prefix .u-maxWidth--240 {
    width: 100%;
    max-width: 240px
}

.ElementsWidget-prefix .u-maxWidth--320 {
    width: 100%;
    max-width: 320px
}

.ElementsWidget-prefix .u-maxWidth--380 {
    width: 100%;
    max-width: 380px
}

.ElementsWidget-prefix .u-maxWidth--480 {
    width: 100%;
    max-width: 480px
}

.ElementsWidget-prefix .u-maxWidth--640 {
    width: 100%;
    max-width: 640px
}

.ElementsWidget-prefix .u-maxWidth--768 {
    width: 100%;
    max-width: 768px
}

@media screen and (min-width: 768px) {
    .ElementsWidget-prefix .u-scrollableMaxHeight--480--desktop {
        max-height: 480px;
        overflow-y: auto
    }
}

.ElementsWidget-prefix .u-displayBlock {
    display: block !important
}

.ElementsWidget-prefix .u-inlineBlock, .ElementsWidget-prefix .u-displayInlineBlock {
    display: inline-block
}

.ElementsWidget-prefix .u-verticalAlign--middle {
    vertical-align: middle !important
}

.ElementsWidget-prefix .u-verticalAlign--top {
    vertical-align: top !important
}

.ElementsWidget-prefix .u-pointerEvents--none {
    pointer-events: none !important
}

.ElementsWidget-prefix .u-floatRight {
    float: right
}

.ElementsWidget-prefix .u-floatLeft {
    float: left
}

.ElementsWidget-prefix .u-removeWhitespace {
    font-size: 0
}

.ElementsWidget-prefix .u-isDisabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: default
}

.ElementsWidget-prefix .u-textDecoration--underline {
    text-decoration: underline
}

.ElementsWidget-prefix .u-filterBlur--4 {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.ElementsWidget-prefix .u-transitionAll--03 {
    transition: all 0.3s ease-in-out
}

.ElementsWidget-prefix .u-transitionAll--05 {
    transition: all 0.5s ease-in-out
}

.ElementsWidget-prefix .u-flipItem--x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.ElementsWidget-prefix .u-rowGap--xxs {
    grid-row-gap: 3px
}

.ElementsWidget-prefix .u-rowGap--xs {
    grid-row-gap: 5px
}

.ElementsWidget-prefix .u-rowGap--sm {
    grid-row-gap: 10px
}

.ElementsWidget-prefix .u-rowGap--md {
    grid-column-gap: 15px
}

.ElementsWidget-prefix .u-columnGap--xxs {
    grid-column-gap: 3px
}

.ElementsWidget-prefix .u-columnGap--xs {
    grid-column-gap: 5px
}

.ElementsWidget-prefix .u-columnGap--sm {
    grid-column-gap: 10px
}

.ElementsWidget-prefix .u-columnGap--md {
    grid-column-gap: 15px
}

@keyframes GlobalLoaderAnimation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes GlobalLoaderAnimation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.ElementsWidget-prefix .R-GlobalLoader {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(255, 255, 255, 0);
    -webkit-animation: GlobalLoaderAnimation 0.7s ease-in-out infinite;
    animation: GlobalLoaderAnimation 0.7s ease-in-out infinite
}

.ElementsWidget-prefix .R-GlobalLoader--sm {
    width: 25px;
    height: 25px;
    border-width: 3px
}

.ElementsWidget-prefix .R-StarLoader {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    margin-top: 50px;
    min-height: 170px
}

.ElementsWidget-prefix .R-StarLoader.isActive {
    display: inline-block
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__svg {
    width: 60px
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__description {
    margin-top: -5px;
    display: none
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__messageSlider .messageSlider__item {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.25s, opacity 0.25s
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__messageSlider .messageSlider__item.isVisible {
    max-height: 80px;
    opacity: 1;
    transition: max-height 0.25s, opacity 1s
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link {
    position: relative;
    display: inline-block;
    background-color: rgba(17, 177, 167, 0.2);
    font-weight: 500;
    color: #11B1A7;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: -1px;
    margin-bottom: -1px
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link .link__icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 0px
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link--underline {
    padding-bottom: 2px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__link--underline:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #11B1A7
}

.ElementsWidget-prefix .R-StarLoader .R-StarLoader__emoji {
    font-size: 18px;
    position: relative;
    top: 2px
}

.ElementsWidget-prefix .R-StarLoader .outer {
    fill: transparent;
    stroke: #fff;
    stroke-width: 6px;
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: R-draw 4s infinite
}

.ElementsWidget-prefix .R-StarLoader .inner {
    fill: #fff;
    transform-origin: center;
    animation: R-fadeIn 4s infinite
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-StarLoader .inner {
        display: none
    }
}

@keyframes R-fadeIn {
    0% {
        opacity: 1;
        transform: scale(4.95) translate(44%, 43.9%)
    }
    50% {
        opacity: 0.8;
        transform: scale(4.25) translate(44%, 43.9%)
    }
    100% {
        opacity: 1;
        transform: scale(4.95) translate(44%, 43.9%)
    }
}

@keyframes R-draw {
    0% {
        transform: scale(0.9);
        stroke-dashoffset: 0
    }
    50% {
        opacity: 0.8;
        transform: scale(0.8);
        stroke-dashoffset: 1000
    }
    100% {
        transform: scale(0.9);
        stroke-dashoffset: 0
    }
}

.ElementsWidget-prefix .R-StarLoader--dark .outer {
    stroke: #0e1311
}

.ElementsWidget-prefix .R-StarLoader--dark .inner {
    fill: #0e1311
}

.ElementsWidget-prefix .R-StarLoader--autoHeight {
    min-height: auto;
    margin-top: 0
}

@keyframes ColouredProgressBar {
    0% {
        background-position: 100%
    }
    100% {
        background-position: 0
    }
}

.ElementsWidget-prefix .R-ColouredProgressBar {
    width: 100%;
    max-width: 260px;
    height: 8px;
    background: rgba(22, 23, 43, 0.15);
    border-radius: 3px;
    overflow: hidden
}

.ElementsWidget-prefix .R-ColouredProgressBar__inner {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #5ddab1, #18c1b6 34%, #7563e1 51%, #5ddab1 68%, #18c1b6);
    background-size: 300% 100%;
    animation: ColouredProgressBar 2s linear infinite
}

.ElementsWidget-prefix .R-TextHeading {
    display: block;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.525rem;
    line-height: 2.24rem;
    font-weight: 400;
    color: var(--heading-text-color, #0E1311);
    text-align: left;
    margin-top: 0;
    letter-spacing: 0;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TextHeading {
        font-family: inherit;
        font-weight: 600;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-TextHeading--xxxxxs {
    font-size: 0.6875em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xxxxs {
    font-size: 0.75em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xxxs {
    font-size: 0.875em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xxs {
    font-size: 1em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextHeading--xs {
    font-size: 1.125em;
    margin-bottom: 0.625em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--xs {
        font-size: 1em
    }
}

.ElementsWidget-prefix .R-TextHeading--sm {
    font-size: 1.25em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--sm {
        font-size: 1.125em
    }
}

.ElementsWidget-prefix .R-TextHeading--md {
    font-size: 1.625em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--md {
        font-size: 1.375em
    }
}

.ElementsWidget-prefix .R-TextHeading--lg {
    font-size: 2.25em
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-TextHeading--lg {
        font-size: 1.75em
    }
}

.ElementsWidget-prefix .R-TextHeading--xlg {
    font-size: 2.625em
}

.ElementsWidget-prefix .R-TextHeading--inline {
    display: inline-block
}

.ElementsWidget-prefix .R-TextHeading--white {
    color: #ffffff
}

.ElementsWidget-prefix .R-TextHeading--light {
    color: rgba(255, 255, 255, 0.85)
}

.ElementsWidget-prefix .R-TextHeading--semiBold {
    font-weight: 600
}

.ElementsWidget-prefix .R-TextBody {
    display: block;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.441rem;
    line-height: 2.1rem;
    font-weight: 400;
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-align: left;
}

.ElementsWidget-prefix .R-Tag {
    display: block;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.181rem;
    line-height: 1.68rem;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--body-text-color, #0E1311);
    text-decoration: underline;
    margin-right: 1rem;
}

.ElementsWidget-prefix .R-Tag:last-child {
    margin-right: 0;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TextBody {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-TextBody--xxxxs {
    font-size: 0.6875em;
    margin-bottom: 0.25em
}

.ElementsWidget-prefix .R-TextBody--xxxs {
    font-size: 0.75em;
    margin-bottom: 0.3125em
}

.ElementsWidget-prefix .R-TextBody--xxs {
    font-size: 0.875em;
    margin-bottom: 0.625em
}


.ElementsWidget-prefix .R-TextBody--sm {
    font-size: 1em
}

.ElementsWidget-prefix .R-TextBody--md {
    font-size: 1.125em
}

.ElementsWidget-prefix .R-TextBody--lg {
    font-size: 1.375em
}

.ElementsWidget-prefix .R-TextBody--xlg {
    font-size: 1.625em
}

.ElementsWidget-prefix .R-TextBody--inline {
    display: inline-block
}

.ElementsWidget-prefix .R-TextBody--white {
    color: #ffffff
}

.ElementsWidget-prefix .R-TextBody--light {
    color: rgba(255, 255, 255, 0.85)
}

.ElementsWidget-prefix .R-TextBody--colourDanger {
    color: #e7656e
}

.ElementsWidget-prefix .TextList {
    list-style-type: disc;
    padding: 0 0 0 20px
}

.ElementsWidget-prefix .TextList .TextList__item {
    position: relative
}

.ElementsWidget-prefix .TextList .TextList__item--noBullet {
    list-style-type: none
}

.ElementsWidget-prefix .TextList .R-TextBody--sm {
    margin-bottom: 15px
}

.ElementsWidget-prefix .TextList--withCheckmarks {
    padding-left: 0
}

.ElementsWidget-prefix .TextList--withCheckmarks .TextList__item {
    padding-left: 30px;
    list-style-type: none
}

.ElementsWidget-prefix .TextList--withCheckmarks .TextList__item .item__icon {
    position: absolute;
    left: 3px;
    top: 3px;
    color: #fff;
    background-color: #11B1A7;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 60px
}

.ElementsWidget-prefix .TextList--numbered {
    list-style-type: decimal
}

.ElementsWidget-prefix .UnderlineText {
    display: inline-block;
    position: relative;
    margin-bottom: 5px
}

.ElementsWidget-prefix .UnderlineText:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #11B1A7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

.ElementsWidget-prefix .UnderlineText--black:after {
    background-color: #0E1311
}

.ElementsWidget-prefix .R-Field {
    position: relative;
    margin-bottom: 25px
}

.ElementsWidget-prefix .R-Field .R-Field__label {
    color: var(--body-text-color, #0E1311);
    opacity: 0;
    overflow: hidden;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 5px;
    margin-bottom: 0;
    transform: translateY(5px);
    transition: all 0.1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
    display: inline-block;
    background-color: transparent;
    backdrop-filter: blur(20px);
    width: auto;
    left: 10px;
    top: -7px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__label {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field.js-field--has-value .R-Field__label, .ElementsWidget-prefix .R-Field.hasValue .R-Field__label {
    opacity: 1;
    transform: translateY(0px);
    font-size: 12px
}

.ElementsWidget-prefix .R-Field::hover, .ElementsWidget-prefix .R-Field::focus {
    box-shadow: none;
    outline: 0
}

.ElementsWidget-prefix .R-Field .R-Field__input {
    display: inline-block;
    background-color: var(--inputfield-background-color, transparent);
    appearance: none;
    padding: 12px;
    font-family: var(--inputfield-text-font-family, inherit);
    font-size: var(--input-text-font-size, 14px);
    font-weight: var(--inputfield-text-font-weight, 400);
    line-height: 1.6;
    color: var(--inputfield-text-color, #0E1311);
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    border-width: var(--inputfield-border-width, 1px);
    border-style: solid;
    border-radius: var(--inputfield-border-radius, 0px);
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    resize: vertical;
    height: auto;
    min-height: 40px;
    box-shadow: none;
    transition: all 0.20s ease-in-out;
    outline: none;
    margin-bottom: 0px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input {
        background-color: transparent;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        color: #0E1311;
        border-color: rgba(0, 0, 0, 0.2);
        border-width: 1px;
        border-radius: 0px
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input:hover, .ElementsWidget-prefix .R-Field .R-Field__input:focus {
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    outline: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input:hover, .ElementsWidget-prefix .R-Field .R-Field__input:focus {
        border-color: rgba(0, 0, 0, 0.2)
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input::-webkit-input-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input::-webkit-input-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input::-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input::-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8)
}

.ElementsWidget-prefix .R-Field .R-Field__input:-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input:-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input--select {
    appearance: auto !important
}

.ElementsWidget-prefix .R-Field .R-Field__input--globalSelect {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 12px 30px 12px 12px;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) calc(1.3em + 1px), calc(100% - 10px) calc(1.3em + 1px), calc(100% - 2.5em) 0.2em;
    background-size: 5px 5px, 6px 5px, 1px 2.2em;
    background-repeat: no-repeat
}

.ElementsWidget-prefix .R-Field .R-Field__input--range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    padding: 0 4px;
    margin: 10px 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background-color: var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input--range {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input--range:focus {
    outline: none
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-webkit-slider-thumb {
    border: 0;
    height: 20px;
    width: 10px;
    border-radius: 0;
    background: var(--slider-indicator-button-color, #0E1311);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -2px;
    transition: background-color 0.2s ease-in-out
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-moz-range-thumb {
    border: 0;
    height: 20px;
    width: 10px;
    border-radius: 0;
    background: var(--slider-indicator-button-color, #0E1311);
    cursor: pointer;
    margin-top: -2px;
    transition: background-color 0.2s ease-in-out
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 0
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-thumb {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1));
    height: 8px;
    width: 25px;
    border-radius: 0;
    background: var(--slider-indicator-button-color, #0E1311);
    cursor: pointer;
    margin-top: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__input--range::-ms-thumb {
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__input--range:focus::-ms-fill-lower {
    background: transparent
}

.ElementsWidget-prefix .R-Field .R-Field__input--range:focus::-ms-fill-upper {
    background: transparent
}

.ElementsWidget-prefix .R-Field .R-Field__input--range.isNotSelected::-webkit-slider-thumb {
    background: #ffffff;
    border: 1px solid var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix .R-Field .R-Field__input--range.isNotSelected::-moz-range-thumb {
    background: #ffffff;
    border: 1px solid var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder {
    border-style: dashed
}

.ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder:hover, .ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder:active, .ElementsWidget-prefix .R-Field .R-Field__input--dashedBorder:focus {
    border-style: dashed
}

.ElementsWidget-prefix .R-Field .R-Field__input:disabled {
    opacity: 0.5;
    cursor: not-allowed
}

.ElementsWidget-prefix .R-Field .R-Field__input:disabled:not(:placeholder-shown) + .R-Field__label, .ElementsWidget-prefix .R-Field .R-Field__input:disabled:not(:placeholder-shown) + ul + .R-Field__label {
    opacity: 0.7
}

.ElementsWidget-prefix .R-Field .R-Field__input:not(:placeholder-shown) + .R-Field__label, .ElementsWidget-prefix .R-Field .R-Field__input:not(:placeholder-shown) + ul + .R-Field__label {
    opacity: 1;
    transform: translateY(0px);
    font-size: 12px
}

.ElementsWidget-prefix .R-Field .R-Field__smallPrint {
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.75em;
    margin-bottom: 0.3125em;
    color: var(--body-text-color, #0E1311);
    margin-top: 5px;
    margin-bottom: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__smallPrint {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__smallPrint {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field .R-Field__feedback {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.ElementsWidget-prefix .R-Field .R-Field__feedback .feedback__inner {
    display: inline-block;
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.75em;
    margin-bottom: 0.3125em;
    display: inline-block;
    font-size: 11px;
    padding: 1px 4px;
    margin-top: 8px;
    margin-bottom: 0;
    border: 1px solid var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    color: var(--body-text-color, #0E1311);
    border-radius: 4px;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__feedback .feedback__inner {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field .R-Field__feedback .feedback__inner {
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback, .ElementsWidget-prefix .R-Field.isWarning .R-Field__feedback, .ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback {
    max-height: 30px;
    opacity: 1;
    transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback .feedback__inner, .ElementsWidget-prefix .R-Field.isWarning .R-Field__feedback .feedback__inner, .ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback .feedback__inner {
    transform: scale(1)
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback .feedback__inner {
    border: 1px solid #e7656e;
    color: #e7656e
}

.ElementsWidget-prefix .R-Field.isFailure .R-Field__feedback .feedback__inner:before {
    background-color: #e7656e
}

.ElementsWidget-prefix .R-Field.isWarning .R-Field__feedback .feedback__inner {
    border: 1px solid #ffb846;
    color: #ffb846
}

.ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback .feedback__inner {
    border: 1px solid #11B1A7;
    color: #11B1A7
}

.ElementsWidget-prefix .R-Field.isSuccess .R-Field__feedback .feedback__inner:before {
    background-color: #11B1A7
}

.ElementsWidget-prefix .R-Field--prependLabel {
    padding-left: 45px
}

.ElementsWidget-prefix .R-Field--prependLabel .R-Field__prependLabel {
    font-family: var(--inputfield-text-font-family, inherit);
    color: var(--inputfield-text-color, #0E1311);
    width: 50px;
    height: 100%;
    background-color: var(--inputfield-background-color, transparent);
    position: absolute;
    left: 0;
    line-height: 1.6;
    border-radius: var(--inputfield-border-radius, 0) 0 0 var(--inputfield-border-radius, 0);
    padding: 12px 5px;
    font-size: var(--input-text-font-size, 14px);
    text-align: center;
    border: var(--inputfield-border-width, 1px) solid var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field--prependLabel .R-Field__prependLabel {
        color: #0E1311;
        font-family: inherit;
        background-color: transparent;
        border-radius: 0;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, 0.2)
    }
}

.ElementsWidget-prefix .R-Field--prependLabel .R-Field__prependLabel--select {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 12px 30px 12px 12px;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) calc(1.3em + 1px), calc(100% - 10px) calc(1.3em + 1px), calc(100% - 2.5em) 0.2em;
    background-size: 5px 5px, 6px 5px, 1px 2.2em;
    background-repeat: no-repeat
}

.ElementsWidget-prefix .R-Field--prependLabel--md {
    padding-left: 88px
}

.ElementsWidget-prefix .R-Field--prependLabel--md .R-Field__prependLabel {
    width: 90px
}

.ElementsWidget-prefix .R-Field--leftIcon .R-Field__input {
    padding-left: 30px
}

.ElementsWidget-prefix .R-Field--leftIcon .R-Field__icon {
    color: var(--inputfield-text-color, #0E1311);
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    left: 5px;
    line-height: 1;
    text-align: center
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Field--leftIcon .R-Field__icon {
        color: #0E1311
    }
}

.ElementsWidget-prefix .Input {
    display: inline-block;
    background-color: var(--inputfield-background-color, transparent);
    appearance: none;
    padding: 12px;
    font-family: var(--inputfield-text-font-family, inherit);
    font-size: var(--input-text-font-size, 14px);
    font-weight: var(--inputfield-text-font-weight, 400);
    line-height: 1.6;
    color: var(--inputfield-text-color, #0E1311);
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    border-width: var(--inputfield-border-width, 1px);
    border-style: solid;
    border-radius: var(--inputfield-border-radius, 0px);
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    resize: vertical;
    height: auto;
    min-height: 40px;
    box-shadow: none;
    transition: all 0.20s ease-in-out;
    outline: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input {
        background-color: transparent;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        color: #0E1311;
        border-color: rgba(0, 0, 0, 0.2);
        border-width: 1px;
        border-radius: 0px
    }
}

.ElementsWidget-prefix .Input:hover, .ElementsWidget-prefix .Input:focus {
    border-color: var(--inputfield-border-color, rgba(0, 0, 0, 0.2));
    outline: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input:hover, .ElementsWidget-prefix .Input:focus {
        border-color: rgba(0, 0, 0, 0.2)
    }
}

.ElementsWidget-prefix .Input::-webkit-input-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input::-webkit-input-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .Input::-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input::-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .Input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8)
}

.ElementsWidget-prefix .Input:-moz-placeholder {
    color: var(--inputfield-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .Input:-moz-placeholder {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Button {
    display: inline-block;
    vertical-align: top;
    font-family: var(--font-heading-family, inherit);
    font-size: 1.389rem;
    line-height: 2.24rem;
    letter-spacing: 0.2rem;
    color: var(--primary-button-text-color, #fff);
    background-color: var(--primary-button-bg-color, #0E1311);
    padding: var(--common-button-vertical-padding) var(--common-button-horizontal-padding);
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    text-transform: uppercase;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button {
        font-family: inherit;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0;
        color: #fff;
        background-color: #0E1311;
        padding: 10px 25px;
        border: 2px solid #0E1311;
        border-radius: 0;
        text-transform: none
    }
}

.ElementsWidget-prefix .R-Button:hover, .ElementsWidget-prefix .R-Button:active, .ElementsWidget-prefix .R-Button:focus {
    background-color: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    text-decoration: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button:hover, .ElementsWidget-prefix .R-Button:active, .ElementsWidget-prefix .R-Button:focus {
        background-color: #0E1311;
        color: #ffffff
    }
}

.ElementsWidget-prefix .R-Button .R-Button__text {
    display: inline-block;
    vertical-align: top
}

.ElementsWidget-prefix .R-Button .R-Button__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.ElementsWidget-prefix .R-Button .R-Button__icon--left {
    margin-left: 0;
    margin-right: 3px
}

.ElementsWidget-prefix .R-Button--xxs {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-Button--xxs--proportional {
    font-size: calc((var(--common-button-font-size, 16px)) / 1.45);
    padding: calc((var(--common-button-vertical-padding, 5px)) / 2) calc((var(--common-button-horizontal-padding, 5px)) / 2.5)
}

.ElementsWidget-prefix .R-Button--xs {
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 10px
}

.ElementsWidget-prefix .R-Button--xs--proportional {
    font-size: calc((var(--common-button-font-size, 12px)) / 1.25);
    padding: calc((var(--common-button-vertical-padding, 8px)) / 1.25) calc((var(--common-button-horizontal-padding, 15px)) / 1.67)
}

.ElementsWidget-prefix .R-Button--sm {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px
}

.ElementsWidget-prefix .R-Button--sm--proportional {
    font-size: calc((var(--common-button-font-size, 14px)) / 1.14);
    padding: calc((var(--common-button-vertical-padding, 10px)) / 1) calc((var(--common-button-horizontal-padding, 20px)) / 1.25)
}

.ElementsWidget-prefix .R-Button--md {
    padding: 1.5rem 2.1rem;
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--md {
        font-size: 16px;
        padding: 10px 25px
    }
}

.ElementsWidget-prefix .R-Button--lg {
    font-size: 20px;
    padding: 12px 30px;
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-Button--lg--proportional {
    font-size: calc((var(--common-button-font-size, 20px)) / 0.8);
    padding: calc((var(--common-button-vertical-padding, 12px)) / 0.83) calc((var(--common-button-horizontal-padding, 30px)) / 0.83)
}

.ElementsWidget-prefix .R-Button--primary {
    background-color: var(--primary-button-bg-color);
    color: var(--primary-button-text-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--primary {
        background-color: #0E1311;
        color: #fff
    }
}

.ElementsWidget-prefix .R-Button--secondary {
    background-color: var(--secondary-button-bg-color);
    border-color: var(--secondary-button-border-color);
    color: var(--secondary-button-text-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--secondary {
        background-color: transparent;
        border-color: #0E1311;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Button--secondary:hover, .ElementsWidget-prefix .R-Button--secondary:active, .ElementsWidget-prefix .R-Button--secondary:focus {
    background-color: var(--secondary-button-bg-color);
    color: var(--secondary-button-text-color);
    border-color: var(--secondary-button-border-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-Button--secondary:hover, .ElementsWidget-prefix .R-Button--secondary:active, .ElementsWidget-prefix .R-Button--secondary:focus {
        background-color: transparent;
        border-color: #0E1311;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-Button--secondary--thin {
    border-width: 1px
}

.ElementsWidget-prefix .R-Button--secondary--light {
    border-color: rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.85)
}

.ElementsWidget-prefix .R-Button--secondary--light:hover, .ElementsWidget-prefix .R-Button--secondary--light:active, .ElementsWidget-prefix .R-Button--secondary--light:focus {
    border-color: #fff;
    color: #fff
}

.ElementsWidget-prefix .R-Button--secondary--selectable.isActive {
    background-color: var(--primary-button-bg-color);
    border-color: var(--primary-button-border-color);
    color: var(--primary-button-text-color)
}

.ElementsWidget-prefix .R-Button--fw, .ElementsWidget-prefix .R-Button--fullwidth {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 480px) {
    .ElementsWidget-prefix .R-Button--fw-phone-md {
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important
    }
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-Button--fw-phone-lg {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-Button--fw-tablet-md {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .ElementsWidget-prefix .R-Button--fw-tablet-lg {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 993px) {
    .ElementsWidget-prefix .R-Button--fw-desktop-sm {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.ElementsWidget-prefix .R-Button--desaturated {
    filter: grayscale(100%)
}

.ElementsWidget-prefix .R-Button--isLoading, .ElementsWidget-prefix .R-Button.isLoading {
    position: relative;
    padding-right: 30px;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none
}

.ElementsWidget-prefix .R-Button--isLoading:before, .ElementsWidget-prefix .R-Button.isLoading:before {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    height: 12px;
    width: 12px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-animation: CircleSpin .4s infinite linear;
    -moz-animation: CircleSpin .4s infinite linear;
    -ms-animation: CircleSpin .4s infinite linear;
    -o-animation: CircleSpin .4s infinite linear;
    animation: CircleSpin .4s infinite linear
}

.ElementsWidget-prefix .R-Button--isLoading.R-Button--secondary:before, .ElementsWidget-prefix .R-Button.isLoading.R-Button--secondary:before {
    border-right: 2px solid rgba(0, 0, 0, 0.7);
    border-top: 2px solid rgba(0, 0, 0, 0.7)
}

.ElementsWidget-prefix .R-Button--disabled, .ElementsWidget-prefix .R-Button.isDisabled {
    opacity: 0.5;
    cursor: not-allowed
}

.ElementsWidget-prefix .R-Button--flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.ElementsWidget-prefix .R-Button:disabled, .ElementsWidget-prefix .R-Button[disabled] {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed
}

.ElementsWidget-prefix .R-IconButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #0E1311;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease-in-out
}

.ElementsWidget-prefix .R-IconButton .ricon-thumbsup {
    color: var(--badge-icon-color, #0E1311)
}

.ElementsWidget-prefix .R-IconButton .R-IconButton__icon {
    display: inline-block
}

.ElementsWidget-prefix .R-IconButton .R-IconButton__icon--image {
    max-width: 100%
}

.ElementsWidget-prefix .R-IconButton--xs {
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 18px
}

.ElementsWidget-prefix .R-IconButton--sm {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 22px
}

.ElementsWidget-prefix .R-IconButton--sm .R-IconButton__icon--close {
    font-size: 12px;
    font-weight: 800
}

.ElementsWidget-prefix .R-IconButton--md {
    font-size: 16px;
    height: 22px;
    width: 22px;
    line-height: 24px
}

.ElementsWidget-prefix .R-IconButton--lg {
    font-size: 20px;
    height: 26px;
    width: 26px;
    line-height: 28px
}

.ElementsWidget-prefix .R-IconButton--xlg {
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 32px
}

.ElementsWidget-prefix .R-IconButton--xxlg {
    font-size: 28px;
    height: 34px;
    width: 34px;
    line-height: 36px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg {
    font-size: 36px;
    height: 46px;
    width: 46px;
    line-height: 52px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--play {
    font-size: 32px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--play .R-IconButton__icon {
    margin-left: -1px
}

.ElementsWidget-prefix .R-IconButton--xxxxlg.R-IconButton--pause {
    font-size: 28px
}

.ElementsWidget-prefix .R-IconButton--black {
    background-color: #0E1311;
    color: #ffffff;
    border-radius: 50px
}

.ElementsWidget-prefix .R-IconButton--outline {
    border-radius: 50px;
    background-color: transparent;
    box-shadow: inset 0 0 0px 2px #0E1311;
    color: #0E1311
}

.ElementsWidget-prefix .R-IconButton--lightIcon {
    color: #ffffff
}

.ElementsWidget-prefix .R-IconButton--matchTextColor {
    color: var(--heading-text-color, #0E1311)
}

.ElementsWidget-prefix .R-IconButton--noRadius {
    border-radius: 0
}

.ElementsWidget-prefix .R-IconButton--isDisabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: default
}

.ElementsWidget-prefix .R-IconButton.isActive {
    background-color: rgba(0, 0, 0, 0.1)
}

.ElementsWidget-prefix .R-ToggleControl {
    position: relative;
    display: inline-block;
    max-width: 40px;
    height: 20px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    cursor: pointer
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__circle {
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    left: calc(100% - 18px);
    transition: all 0.25s ease-in-out;
    background-color: #ffffff;
    text-align: center;
    line-height: 16px
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__icon {
    font-size: 10px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.25s ease-in-out
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__icon--active {
    transform: scale(0.6, 0.6)
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip--active {
    display: none
}

.ElementsWidget-prefix .R-ToggleControl .R-ToggleControl__tooltip--inactive {
    display: block
}

.ElementsWidget-prefix .R-ToggleControl--md {
    max-width: 55px;
    height: 25px
}

.ElementsWidget-prefix .R-ToggleControl--md .R-ToggleControl__circle {
    top: 2px;
    width: 20px;
    height: 20px;
    left: calc(100% - 22px);
    line-height: 20px
}

.ElementsWidget-prefix .R-ToggleControl--md .R-ToggleControl__icon {
    font-size: 12px
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__tooltip--active, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__tooltip--active {
    display: block
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__tooltip--inactive, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__tooltip--inactive {
    display: none
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__circle, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__circle {
    left: 2px;
    background-color: #11B1A7
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__icon, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__icon {
    opacity: 1;
    color: #ffffff;
    font-weight: 500
}

.ElementsWidget-prefix .R-ToggleControl.isActive .R-ToggleControl__icon--active, .ElementsWidget-prefix .R-ToggleControl.isSelected .R-ToggleControl__icon--active {
    transform: scale(1, 1)
}

.ElementsWidget-prefix .R-ToggleControl--darkActive.isActive, .ElementsWidget-prefix .R-ToggleControl--darkActive.isSelected {
    background-color: rgba(255, 255, 255, 0.95)
}

.ElementsWidget-prefix .R-ToggleControl--darkActive.isActive .R-ToggleControl__circle, .ElementsWidget-prefix .R-ToggleControl--darkActive.isSelected .R-ToggleControl__circle {
    background-color: rgba(14, 19, 17, 0.6)
}

.ElementsWidget-prefix .R-CheckSelection {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__field {
    position: absolute;
    opacity: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__check {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: var(--common-checkselection-size, 18px);
    width: var(--common-checkselection-size, 18px);
    flex-basis: var(--common-checkselection-size, 18px);
    min-width: var(--common-checkselection-size, 18px);
    background-color: var(--secondary-button-bg-color, transparent);
    box-shadow: 0px 0px 0px 1px var(--secondary-button-border-color, transparent) inset;
    line-height: var(--common-checkselection-size, 18px);
    border-radius: var(--common-checkselection-border-radius, 3px);
    transition: all 0.25s ease-in-out;
    z-index: 5
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__check .R-CheckSelection__icon {
    display: none;
    color: var(--secondary-button-text-color, #0E1311);
    font-size: calc(var(--common-checkselection-size, 18px) * 0.7)
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__field:checked + .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 1px var(--primary-button-border-color, #0E1311) inset;
    background-color: var(--primary-button-bg-color, #0E1311)
}

.ElementsWidget-prefix .R-CheckSelection .R-CheckSelection__field:checked + .R-CheckSelection__check .R-CheckSelection__icon {
    display: inline-block;
    color: var(--primary-button-text-color, #fff)
}

.ElementsWidget-prefix .R-CheckSelection:hover .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 2px var(--secondary-button-border-color, transparent) inset
}

.ElementsWidget-prefix .R-CheckSelection.isActive .R-CheckSelection__check {
    box-shadow: 0px 0px 0px 1px var(--primary-button-border-color, #0E1311) inset;
    background-color: var(--primary-button-bg-color, #0E1311)
}

.ElementsWidget-prefix .R-CheckSelection.isActive .R-CheckSelection__check .R-CheckSelection__icon {
    display: inline-block
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check {
    border-radius: 100px
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check .R-CheckSelection__icon {
    display: none !important
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__check:after {
    display: none;
    width: calc(var(--common-checkselection-size, 18px) * 0.5);
    height: calc(var(--common-checkselection-size, 18px) * 0.5);
    content: "";
    position: absolute;
    background-color: var(--primary-button-text-color, #fff);
    border-radius: 100px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.ElementsWidget-prefix .R-CheckSelection--radio .R-CheckSelection__field:checked + .R-CheckSelection__check:after {
    display: inline-block
}

.ElementsWidget-prefix * {
    box-sizing: border-box
}

.ElementsWidget-prefix a {
    text-decoration: none
}

.ElementsWidget-prefix .R-PlatformIcon {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto
}

.ElementsWidget-prefix .R-PlatformIcon--xxs {
    height: 20px
}

.ElementsWidget-prefix .R-PlatformIcon--xs {
    height: 25px
}

.ElementsWidget-prefix .R-PlatformIcon--sm {
    height: 30px
}

.ElementsWidget-prefix .R-PlatformIcon--md {
    height: 40px
}

.ElementsWidget-prefix .R-PlatformLogo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto
}

.ElementsWidget-prefix .R-PlatformLogo--xxs {
    height: 20px
}

.ElementsWidget-prefix .R-PlatformLogo--xs {
    height: 25px
}

.ElementsWidget-prefix .R-PlatformLogo--sm {
    height: 30px
}

.ElementsWidget-prefix .R-PlatformLogo--md {
    height: 40px
}

.ElementsWidget-prefix .R-PlatformLogo--lg {
    height: 60px
}

.ElementsWidget-prefix .R-PlatformLogo--xlg {
    height: 80px
}

.ElementsWidget-prefix .R-PlatformLogo--xxlg {
    height: 100px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
    max-height: var(--photo-video-thumbnail-size, 80px);
    border-radius: var(--photo-video-thumbnail-border-radius, 0);
    overflow: hidden
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PhotoVideoThumbnail {
        height: 80px;
        border-radius: 0
    }
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: var(--photo-video-thumbnail-size, 80px)
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail img[src$=".svg"].R-PhotoVideoThumbnail__image {
    width: 100%
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--photo-video-thumbnail-size) * (14 / 50));
    line-height: calc(var(--photo-video-thumbnail-size) * (14 / 50));
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PhotoVideoThumbnail .R-PhotoVideoThumbnail__overlay {
        font-size: 24px;
        line-height: 24px
    }
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--xs {
    height: 25px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--sm {
    height: 30px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--md {
    height: 40px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--lg {
    height: 60px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--xlg {
    height: 80px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--xxlg {
    height: 100px
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--fullwidth {
    max-width: 100%;
    width: 100%;
    height: auto
}

.ElementsWidget-prefix .R-PhotoVideoThumbnail--fullwidth .R-PhotoVideoThumbnail__image {
    height: auto
}

.ElementsWidget-prefix .R-AvatarThumbnail {
    position: relative;
    display: inline-block;
    max-width: var(--avatar-thumbnail-size, 60px);
    max-height: var(--avatar-thumbnail-size, 60px);
    width: 100%;
    border-radius: var(--avatar-thumbnail-border-radius, 0);
    overflow: hidden
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-AvatarThumbnail {
        height: 60px;
        width: 60px;
        border-radius: 100px
    }
}

.ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 100%;
    background-color: var(--avatar-thumbnail-bg-color, rgba(0, 0, 0, 0.1));
    color: var(--avatar-thumbnail-text-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner {
        background-color: rgba(0, 0, 0, 0.1);
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner .R-TextBody, .ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__inner .R-TextHeading {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: 30px;
    line-height: 30px
}

.ElementsWidget-prefix .R-AvatarThumbnail .R-AvatarThumbnail__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center center
}

.ElementsWidget-prefix .R-AvatarThumbnail--xs {
    width: 25px;
    height: 25px
}

.ElementsWidget-prefix .R-AvatarThumbnail--sm {
    width: 30px;
    height: 30px
}

.ElementsWidget-prefix .R-AvatarThumbnail--md {
    width: 40px;
    height: 40px
}

.ElementsWidget-prefix .R-AvatarThumbnail--lg {
    width: 60px;
    height: 60px
}

.ElementsWidget-prefix .R-AvatarThumbnail--xlg {
    width: 80px;
    height: 80px
}

.ElementsWidget-prefix .R-AvatarThumbnail--xxlg {
    width: 100px;
    height: 100px
}

.ElementsWidget-prefix .R-AvatarThumbnail--fullwidth {
    max-width: 100%
}

.ElementsWidget-prefix .R-AvatarThumbnail--round {
    border-radius: 200px
}

.ElementsWidget-prefix .R-TabControls {
    display: inline-block
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item {
    display: inline-block;
    font-size: var(--pagination-tab-text-font-size, 16px);
    font-weight: var(--pagination-tab-text-font-weight, 600);
    text-transform: var(--pagination-tab-text-transform, none);
    letter-spacing: var(--pagination-tab-text-letter-spacing, 0);
    color: var(--pagination-tab-text-color, #0E1311);
    border-bottom: var(--pagination-tab-border-width, 3px) solid transparent;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TabControls .R-TabControls__item {
        font-size: 16px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        color: #0E1311;
        border-bottom: 3px solid transparent
    }
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item > .R-TextBody, .ElementsWidget-prefix .R-TabControls .R-TabControls__item > .R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive {
    font-weight: var(--pagination-tab-active-text-font-weight, 600);
    color: var(--pagination-tab-active-text-color, #0E1311);
    border-bottom-color: var(--pagination-tab-active-border-color, #0E1311);
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive {
        font-weight: 600;
        color: #0E1311;
        border-bottom-color: #0E1311
    }
}

.ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive > .R-TextBody, .ElementsWidget-prefix .R-TabControls .R-TabControls__item.isActive > .R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.ElementsWidget-prefix .R-PaginationControls {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item {
    display: inline-flex;
    font-size: var(--pagination-tab-text-font-size, 16px);
    font-weight: var(--pagination-tab-text-font-weight, 600);
    color: var(--pagination-tab-text-color, #0E1311);
    text-transform: var(--pagination-tab-text-transform, none);
    letter-spacing: var(--pagination-tab-text-letter-spacing, 0);
    border-top: var(--pagination-tab-border-width, 3px) solid transparent;
    border-bottom: var(--pagination-tab-border-width, 3px) solid transparent;
    padding: 2px 8px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item {
        font-size: 16px;
        font-weight: 600;
        color: #0E1311;
        text-transform: none;
        letter-spacing: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent
    }
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item > .R-TextBody, .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item > .R-TextHeading {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
    font-weight: var(--pagination-tab-active-text-font-weight, 600);
    color: var(--pagination-tab-active-text-color, #0E1311);
    border-bottom-color: var(--pagination-tab-active-border-color, #0E1311);
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
        font-weight: 600;
        color: #0E1311;
        border-bottom-color: #0E1311
    }
}

.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item .item__arrowIcon {
    line-height: 1.5
}

.ElementsWidget-prefix .R-ContentSlider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.ElementsWidget-prefix .R-ContentSlider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.ElementsWidget-prefix .R-ContentSlider .R-ContentSlider__item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ContentSlider .R-ContentSlider__item div {
        flex: 1 1 auto !important
    }
}

.ElementsWidget-prefix .R-DotIndicator {
    position: relative;
    display: inline-flex
}

.ElementsWidget-prefix .R-DotIndicator .R-DotIndicator__item {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    vertical-align: middle
}

.ElementsWidget-prefix .R-DotIndicator .R-DotIndicator__item:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.ElementsWidget-prefix .R-DotIndicator .R-DotIndicator__item.isActive {
    background-color: #0E1311;
    cursor: default
}

.ElementsWidget-prefix .R-DotIndicator--sm .R-DotIndicator__item {
    width: 5px;
    height: 5px
}

.ElementsWidget-prefix .R-DropUpDownMenu-container {
    display: inline-block;
    position: relative
}

.ElementsWidget-prefix .R-DropUpDownMenu {
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 90%;
    z-index: 15;
    background-color: var(--dropupdown-bg-color, #fff);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.94, 0.94) translateY(20px);
    transition: all 0.3s ease-in-out
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__inner {
    padding: 5px 0
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__column--width-md {
    width: 180px
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item {
    padding: 7px 15px;
    cursor: pointer
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item .item__activeIcon {
    display: none
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item.isActive .item__activeIcon {
    display: inline-block
}

.ElementsWidget-prefix .R-DropUpDownMenu .R-DropUpDownMenu__item.isDisabled {
    cursor: default;
    opacity: 0.2
}

.ElementsWidget-prefix .R-DropUpDownMenu--sm {
    padding: 5px 0;
    width: 140px
}

.ElementsWidget-prefix .R-DropUpDownMenu--sm .R-DropUpDownMenu__item {
    padding: 5px 10px
}

.ElementsWidget-prefix .R-DropUpDownMenu--md {
    width: 200px
}

.ElementsWidget-prefix .R-DropUpDownMenu--lg {
    width: 240px
}

.ElementsWidget-prefix .R-DropUpDownMenu--auto {
    width: auto
}

.ElementsWidget-prefix .R-DropUpDownMenu--above {
    top: auto;
    bottom: 100%
}

.ElementsWidget-prefix .R-DropUpDownMenu--maxHeight380 .R-DropUpDownMenu__inner {
    max-height: 380px;
    overflow-y: auto
}

.ElementsWidget-prefix .R-DropUpDownMenu.isActive {
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
    pointer-events: auto
}

.ElementsWidget-prefix .R-EmbeddedIcon {
    display: inline-block;
    width: 30px
}

.ElementsWidget-prefix .R-EmbeddedIcon svg {
    width: 100%;
    vertical-align: top
}

.ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color1, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color2, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color3, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color4, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-color5 {
    fill: var(--icon-accent-color) !important;
    transform-origin: center;
    transition: all 0.15s ease-in-out
}

.ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color1, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color2, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color3, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color4, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color5, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color6, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color7, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color8, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color9, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color10, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color11, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color12, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color13, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color14, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color15, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color16, .ElementsWidget-prefix .R-EmbeddedIcon svg #dynamic-stroke-color17 {
    stroke: var(--icon-base-color) !important
}

.ElementsWidget-prefix .R-EmbeddedIcon img {
    width: 100%
}

.ElementsWidget-prefix .R-EmbeddedIcon--xxs {
    width: 25px
}

.ElementsWidget-prefix .R-EmbeddedIcon--xs {
    width: 30px
}

.ElementsWidget-prefix .R-EmbeddedIcon--sm {
    width: 35px
}

.ElementsWidget-prefix .R-EmbeddedIcon--md {
    width: 40px
}

.ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color, .ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color1, .ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color3, .ElementsWidget-prefix .R-EmbeddedIcon-animationTrigger:hover .R-EmbeddedIcon svg #dynamic-color4 {
    animation-name: R-shakeAnimation--md;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2
}

.ElementsWidget-prefix .R-VideoPlayer {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    background-color: rgba(15, 13, 24, 0.015);
    outline: none
}

.ElementsWidget-prefix .R-VideoPlayer video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    outline: none
}

.ElementsWidget-prefix .R-VideoPlayer--nativeSize {
    max-height: none
}

.ElementsWidget-prefix .R-VideoPlayer--nativeSize video {
    max-height: none
}

.ElementsWidget-prefix .R-VideoPlayer--rounded {
    border-radius: 20px
}

.ElementsWidget-prefix .R-MaskedVideoPhoto {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 320px
}

.ElementsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__video {
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    outline: none;
    left: 0;
    top: 0
}

.ElementsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__overlay {
    --photo-video-thumbnail-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--photo-video-thumbnail-size) * (14 / 25));
    line-height: calc(var(--photo-video-thumbnail-size) * (14 / 25));
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    pointer-events: none
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MaskedVideoPhoto .R-MaskedVideoPhoto__overlay {
        font-size: 24px;
        line-height: 24px
    }
}

.ElementsWidget-prefix .R-RatingStars {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__score {
    display: block;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 1.75em;
    line-height: var(--heading-text-line-height, 1.4);
    font-weight: var(--heading-text-font-weight, 600);
    letter-spacing: var(--heading-text-letter-spacing, 0);
    text-transform: var(--heading-text-transform, none);
    color: var(--heading-text-color, #0E1311);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 1em;
    margin-bottom: 0.3125em;
    margin-right: 5px;
    margin-bottom: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars .R-RatingStars__score {
        font-family: inherit;
        font-weight: 600;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 5px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
    color: var(--common-star-color);
    font-size: var(--medium-star-size, 22px);
    line-height: 1
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--disabled {
    color: var(--common-star-disabled-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
        color: #0E1311;
        font-size: 22px
    }
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--common-star-disabled-color);
    background-image: linear-gradient(to right, var(--common-star-color) 0%, var(--common-star-disabled-color) .1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, var(--common-star-color) 38%, var(--common-star-disabled-color) 38.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, var(--common-star-color) 50%, var(--common-star-disabled-color) 50.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, var(--common-star-color) 60%, var(--common-star-disabled-color) 60.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    background-image: linear-gradient(to right, var(--common-star-color) 99.9%, var(--common-star-color) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__count {
    display: block;
    font-family: var(--body-text-font-family, inherit);
    font-size: 1.125em;
    line-height: var(--body-text-line-height, 1.4);
    font-weight: var(--body-text-font-weight, 400);
    letter-spacing: var(--body-text-letter-spacing, 0);
    color: var(--body-text-color, #0E1311);
    text-transform: var(--body-text-transform, none);
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-size: 0.875em;
    margin-bottom: 0.625em;
    margin-bottom: 5px;
    margin-right: 5px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars .R-RatingStars__count {
        font-family: inherit;
        font-weight: 400;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__score {
    font-size: 1.375em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__stars .stars__icon {
    font-size: var(--x-large-star-size, 28px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__stars .stars__icon {
        font-size: 28px
    }
}

.ElementsWidget-prefix .R-RatingStars--xlg .R-RatingStars__count {
    font-size: 1.375em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__score {
    font-size: 1.125em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__stars .stars__icon {
    font-size: var(--large-star-size, 24px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__stars .stars__icon {
        font-size: 24px
    }
}

.ElementsWidget-prefix .R-RatingStars--lg .R-RatingStars__count {
    font-size: 1.125em;
    line-height: 1.5em
}

.ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__score {
    font-size: 1.0em;
    line-height: 1.7em
}

.ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__stars .stars__icon {
    font-size: var(--medium-star-size, 22px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__stars .stars__icon {
        font-size: 22px
    }
}

.ElementsWidget-prefix .R-RatingStars--md .R-RatingStars__count {
    font-size: 1.0em;
    line-height: 1.7em
}

.ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__score {
    font-size: 0.875em;
    line-height: 1.6;
    margin-right: 3px
}

.ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
    font-size: var(--small-star-size, 19px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
        font-size: 19px
    }
}

.ElementsWidget-prefix .R-RatingStars--sm .R-RatingStars__count {
    font-size: 0.875em;
    line-height: 1.6
}

.ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__score {
    font-size: 0.75em;
    line-height: 1.5;
    margin-right: 4px
}

.ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
    font-size: var(--x-small-star-size, 16px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
        font-size: 16px
    }
}

.ElementsWidget-prefix .R-RatingStars--xs .R-RatingStars__count {
    font-size: 0.75em;
    line-height: 1.5
}

.ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__score {
    font-size: 0.6em;
    line-height: 1.4;
    margin-right: 4px
}

.ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__stars .stars__icon {
    font-size: var(--xx-small-star-size, 14px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__stars .stars__icon {
        font-size: 14px
    }
}

.ElementsWidget-prefix .R-RatingStars--xxs .R-RatingStars__count {
    font-size: 0.6em;
    line-height: 1.4
}

.ElementsWidget-prefix .R-RatingStars--inlineBlock {
    display: inline-block
}

.ElementsWidget-prefix .R-RatingStars--white .R-RatingStars__score, .ElementsWidget-prefix .R-RatingStars--white .R-RatingStars__count {
    color: #fff
}

.ElementsWidget-prefix .R-RatingStars--white .R-RatingStars__stars .stars__icon {
    color: #fff
}

.ElementsWidget-prefix .R-RatingStars--black .R-RatingStars__score, .ElementsWidget-prefix .R-RatingStars--black .R-RatingStars__count {
    color: #0E1311
}

.ElementsWidget-prefix .R-RatingStars--black .R-RatingStars__stars .stars__icon {
    color: #0E1311
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars {
    display: inline-flex;
    grid-column-gap: 0.1em
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon {
    position: relative;
    color: transparent;
    background-image: none;
    -webkit-background-clip: initial;
    -moz-background-clip: initial;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon:before {
    background-image: var(--customStarIcon);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 4
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon:after {
    content: "";
    background-image: var(--customStarIcon);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--0:before {
    clip-path: inset(0px 100% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--25:before {
    clip-path: inset(0px 75% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--50:before {
    clip-path: inset(0px 50% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--75:before {
    clip-path: inset(0px 25% 0px 0px)
}

.ElementsWidget-prefix .R-RatingStars--customIcons .R-RatingStars__stars .stars__icon--100:before {
    clip-path: none
}

.ElementsWidget-prefix .R-ReviewsioLogo {
    display: inline-block;
    color: transparent
}

.ElementsWidget-prefix .R-ReviewsioLogo .R-ReviewsioLogo__image {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top
}

.ElementsWidget-prefix .R-ReviewsioLogo--xs {
    width: 100px
}

.ElementsWidget-prefix .R-ReviewsioLogo--sm {
    width: 120px
}

.ElementsWidget-prefix .R-RatingSelection {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item {
    text-align: center;
    padding: 0
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button {
    display: inline-block;
    color: var(--common-star-color, #0E1311);
    font-size: 32px;
    line-height: 26px;
    padding: 7px 2px;
    line-height: 14px;
    cursor: pointer
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item input {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon--empty {
    display: inline-block
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .star__icon--full {
    display: none
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button:hover .star__icon--empty, .ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item.isSelected .R-RatingSelection__button .star__icon--empty {
    display: none
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item .R-RatingSelection__button:hover .star__icon--full, .ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item.isSelected .R-RatingSelection__button .star__icon--full {
    display: inline-block
}

.ElementsWidget-prefix .R-RatingSelection .R-RatingSelection__item--small .R-RatingSelection__button {
    padding: 0 2px;
    font-size: 24px;
    line-height: 22px
}

.ElementsWidget-prefix .R-BadgeElement {
    font-size: var(--base-font-size, 16px);
    flex-wrap: nowrap
}

.ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon {
    font-size: 1.25em;
    height: calc(var(--badge-icon-font-size, 20px) * 1.2);
    width: calc(var(--badge-icon-font-size, 20px) * 1.2);
    line-height: var(--badge-icon-font-size, 28px);
    margin-right: 0.1em
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon {
        font-size: 20px;
        height: 26px;
        width: 26px;
        line-height: 28px
    }
}

.ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    font-size: var(--badge-icon-font-size, inherit);
    color: var(--badge-icon-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
        font-size: inherit;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
    font-size: 1.048rem;
    color: var(--badge-text-color, #0E1311);
    letter-spacing: var(--badge-text-letter-spacing, inherit);
    text-transform: var(--badge-text-transform, inherit)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
        font-size: inherit;
        color: #0E1311;
        letter-spacing: 0;
        text-transform: none
    }
}

.ElementsWidget-prefix .R-SliderIndicator-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px
}

.ElementsWidget-prefix .R-SliderIndicator-group .R-SliderIndicator {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0
}

.ElementsWidget-prefix .R-SliderIndicator {
    display: inline-block;
    vertical-align: bottom;
    font-size: var(--base-font-size, 16px);
    max-width: var(--slider-indicator-width, 170px);
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 30px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator {
        max-width: 170px;
        font-size: 16px
    }
}

.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__inner {
    position: relative;
    margin-bottom: 4px;
    border-radius: var(--slider-indicator-border-radius, 0)
}

.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
    display: block !important;
    background-color: var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1));
    height: var(--slider-indicator-height, 4px);
    border-radius: var(--slider-indicator-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
    display: block !important;
    position: absolute;
    width: var(--slider-indicator-button-width, 5px);
    height: var(--slider-indicator-button-height, 10px);
    background-color: var(--slider-indicator-button-color, #0E1311);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: var(--slider-indicator-button-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
        background-color: #0E1311
    }
}

.ElementsWidget-prefix .R-SliderIndicator .R-TextBody {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ElementsWidget-prefix .R-SliderIndicator--sm {
    max-width: calc(var(--slider-indicator-width, 190px) - 10px)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-SliderIndicator--sm {
        max-width: 140px
    }
}

.ElementsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__inner {
    overflow: hidden
}

.ElementsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__bg {
    background-color: var(--slider-indicator-button-color, #0E1311);
    height: var(--slider-indicator-height, 5px)
}

.ElementsWidget-prefix .R-SliderIndicator--style-filledbar .R-SliderIndicator__button {
    width: 120%;
    height: 100%;
    top: 0;
    border-radius: 0;
    background-color: var(--slider-indicator-bg-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix .R-MediaSlider {
    position: relative
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--mediaslider-scroll-button-icon-color, #0E1311);
    text-align: center;
    cursor: pointer;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    height: 100%;
    width: 30px;
    line-height: 32px;
    background-color: var(--mediaslider-scroll-button-bg-color, rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(3px);
    transition: all 0.25s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
        color: #0E1311;
        background-color: rgba(255, 255, 255, 0.85)
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton .scrollButton__icon {
    display: inline-block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton--left {
    left: 0;
    right: auto
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton--right {
    right: 0;
    left: auto
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__inner::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: var(--mediaslider-item-size, 110px);
    width: var(--mediaslider-item-size, 110px);
    height: var(--mediaslider-item-size, 110px);
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-right: 10px;
    box-sizing: border-box
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
        flex-basis: 110px;
        width: 110px;
        height: 110px
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__image {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5px;
    background-size: cover;
    background-position: center center;
    border-radius: var(--photo-video-thumbnail-border-radius, 0)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__image {
        border-radius: 0
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .image__src {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    height: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    text-align: center;
    color: var(--mediaslider-overlay-text-color, #fff);
    background-color: var(--mediaslider-overlay-bg-color, rgba(0, 0, 0, 0.8));
    padding: 5px;
    margin: 0px;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.8)
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-TextBody {
    font-size: calc(var(--mediaslider-item-size) * (14 / 140));
    color: inherit
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-TextBody {
        font-size: 11px
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-RatingStars .R-RatingStars__stars {
    --common-star-color: var(--mediaslider-overlay-text-color, #ffffff);
    --common-star-disabled-color: rgba(0, 0, 0, 0.25)
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__overlay .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    display: none
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .item__playOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: var(--mediaslider-overlay-text-color, #fff);
    font-size: calc(var(--mediaslider-item-size) * (14 / 60));
    line-height: calc(var(--mediaslider-item-size) * (14 / 36));
    text-align: center;
    background-color: transparent;
    width: calc(var(--mediaslider-item-size) * (14 / 40));
    height: calc(var(--mediaslider-item-size) * (14 / 40));
    border-radius: var(--photo-video-thumbnail-border-radius, 0);
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button {
        font-size: 26px;
        color: #ffffff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 0
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .playOverlay__button .button__icon {
    display: inline-block;
    margin-right: -1px;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__review {
    display: none;
    transform: scale(0.9, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.5s ease-in-out
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars {
    display: flex;
    justify-content: center;
    margin-bottom: 3px
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars .stars__icon {
    font-size: calc(var(--mediaslider-item-size) * (14 / 120));
    margin: 0 1px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__stars .stars__icon {
        font-size: 14px
    }
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__instagram {
    display: none
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item .overlay__instagram .instagram__icon {
    font-size: 16px
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewPhoto .overlay__review {
    display: block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo .item__playOverlay {
    display: flex
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo .overlay__review {
    display: block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo:hover .item__playOverlay .playOverlay__button {
    transform: scale(5)
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--reviewVideo:hover .item__playOverlay .playOverlay__button .button__icon {
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item--instagramPhoto .overlay__instagram {
    display: block
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .item__overlay {
    opacity: 1;
    pointer-events: auto
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .overlay__instagram {
    transform: scale(1, 1);
    opacity: 1
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item:hover .overlay__review {
    transform: scale(1, 1);
    opacity: 1
}

.ElementsWidget-prefix .R-ProductPreviewList {
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item {
    max-width: 170px;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item .item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    padding: 10px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item .item__content {
        border: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item--width200 {
    max-width: 200px
}

.ElementsWidget-prefix .R-ProductPreviewList--centeredContent .R-ProductPreviewList__inner {
    justify-content: center !important
}

.ElementsWidget-prefix .R-SM .R-ProductPreviewList .R-ProductPreviewList__inner .R-ProductPreviewList__item {
    max-width: 50%
}

.ElementsWidget-prefix .R-ContentCard {
    background-color: var(--card-bg-color, #fff);
    box-shadow: 0 calc(var(--card-shadow-size) / 4) var(--card-shadow-size) -1px var(--card-shadow-color);
    padding-top: var(--card-vertical-padding, 15px);
    padding-bottom: var(--card-vertical-padding, 15px);
    padding-left: var(--card-horizontal-padding, 10px);
    padding-right: var(--card-horizontal-padding, 10px);
    border-radius: var(--card-border-radius, 6px);
    text-align: left;
    border: var(--card-border-width, 1px) solid var(--card-border-color, rgba(0, 0, 0, 0.1))
}

.ElementsWidget-prefix :focus-visible {
    outline-color: #0E1311;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-column-gap: 3px
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item {
    flex-grow: 1
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item .R-NpsRating__item__inner {
    background-color: var(--secondary-button-bg-color, transparent);
    color: var(--secondary-button-text-color, #0E1311);
    padding: var(--common-button-vertical-padding, 10px) 0px;
    border: var(--common-button-border-width, 1px) solid var(--secondary-button-border-color, rgba(0, 0, 0, 0.2));
    border-radius: var(--common-button-border-radius, 0px);
    text-align: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner {
    background-color: var(--primary-button-bg-color, #0E1311);
    color: var(--primary-button-text-color, #fff);
    border-color: var(--primary-button-border-color, #0E1311);
    cursor: default
}

.ElementsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner .R-TextHeading, .ElementsWidget-prefix .R-NpsRating .R-NpsRating__item.isActive .R-NpsRating__item__inner .R-TextBody {
    color: inherit
}

.ElementsWidget-prefix .R-LabelTag {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--heading-text-font-family, inherit);
    font-size: 0.75em;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    color: var(--body-text-color, #0E1311);
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    vertical-align: middle
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-LabelTag {
        color: #0E1311;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-family: inherit
    }
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon {
    display: inline-block;
    margin-right: 2px
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon--left {
    margin-left: 0;
    margin-right: 2px
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon--clickable {
    cursor: pointer
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__icon--selectedIcon {
    display: none
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__text + .R-LabelTag__icon {
    margin-right: 0px;
    margin-left: 2px
}

.ElementsWidget-prefix .R-LabelTag .R-LabelTag__iconImage {
    max-width: 16px;
    width: 100%;
    display: inline-block
}

.ElementsWidget-prefix .R-LabelTag--xs {
    font-size: 0.6875em;
    padding: 1px 4px;
    margin-right: 3px;
    margin-bottom: 3px
}

.ElementsWidget-prefix .R-LabelTag--sm {
    font-size: 0.75em;
    padding: 2px 6px
}

.ElementsWidget-prefix .R-LabelTag--md {
    font-size: 0.875em;
    padding: 3px 8px
}

.ElementsWidget-prefix .R-LabelTag--lg {
    font-size: 1em;
    padding: 5px 10px
}

.ElementsWidget-prefix .R-LabelTag--success {
    border-color: #11B1A7;
    color: #11B1A7
}

.ElementsWidget-prefix .R-LabelTag--danger {
    border-color: #e7656e;
    color: #e7656e
}

.ElementsWidget-prefix .R-LabelTag--warning {
    border-color: #ffb846;
    color: #ffb846
}

.ElementsWidget-prefix .R-LabelTag--neutral {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4)
}

.ElementsWidget-prefix .R-LabelTag--black {
    border-color: #0E1311;
    color: #0E1311
}

.ElementsWidget-prefix .R-LabelTag--filled-success {
    background-color: #11B1A7;
    border-color: #11B1A7;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-danger {
    background-color: #e7656e;
    border-color: #e7656e;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-warning {
    background-color: #ffb846;
    border-color: #ffb846;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-neutral {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.05);
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag--filled-black {
    background-color: #0E1311;
    border-color: #0E1311;
    color: #ffffff
}

.ElementsWidget-prefix .R-LabelTag.isSelected {
    border-color: var(--primary-button-bg-color, #0E1311);
    color: var(--primary-button-bg-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-LabelTag.isSelected {
        border-color: #0E1311;
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-LabelTag.isSelected .R-LabelTag__icon--selectedIcon {
    display: inline-block
}

.ElementsWidget-prefix .R-IconLabel {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .R-IconLabel .R-IconLabel__iconImage {
    max-width: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.ElementsWidget-prefix .R-IconLabel--sm .R-IconLabel__iconImage {
    max-width: 18px;
    height: 18px
}

.ElementsWidget-prefix .R-IconLabel--md .R-IconLabel__iconImage {
    max-width: 25px;
    height: 25px
}

.ElementsWidget-prefix .R-GlobalModal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100050;
    text-align: center;
    background-color: var(--popup-backdrop-color, rgba(0, 0, 0, 0.75));
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.8s ease-in-out, opacity 0.1s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal {
        background-color: rgba(0, 0, 0, 0.75)
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
    position: relative;
    top: 5%;
    background-color: var(--popup-color, #fff);
    border: var(--popup-border-width, 0px) solid var(--popup-border-color, rgba(0, 0, 0, 0.1));
    border-radius: var(--popup-border-radius, 0px);
    box-shadow: 0 0 var(--popup-shadow-size, 0px) 0 var(--popup-shadow-color, rgba(0, 0, 0, 0.1));
    transform: scale(0.8, 0.8);
    transition: transform 0.25s ease-in-out;
    padding: 20px;
    margin-bottom: 40px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }
}

@media screen and (min-width: 1640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        top: 8%
    }
}

@media (max-width: 640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
        top: 0
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner {
    padding: 0px 20px
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__inner--spaceBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .R-TextBody.u-whiteSpace--prewrap.u-scrollableMaxHeight--480--desktop {
        max-height: none !important;
        overflow-y: visible !important
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button {
    color: var(--popup-icon-color, #0E1311);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button .button__icon, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button .button__icon {
    font-size: 24px;
    line-height: 32px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button .button__icon--sm, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button .button__icon--sm {
    font-size: 18px;
    line-height: 32px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button:hover, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button:hover {
    color: var(--popup-icon-color, #0E1311)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .controls__button:hover, .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog a.controls__button:hover {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__header {
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__closeButton {
    display: inline-block;
    background-color: #000;
    position: absolute;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 32px;
    height: 32px;
    line-height: 38px;
    font-size: 22px;
    border-radius: 100px;
    right: -15px;
    top: -15px;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog .dialog__controls {
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--padding--lg {
    padding: 30px
}

@media screen and (max-width: 640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--padding--lg {
        padding: 20px
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width1140 {
    max-width: 1140px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width1040 {
    max-width: 1040px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width960 {
    max-width: 960px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width768 {
    max-width: 768px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialog--width640 {
    max-width: 640px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalModal .R-GlobalModal__dialogLogo {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon {
    --override-popup-star-color: var(--popup-star-color, var(--common-star-color));
    --override-popup-star-disabled-color: var(--popup-disabled-star-color, var(--common-star-disabled-color));
    color: var(--override-popup-star-color)
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--disabled {
    color: var(--override-popup-star-disabled-color)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon {
        color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--override-popup-star-disabled-color);
    background-image: linear-gradient(to right, var(--override-popup-star-color) 0%, var(--override-popup-star-disabled-color) .1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 38%, var(--override-popup-star-disabled-color) 38.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 50%, var(--override-popup-star-disabled-color) 50.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 60%, var(--override-popup-star-disabled-color) 60.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    background-image: linear-gradient(to right, var(--override-popup-star-color) 99.9%, var(--override-popup-star-color) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.ElementsWidget-prefix .R-GlobalModal .R-TextHeading .cssVar-popup-heading-text {
    color: var(--popup-heading-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-TextBody .cssVar-popup-body-text {
    color: var(--popup-body-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-IconButton .cssVar-popup-message-icon {
    color: var(--popup-heading-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-BadgeElement .R-BadgeElement__icon .cssVar-popup-badgeElement__icon:before {
    font-size: var(--popup-badge-icon-font-size, inherit);
    color: var(--popup-badge-icon-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .R-BadgeElement .R-BadgeElement__text .cssVar-popup-badgeElement__text {
    font-size: var(--popup-badge-text-font-size, inherit);
    color: var(--popup-badge-text-color, inherit)
}

.ElementsWidget-prefix .R-GlobalModal .u-hr {
    border-color: var(--popup-body-text-color, inherit);
    opacity: 0.15
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalModal .u-hr {
        border-color: #0E1311
    }
}

.ElementsWidget-prefix .R-GlobalModal.hideScroll .controls__button--scrollLeft, .ElementsWidget-prefix .R-GlobalModal.hideScroll .controls__button--scrollRight {
    display: none !important
}

.ElementsWidget-prefix .R-GlobalModal.isActive {
    overflow: auto;
    pointer-events: auto;
    opacity: 1;
    max-height: 1600px;
    transition: max-height 0.01s ease-in-out, opacity 0.5s ease-in-out
}

.ElementsWidget-prefix .R-GlobalModal.isActive .R-GlobalModal__dialog {
    transform: scale(1, 1)
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen {
    max-height: none
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 98%;
    width: auto
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog {
        max-height: none
    }
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .dialog__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table {
    display: table
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table {
        display: block
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__row {
    display: table-row
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__row {
        display: block
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell {
        display: block
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
    padding-left: 0;
    width: 460px
}

@media screen and (max-width: 1140px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        width: 440px
    }
}

@media screen and (max-width: 1040px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        width: 430px
    }
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right {
        display: block;
        width: 100%
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right .dialog__inner {
    padding-left: 30px;
    padding-right: 10px
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-GlobalModal__table__cell--right .dialog__inner {
        padding-left: 0px;
        padding-right: 0px
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer {
    min-height: auto
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer {
        margin-bottom: 20px
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer .R-ImageContainer__src {
    max-height: calc(100vh - 110px);
    vertical-align: top
}

@media screen and (max-height: 768px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-ImageContainer .R-ImageContainer__src {
        max-height: calc(100vh - 40px)
    }
}

.ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
    max-height: calc(100vh - 100px);
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.03);
    min-width: 260px
}

@media screen and (max-height: 768px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
        max-height: 120vh
    }
}

@media screen and (max-width: 960px) {
    .ElementsWidget-prefix .R-GlobalModal--fullscreen .R-GlobalModal__dialog .R-VideoPlayer {
        margin-bottom: 20px;
        max-height: 70vh
    }
}

@media screen and (max-width: 640px) {
    .ElementsWidget-prefix .R-GlobalModal .R-SliderIndicator-group .R-SliderIndicator {
        max-width: 100%
    }
}

.ElementsWidget-prefix .R-ImageContainer {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 400px;
    transition: 0.5s filter linear
}

.ElementsWidget-prefix .R-ImageContainer.isLoading, .ElementsWidget-prefix .R-ImageContainer.R-ImageContainer--isLoading {
    filter: blur(4px)
}

.ElementsWidget-prefix .R-ImageContainer.isLoaded, .ElementsWidget-prefix .R-ImageContainer.R-ImageContainer--isLoaded {
    filter: blur(0px)
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-ImageContainer {
        min-height: auto;
        height: auto
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ImageContainer {
        height: auto;
        min-height: auto
    }
}

.ElementsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    outline: none
}

@media (max-width: 768px) {
    .ElementsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
        position: relative;
        height: auto
    }
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-ImageContainer .R-ImageContainer__src {
        position: relative;
        height: auto
    }
}

.ElementsWidget-prefix .R-ImageContainer .R-TooltipTrigger {
    position: absolute
}

.ElementsWidget-prefix .R-ImageContainer--noCrop {
    height: auto
}

.ElementsWidget-prefix .R-ImageContainer--noCrop .R-ImageContainer__src {
    position: relative;
    height: auto;
    object-fit: contain;
    object-position: center;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.ElementsWidget-prefix .R-MD .R-GlobalModal .R-GlobalModal__dialog .R-SliderIndicator-group .R-SliderIndicator {
    max-width: 100%
}

.ElementsWidget-prefix .R-GlobalNotification {
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.07);
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    padding: 15px 15px;
    border-radius: 4px;
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalNotification {
        border: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-GlobalNotification .R-GlobalNotification__icon {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2)
}

.ElementsWidget-prefix .R-GlobalNotification .R-GlobalNotification__imageIcon {
    max-width: 60px;
    width: 100%
}

.ElementsWidget-prefix .R-GlobalNotification--danger {
    border-left: 5px solid #e7656e
}

.ElementsWidget-prefix .R-GlobalNotification--warning {
    border-left: 5px solid #ffb846
}

.ElementsWidget-prefix .R-GlobalNotification--success {
    border-left: 5px solid #11B1A7
}

.ElementsWidget-prefix .R-GlobalNotification--grey {
    border-left: 5px solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-GlobalNotification--grey {
        border: 5px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-GlobalNotification--sm {
    padding: 10px
}

.ElementsWidget-prefix .R-GlobalNotification--lg {
    padding: 20px
}

.ElementsWidget-prefix [r-tooltip] {
    position: relative
}

.ElementsWidget-prefix [r-tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: var(--tooltip-bg-color, #0E1311) transparent transparent transparent;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix [r-tooltip]::before {
        border-color: #0E1311 transparent transparent transparent
    }
}

.ElementsWidget-prefix [r-tooltip]::after {
    content: attr(r-tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: var(--tooltip-bg-color, #0E1311);
    text-align: center;
    color: var(--tooltip-text-color, #fff);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: inherit;
    font-weight: 400;
    text-transform: none;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    z-index: 120;
    cursor: default
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix [r-tooltip]::after {
        background: #0E1311
    }
}

.ElementsWidget-prefix [r-tooltip]:hover::after, .ElementsWidget-prefix [r-tooltip]:hover::before {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto
}

.ElementsWidget-prefix [r-tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

.ElementsWidget-prefix [r-tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%)
}

.ElementsWidget-prefix [r-tooltip-position='top']::before {
    left: 50%
}

.ElementsWidget-prefix [r-tooltip-position='top']::after {
    left: 50%
}

.ElementsWidget-prefix [r-tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

.ElementsWidget-prefix [r-tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%)
}

.ElementsWidget-prefix [r-tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

.ElementsWidget-prefix [r-tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%)
}

.ElementsWidget-prefix [r-tooltip-align='left']::after {
    text-align: left;
    left: 0;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='right']::after {
    left: auto;
    right: -6px;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='left']::after {
    left: -6px;
    right: auto;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='topRight']::before {
    left: auto;
    right: 10%;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='topRight']::after {
    left: auto;
    right: -6px;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='topLeft']::before {
    left: 10%;
    transform: none
}

.ElementsWidget-prefix [r-tooltip-position-align='topLeft']::after {
    left: -6px;
    right: auto;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='bottomRight']::after {
    left: auto;
    right: -6px;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-position-align='bottomLeft']::after {
    left: -6px;
    right: auto;
    transform: translateX(0%) translateY(-100%)
}

.ElementsWidget-prefix [r-tooltip-size='280']::after {
    min-width: 280px
}

.ElementsWidget-prefix [r-tooltip-size='180']::after {
    min-width: 180px
}

.ElementsWidget-prefix [r-tooltip-size='160']::after {
    min-width: 160px
}

.ElementsWidget-prefix [r-tooltip-size='140']::after {
    min-width: 140px
}

.ElementsWidget-prefix [r-tooltip-size='100']::after {
    min-width: 100px
}

.ElementsWidget-prefix [r-tooltip-size='80']::after {
    min-width: 80px
}

.ElementsWidget-prefix [r-tooltip-size='60']::after {
    min-width: 60px
}

.ElementsWidget-prefix [r-tooltip-fontsize='xxxxs']::after {
    font-size: 11px;
    line-height: 16px
}

.ElementsWidget-prefix [r-tooltip-fontsize='xxxs']::after {
    font-size: 12px;
    line-height: 18px
}

.ElementsWidget-prefix .isTooltipHidden:after, .ElementsWidget-prefix .isTooltipHidden:before {
    display: none
}

.ElementsWidget-prefix .R-TooltipTrigger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out
}

.ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 25px;
    height: 25px;
    background-color: var(--tooltip-trigger-bg-color, rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(2px);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.3)
}

.ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3)
}

.ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item .R-TextHeading, .ElementsWidget-prefix .R-TooltipTrigger .R-TooltipTrigger__item .R-TextBody {
    color: var(--tooltip-trigger-text-color, #000);
    margin-bottom: 0;
    text-align: center
}

@keyframes CircleSpin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes CircleSpin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes CircleSpin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes staticZoomInOut--sm {
    0% {
        transform: translatey(0px) scale(0.92)
    }
    50% {
        transform: translatey(0px) scale(1)
    }
    100% {
        transform: translatey(0px) scale(0.92)
    }
}

@keyframes staticZoomInOut--md {
    0% {
        transform: translatey(0px) scale(0.8)
    }
    50% {
        transform: translatey(0px) scale(1)
    }
    100% {
        transform: translatey(0px) scale(0.8)
    }
}

@keyframes R-shakeAnimation--md {
    0% {
        transform: rotateZ(-6deg)
    }
    25% {
        transform: rotateZ(6deg)
    }
    50% {
        transform: rotateZ(-6deg)
    }
    75% {
        transform: rotateZ(6deg)
    }
    100% {
        transform: rotateZ(0)
    }
}

.ElementsWidget-prefix .ElementsWidget {
    --base-font-size: 16px;
    --reviewsio-logo-style: var(--logo-normal);
    --reviewsio-icon-style: var(--icon-normal);
    --common-button-font-family: inherit;
    --common-button-font-size: 16px;
    --common-button-font-weight: 500;
    --common-button-letter-spacing: 0;
    --common-button-text-transform: none;
    --common-button-vertical-padding: 10px;
    --common-button-horizontal-padding: 25px;
    --common-button-border-width: 2px;
    --common-button-border-radius: 0px;
    --primary-button-bg-color: #0e1311;
    --primary-button-border-color: #0e1311;
    --primary-button-text-color: #ffffff;
    --secondary-button-bg-color: transparent;
    --secondary-button-border-color: #0e1311;
    --secondary-button-text-color: #0e1311;
    --common-star-color: #0e1311;
    --common-star-disabled-color: rgba(0, 0, 0, 0.25);
    --medium-star-size: 22px;
    --small-star-size: 19px;
    --heading-text-color: #0e1311;
    --heading-text-font-weight: 600;
    --heading-text-font-family: inherit;
    --heading-text-line-height: 1.4;
    --heading-text-letter-spacing: 0;
    --heading-text-transform: none;
    --body-text-color: #0e1311;
    --body-text-font-weight: 400;
    --body-text-font-family: inherit;
    --body-text-line-height: 1.4;
    --body-text-letter-spacing: 0;
    --body-text-transform: none;
    --inputfield-text-font-family: inherit;
    --input-text-font-size: 14px;
    --inputfield-text-font-weight: 400;
    --inputfield-text-color: #0e1311;
    --inputfield-border-color: rgba(0, 0, 0, 0.2);
    --inputfield-background-color: transparent;
    --inputfield-border-width: 1px;
    --inputfield-border-radius: 0px;
    --common-border-color: rgba(0, 0, 0, 0.15);
    --common-border-width: 1px;
    --common-sidebar-width: 190px;
    --slider-indicator-width: 190px;
    --slider-indicator-bg-color: rgba(0, 0, 0, 0.1);
    --slider-indicator-height: 4px;
    --slider-indicator-border-radius: 0px;
    --slider-indicator-button-color: #0e1311;
    --slider-indicator-button-width: 5px;
    --slider-indicator-button-height: 10px;
    --slider-indicator-button-border-radius: 0px;
    --badge-icon-color: #0e1311;
    --badge-icon-font-size: inherit;
    --badge-text-color: #0e1311;
    --badge-text-font-size: inherit;
    --badge-text-letter-spacing: inherit;
    --badge-text-transform: inherit;
    --author-font-size: inherit;
    --author-text-transform: none;
    --avatar-thumbnail-size: 60px;
    --avatar-thumbnail-border-radius: 100px;
    --avatar-thumbnail-text-color: #0e1311;
    --avatar-thumbnail-bg-color: rgba(0, 0, 0, 0.1);
    --photo-video-thumbnail-size: 80px;
    --photo-video-thumbnail-border-radius: 0px;
    --mediaslider-scroll-button-icon-color: #0e1311;
    --mediaslider-scroll-button-bg-color: rgba(255, 255, 255, 0.85);
    --mediaslider-overlay-text-color: #ffffff;
    --mediaslider-overlay-bg-color: rgba(0, 0, 0, 0.8);
    --mediaslider-item-size: 110px;
    --pagination-tab-text-color: #0e1311;
    --pagination-tab-text-transform: none;
    --pagination-tab-text-letter-spacing: 0;
    --pagination-tab-text-font-size: 16px;
    --pagination-tab-text-font-weight: 600;
    --pagination-tab-active-text-color: #0e1311;
    --pagination-tab-active-text-font-weight: 600;
    --pagination-tab-active-border-color: #0e1311;
    --pagination-tab-border-width: 3px;
    --filters-panel-bg-color: transparent;
    --filters-panel-font-size: 16px;
    --filters-panel-star-size: 16px;
    --filters-panel-vertical-padding: 0;
    --filters-panel-horizontal-padding: 0;
    --sentiment-base-font-size: 15px;
    --sentiment-panel-bg-color: transparent;
    --sentiment-panel-border-size: 1px;
    --sentiment-panel-border-color: rgba(0, 0, 0, 0.1);
    --sentiment-panel-border-radius: 0px;
    --sentiment-panel-shadow-size: 0px;
    --sentiment-panel-shadow-color: rgba(0, 0, 0, 0.1);
    --sentiment-panel-vertical-padding: 25px;
    --sentiment-panel-horizontal-padding: 20px;
    --sentiment-header-text-color: #0e1311;
    --sentiment-header-text-font-size: 12px;
    --sentiment-header-text-font-weight: inherit;
    --sentiment-header-bg-color: rgba(0, 0, 0, 0.04);
    --sentiment-header-border-radius: 50px;
    --sentiment-header-shadow-size: 0px;
    --sentiment-header-shadow-color: rgba(0, 0, 0, 0.1);
    --sentiment-header-vertical-padding: 7px;
    --sentiment-header-horizontal-padding: 10px;
    --sentiment-heading-text-color: #0e1311;
    --sentiment-heading-text-font-weight: 600;
    --sentiment-heading-text-font-family: inherit;
    --sentiment-heading-text-line-height: 1.4;
    --sentiment-heading-text-letter-spacing: 0;
    --sentiment-heading-text-transform: none;
    --sentiment-body-text-color: #0e1311;
    --sentiment-body-text-font-weight: 400;
    --sentiment-body-text-font-family: inherit;
    --sentiment-body-text-line-height: 1.4;
    --sentiment-body-text-letter-spacing: 0;
    --sentiment-body-text-transform: none;
    --sentiment-pagination-tab-text-font-size: 13px;
    --sentiment-pagination-tab-text-font-weight: 600;
    --sentiment-pagination-tab-text-color: #0e1311;
    --sentiment-pagination-tab-text-transform: none;
    --sentiment-pagination-tab-text-letter-spacing: 0;
    --sentiment-pagination-tab-active-text-color: #0e1311;
    --sentiment-pagination-tab-active-text-font-weight: 600;
    --sentiment-pagination-tab-active-border-color: #0e1311;
    --sentiment-pagination-tab-border-width: 3px
}

.ElementsWidget-prefix .ElementsWidget {
    font-size: var(--base-font-size, 16px);
    margin-bottom: 20px;
    --logo-normal: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-logo.svg);
    --logo-inverted: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-logo--inverted.svg);
    --icon-normal: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-icon.svg);
    --icon-inverted: url(https://assets.reviews.io/img/all-global-assets/logo/reviewsio-icon--inverted.svg)
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget {
        font-size: 16px
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__inner {
    display: flex;
    flex-direction: column
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header {
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group {
    display: block !important;
    font-size: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
    font-size: var(--base-font-size, 16px);
    flex-basis: calc(var(--common-sidebar-width, 190px) + 30px);
    width: calc(var(--common-sidebar-width, 190px) + 30px);
    flex-shrink: 0
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
        font-size: 16px;
        flex-basis: 220px;
        width: 220px
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--center {
    flex-grow: 1;
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--center .group__inner {
    margin-bottom: 25px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
    flex-basis: 200px;
    width: 200px;
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--fullwidth {
    flex-basis: 100%;
    width: 100%;
    flex-grow: 1
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
    margin-bottom: 25px !important
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search {
    display: inline-flex;
    flex-grow: 1;
    margin-top: -8px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field {
    max-width: 160px;
    margin-bottom: 5px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 38px;
    border-color: transparent
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:hover, .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:focus {
    border-color: var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:hover, .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input:focus {
        border-color: rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .HiddenLabel__search {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form {
    flex-basis: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form .R-Button--cancel {
    margin-right: 10px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form .u-hr--top {
    margin-top: 20px;
    margin-bottom: 40px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form .u-hr--bottom {
    margin-top: 20px;
    margin-bottom: 40px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__form.isActive {
    max-height: 2000px;
    opacity: 1
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__media {
    margin-bottom: 25px
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__list {
    flex-basis: 100%;
    width: 100%
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__list {
        flex: 1 1 auto !important
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 100%
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 40px;
    border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    padding-bottom: 40px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item:last-child {
    margin-bottom: 15px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
        flex: 1 1 auto !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
    position: relative;
    flex-basis: var(--common-sidebar-width, 190px);
    width: var(--common-sidebar-width, 190px);
    flex-shrink: 0;
    padding-right: 20px;
    border-right: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
        flex-basis: 190px;
        width: 190px;
        border-right: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .authorAttributeSliders__item {
    max-width: calc(var(--slider-indicator-width, 190px) - 10px);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .R-SliderIndicator {
    max-width: 100%;
    margin-right: 0
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .R-SliderIndicator .R-flex-row .R-flex-col-xxs-4 {
    flex-basis: 50%;
    max-width: 50%
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .R-SliderIndicator .R-flex-row .R-flex-col-xxs-4:nth-child(2) {
    display: none
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
    flex-grow: 1;
    padding-left: 30px;
    padding-top: 3.1rem;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
        flex: 1 1 auto !important;
        width: calc(100% - 190px)
    }
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .R-RatingStars {
    margin-left: -1px
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator .R-TextHeading--xxxs {
    font-size: 0.75em;
    margin-bottom: 0.6125em
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container {
    margin-top: calc(-31px - var(--pagination-tab-text-font-size) * 0.6);
    vertical-align: top;
    position: relative;
    z-index: 4
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container.hasNoPagination {
    margin-top: 0
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo--desktop {
    display: inline-block;
    content: var(--reviewsio-logo-style)
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo--mobile {
    display: none;
    content: var(--reviewsio-icon-style)
}

.ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item {
    flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
    .ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item {
        flex-direction: column
    }
}

.ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__meta {
    padding-left: 25px;
    padding-right: 0;
    border-right: 0;
    border-left: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__meta {
        border-left: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__review {
    padding-left: 0;
    padding-right: 30px
}

.ElementsWidget-prefix .ElementsWidget--bordered .R-ContentList .R-ContentList__item {
    padding: 30px 30px;
    border: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15))
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .ElementsWidget--bordered .R-ContentList .R-ContentList__item {
        border: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header {
    margin-bottom: 30px !important
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group {
    margin-bottom: 35px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group--center {
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group--center .group__inner {
    margin-bottom: 35px !important
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group--right {
    margin-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__header .header__group .R-Button {
    margin-bottom: 35px !important
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__media {
    margin-bottom: 35px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .ElementsWidget__subheader {
    padding-bottom: 15px;
    margin-bottom: 60px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg .R-ContentList .R-ContentList__item {
    padding-bottom: 60px;
    margin-bottom: 60px
}

.ElementsWidget-prefix .ElementsWidget--spacing-lg.ElementsWidget--bordered .R-ContentList .R-ContentList__item {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader {
    display: flex;
    flex-direction: column
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters {
    width: 100%;
    order: 2;
    margin-bottom: 10px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters {
    --dropupdown-bg-color: var(--filters-panel-bg-color, transparent);
    --pagination-tab-text-font-size: var(--filters-panel-font-size, 16px);
    --x-small-star-size: var(--filters-panel-star-size, 16px);
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters {
    width: 100%;
    order: 2;
    cursor: auto;
    border-bottom: 0
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .c-filters__triggerButton {
    display: none
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu {
    position: relative;
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
    pointer-events: auto;
    width: 100%;
    box-shadow: none;
    padding: var(--filters-panel-vertical-padding, 0) var(--filters-panel-horizontal-padding, 0) !important;
    display: flex !important;
    flex-direction: column
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner {
    max-height: none;
    overflow-y: visible;
    order: 1
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    column-gap: 20px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group .R-DropUpDownMenu__item {
    padding-left: 0;
    padding-right: 0
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group .R-DropUpDownMenu__item.c-dropdown__group__heading {
    width: 100%
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton {
    order: 2;
    display: inline-block;
    vertical-align: top;
    font-family: var(--common-button-font-family, inherit);
    font-size: var(--common-button-font-size, 16px);
    font-weight: var(--common-button-font-weight, 500);
    line-height: 1.6;
    letter-spacing: var(--common-button-letter-spacing, 0);
    color: var(--primary-button-text-color, #fff);
    background-color: var(--primary-button-bg-color, #0e1311);
    padding: var(--common-button-vertical-padding) var(--common-button-horizontal-padding);
    border: var(--common-button-border-width) solid var(--primary-button-border-color);
    border-radius: var(--common-button-border-radius);
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    text-transform: var(--common-button-text-transform);
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    font-size: 0.75em;
    padding: 5px 10px !important;
    align-self: flex-start;
    margin-bottom: 10px !important
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton + .u-hr {
    display: none
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton .R-TextBody {
    font-size: inherit;
    text-decoration: none !important;
    color: inherit
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters--hideClearButton .R-DropUpDownMenu .c-filters__dropdown__clearButton {
    display: none
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__search {
    order: 1;
    margin-top: -70px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__search .ElementsWidget__search {
    max-width: 280px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__search .ElementsWidget__search .R-Field {
    max-width: none;
    width: 100%
}

.ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--tabs {
    position: relative;
    order: 1;
    align-self: flex-end
}

.ElementsWidget-prefix .ElementsWidget .cssVar-authorName {
    font-size: var(--author-font-size, inherit);
    text-transform: var(--author-text-transform, none)
}

.ElementsWidget-prefix .R-XLG .ElementsWidget__header .R-SliderIndicator {
    max-width: 50%
}

.ElementsWidget-prefix .R-LG.ElementsWidget--reverse .R-ContentList .R-ContentList__item {
    flex-direction: column
}

.ElementsWidget-prefix .R-LG.ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__meta {
    border-left: 0;
    padding-left: 0
}

.ElementsWidget-prefix .R-LG.ElementsWidget--reverse .R-ContentList .R-ContentList__item .item__review {
    padding-right: 0
}

.ElementsWidget-prefix .R-LG .ElementsWidget__footer .footer__reviewsLogo--desktop {
    display: none
}

.ElementsWidget-prefix .R-LG .ElementsWidget__footer .footer__reviewsLogo--mobile {
    display: inline-block
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__inner {
    flex-wrap: wrap
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--left {
    flex-basis: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--center {
    flex-basis: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--right {
    flex-basis: 100%;
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group .R-Button {
    width: 100%
}

.ElementsWidget-prefix .R-MD .ElementsWidget__subheader {
    display: block;
    border-bottom: 0;
    margin-bottom: 20px
}

.ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:first-child {
    padding-bottom: 5px;
    border-bottom: var(--common-border-width, 1px) solid var(--common-border-color, rgba(0, 0, 0, 0.15));
    margin-bottom: 20px
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:first-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
}

.ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:empty {
    display: none
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item {
    flex-direction: column
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__meta {
    width: 100%;
    flex-basis: 100%;
    border-right: 0;
    border-left: 0;
    padding-right: 0
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .authorAttributeSliders__item {
    max-width: 50%
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__review {
    padding-left: 0;
    width: 100%;
    flex-basis: 100%
}

.ElementsWidget-prefix .R-MD .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator {
    max-width: 50%
}

.ElementsWidget-prefix .R-SM .ElementsWidget__form .R-Button--submit {
    width: 100%;
    order: 1
}

.ElementsWidget-prefix .R-SM .ElementsWidget__form .R-Button--cancel {
    margin-right: 0;
    width: 100%;
    order: 2
}

.ElementsWidget-prefix .R-SM .R-ContentList .R-ContentList__item .item__review .R-DropUpDownMenu--share {
    left: -120%
}

.ElementsWidget-prefix .R-SM.ElementsWidget--spacing-lg .ElementsWidget__subheader .subheader__group:first-child {
    padding-bottom: 15px
}

.ElementsWidget-prefix .R-XSM .ElementsWidget__header .R-SliderIndicator {
    max-width: 100%
}

.ElementsWidget-prefix .R-XSM .R-ContentList .R-ContentList__item .item__meta .meta__authorAttributeSliders .authorAttributeSliders__item {
    max-width: 100%
}

.ElementsWidget-prefix .R-XSM .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator {
    max-width: 100%
}

.ElementsWidget-prefix .SentimentWidget {
    --base-font-size: 15px;
    --panel-bg-color: transparent;
    --panel-border-size: 1px;
    --panel-border-color: rgba(0, 0, 0, 0.1);
    --panel-border-radius: 0px;
    --panel-shadow-size: 0px;
    --panel-shadow-color: rgba(0, 0, 0, 0.1);
    --heading-text-color: #0E1311;
    --heading-text-font-weight: 600;
    --heading-text-font-family: inherit;
    --heading-text-line-height: 1.4;
    --heading-text-letter-spacing: 0;
    --heading-text-transform: none;
    --body-text-color: #0E1311;
    --body-text-font-weight: 400;
    --body-text-font-family: inherit;
    --body-text-line-height: 1.4;
    --body-text-letter-spacing: 0;
    --body-text-transform: none;
    --panel-vertical-padding: 25px;
    --panel-horizontal-padding: 20px;
    --header-text-color: inherit;
    --header-text-font-size: 12px;
    --header-text-font-weight: inherit;
    --header-bg-color: rgba(0, 0, 0, 0.04);
    --header-border-radius: 50px;
    --header-shadow-size: 0px;
    --header-shadow-color: rgba(0, 0, 0, 0.1);
    --header-vertical-padding: 7px;
    --header-horizontal-padding: 10px;
    --pagination-tab-text-font-size: 13px;
    --pagination-tab-text-font-weight: 600;
    --pagination-tab-text-color: #0E1311;
    --pagination-tab-text-transform: none;
    --pagination-tab-text-letter-spacing: 0;
    --pagination-tab-active-text-color: #0E1311;
    --pagination-tab-active-text-font-weight: 600;
    --pagination-tab-active-border-color: #0E1311;
    --pagination-tab-border-width: 3px
}

.ElementsWidget-prefix .SentimentWidget--embeddedInsideWidget {
    --base-font-size: var(--sentiment-base-font-size, 14px);
    --panel-bg-color: var(--sentiment-panel-bg-color, transparent);
    --panel-border-size: var(--sentiment-panel-border-size, 1px);
    --panel-border-color: var(--sentiment-panel-border-color, rgba(0, 0, 0, 0.1));
    --panel-border-radius: var(--sentiment-panel-border-radius, 0px);
    --panel-shadow-size: var(--sentiment-panel-shadow-size, 0px);
    --panel-shadow-color: var(--sentiment-panel-shadow-color, rgba(0, 0, 0, 0.1));
    --heading-text-color: var(--sentiment-heading-text-color, #0E1311);
    --heading-text-font-weight: var(--sentiment-heading-text-font-weight, 600);
    --heading-text-font-family: var(--sentiment-heading-text-font-family, inherit);
    --heading-text-line-height: var(--sentiment-heading-text-line-height, 1.4);
    --heading-text-letter-spacing: var(--sentiment-heading-text-letter-spacing, 0);
    --heading-text-transform: var(--sentiment-heading-text-transform, none);
    --body-text-color: var(--sentiment-body-text-color, #0E1311);
    --body-text-font-weight: var(--sentiment-body-text-font-weight, 400);
    --body-text-font-family: var(--sentiment-body-text-font-family, inherit);
    --body-text-line-height: var(--sentiment-body-text-line-height, 1.4);
    --body-text-letter-spacing: var(--sentiment-body-text-letter-spacing, 0);
    --body-text-transform: var(--sentiment-body-text-transform, none);
    --panel-vertical-padding: var(--sentiment-panel-vertical-padding, 25px);
    --panel-horizontal-padding: var(--sentiment-panel-horizontal-padding, 20px);
    --header-text-color: var(--sentiment-header-text-color, inherit);
    --header-text-font-size: var(--sentiment-header-text-font-size, 12px);
    --header-text-font-weight: var(--sentiment-header-text-font-weight, inherit);
    --header-bg-color: var(--sentiment-header-bg-color, rgba(0, 0, 0, 0.04));
    --header-border-radius: var(--sentiment-header-border-radius, 50px);
    --header-shadow-size: var(--sentiment-header-shadow-size, 0px);
    --header-shadow-color: var(--sentiment-header-shadow-color, rgba(0, 0, 0, 0.1));
    --header-vertical-padding: var(--sentiment-header-vertical-padding, 7px);
    --header-horizontal-padding: var(--sentiment-header-horizontal-padding, 10px);
    --pagination-tab-text-font-size: var(--sentiment-pagination-tab-text-font-size, 13px);
    --pagination-tab-text-font-weight: var(--sentiment-pagination-tab-text-font-weight, 600);
    --pagination-tab-text-color: var(--sentiment-pagination-tab-text-color, #0E1311);
    --pagination-tab-text-transform: var(--sentiment-pagination-tab-text-transform, none);
    --pagination-tab-text-letter-spacing: var(--sentiment-pagination-tab-text-letter-spacing, 0);
    --pagination-tab-active-text-color: var(--sentiment-pagination-tab-active-text-color, #0E1311);
    --pagination-tab-active-text-font-weight: var(--sentiment-pagination-tab-active-text-font-weight, 600);
    --pagination-tab-active-border-color: var(--sentiment-pagination-tab-active-border-color, #0E1311);
    --pagination-tab-border-width: var(--sentiment-pagination-tab-border-width, 3px)
}

.ElementsWidget-prefix .SentimentWidget {
    font-size: var(--base-font-size, 15px);
    box-shadow: 0 calc(var(--panel-shadow-size, 0px) * 0.25) var(--panel-shadow-size, 0px) -4px var(--panel-shadow-color, rgba(0, 0, 0, 0.2));
    background-color: var(--panel-bg-color);
    border: var(--panel-border-size) solid var(--panel-border-color);
    padding: calc(var(--panel-vertical-padding, 25px) * 1.2) var(--panel-horizontal-padding, 20px) var(--panel-vertical-padding, 25px) var(--panel-horizontal-padding, 20px);
    border-radius: var(--panel-border-radius, 0);
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 1px
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner {
    display: inline-flex;
    background-color: var(--header-bg-color, rgba(0, 0, 0, 0.04));
    border-radius: var(--header-border-radius, 50px);
    box-shadow: 0 calc(var(--header-shadow-size, 0px) * 0.25) var(--header-shadow-size, 0px) -4px var(--header-shadow-color, rgba(0, 0, 0, 0.2));
    padding: var(--header-vertical-padding, 4px) var(--header-horizontal-padding, 10px) var(--header-vertical-padding, 4px) calc(var(--header-horizontal-padding, 16px) * 1.2);
    backdrop-filter: blur(30px)
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner .cssVar-headerText {
    font-size: var(--header-text-font-size, inherit);
    font-weight: var(--header-text-font-weight, inherit);
    color: var(--header-text-color, inherit)
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner .R-IconButton {
    color: var(--heading-text-color, inherit);
    font-size: calc(var(--header-text-font-size, inherit) * 1.3);
    height: calc(var(--header-text-font-size, inherit) * 1.3);
    width: calc(var(--header-text-font-size, inherit) * 1.3);
    margin-left: calc(var(--header-text-font-size, inherit) * 0.2);
    cursor: default
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__header__inner .R-IconButton .cssVar-headerIcon {
    color: var(--header-text-color, inherit)
}

.ElementsWidget-prefix .SentimentWidget .SentimentWidget__inner .SentimentWidget__content .R-TabControls {
    display: flex;
    column-gap: calc(var(--pagination-tab-text-font-size, 13px) * 1.2);
    row-gap: calc(var(--pagination-tab-text-font-size, 13px) * 0.4);
    margin-bottom: calc(var(--pagination-tab-text-font-size, 13px) * 0.8)
}

@media (max-width: 768px) {

    #dw-section-template--24017466425682__custom_liquid_iRKeHX #ReviewsWidget {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
        flex-direction: column;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
        flex-basis: max-content;
        width: 100%;
        flex-shrink: 1;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
        flex-basis: max-content;
        width: 100%;
    }

    .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
        width: 100%;
    }

    .R-ContentList__item {
        flex-direction: column !important;
    }

    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
        flex-basis: max-content;
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
        padding-left: 0;
        padding-top: 0;
    }
}

.form-control.error .R-Field__input{
    border-color: #e7656e;
}

.ElementsWidget__form small {
    display: none;
}

.ElementsWidget__form .error small {
    border: 1px solid #e7656e;
    color: #e7656e;
    font-size: 11px;
    padding: 1px 4px;
    margin-top: 5px;
    border-radius: 4px;
    display: block;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/component-product.css?1766398222128*/
.product__description {
    width: 66ch;
}

@media (max-width: 768px) {
    .product__description {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/app-frequently-bought.css?17663982222372*/
#mobile-frequently-bought-together {
    margin: 0 calc(var(--gutter) * -1)
}

#mobile-frequently-bought-together .cbb-frequently-bought-discount-message-container {
    text-align: left !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-form {
    display: block !important;
    text-align: left !important
}

#mobile-frequently-bought-together .cbb-recommendations-variant-select {
    display: block !important;
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
    margin-left: 2.2rem !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-selector-label-regular-price {
    display: block;
    margin-left: 2.2rem !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-total-price-box {
    text-align: left !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-container {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#mobile-frequently-bought-together .money {
    margin-left: .4rem !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-products {
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 calc(var(--gutter) * -1) !important;
    float: none !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-product {
    flex-grow: 1;
    position: relative;
    height: auto !important;
    width: auto !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-product-image {
    flex: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: 80px !important;
    max-width: 300px;
    aspect-ratio: 1;
    flex-grow: 1;
    float: none !important;
    margin: 0 !important
}

#mobile-frequently-bought-together .cbb-frequently-bought-product-image-link {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    max-width: 300px
}

#mobile-frequently-bought-together .cbb-frequently-bought-plus-icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -10px;
    line-height: normal !important;
    height: auto !important
}

@media only screen and (min-width: 768px) {
    .cbb-frequently-bought-selector-list li {
        display: flex;
        margin-left: 2.2rem !important
    }
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/component-gift-wrapping.css?17663982221604*/
gift-wrapping{width:100%;display:block;margin-inline:auto}gift-wrapping disclosure-select .btn{padding:35px 12px 12px!important;font-size:var(--button-font-size);justify-content:space-between!important}gift-wrapping disclosure-select .btn[aria-expanded=false]{background-color:#fff!important}gift-wrapping disclosure-select .btn[aria-expanded=true] svg{rotate:180deg;transition:all var(--accordion-animation-timing) ease-out}gift-wrapping disclosure-select .disclosure__button-label{font-size:1.4rem;text-transform:none;letter-spacing:normal;font-weight:400;top:10px}gift-wrapping disclosure-select .disclosure-current{font-size:1.4rem;text-transform:uppercase}gift-wrapping disclosure-select .disclosure__list-wrapper{top:calc(100% + 17px);border-right:1px solid;border-left:1px solid;border-bottom:1px solid;text-align:left;bottom:auto;transform:none;padding:0}gift-wrapping .disclosure__list{width:100%;max-height:23rem}gift-wrapping .disclosure__item{padding:8px 16px;border-bottom:1px solid}gift-wrapping .disclosure__item:last-child{border-bottom:0}gift-wrapping .disclosure__link--active .radio{background:var(--active-color);box-shadow:inset 0 0 0 1px var(--active-color),inset 0 0 0 4px var(--default-color)}gift-wrapping .gift-wrapping__item{display:flex;align-items:center;justify-content:space-between}gift-wrapping .gift-wrapping__title{font-size:1.4rem}gift-wrapping .gift-wrapping__selection{display:flex;font-weight:400}gift-wrapping .gift-wrapping__image img{max-height:120px}
/*# sourceMappingURL=/cdn/shop/t/33/assets/component-gift-wrapping.css.map?v=61228257758031018161725355452 */

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/front/assets/component-photoswipe.css?17663982223880*/
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 999;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp img {
    max-width: none;
    object-fit: contain;
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block !important
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--media-background));
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__item:hover {
    cursor: zoom-out
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    position: relative;
    color: var(--primary-foreground);
    background-color: var(--primary-background);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000026;
    cursor: pointer
}

.pswp__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pswp__button svg {
    pointer-events: none
}

.pswp__button--arrow--left svg, .pswp__button--arrow--right svg {
    width: 13px;
    height: 13px;
    margin: 8px
}

.pswp__button--close svg {
    width: 30px;
    height: 30px
}

.pswp__button[disabled] {
    opacity: 0;
    pointer-events: none
}

.pswp__ui {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: transform .25s .6s;
    gap: 1rem
}

@supports not (inset: 10px) {
    .pswp__ui > * {
        margin: 0 1rem 0 0 !important
    }
}

.pswp__ui .btn {
    margin: 15px;
    border: 0;
    box-shadow: 0 3px 6px #00000026;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center
}

.pswp__ui--hidden {
    transform: translateY(150%);
    transition: transform .25s
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.products.viewed/dw_viewed/themes/blue/style.min.css?1766398222714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */
/* /local/components/bitrix/catalog.element/templates/bootstrap_v4/style.css?1766398222274153 */
/* /local/templates/eshop_bootstrap_v4/front/assets/template-collection.css?17663982223410 */
/* /local/templates/eshop_bootstrap_v4/front/assets/component-modals.css?17663982222434 */
/* /local/templates/eshop_bootstrap_v4/front/assets/template-product.css?17663982228081 */
/* /local/templates/eshop_bootstrap_v4/front/assets/section-shipping-methods.css?1766398222439 */
/* /local/templates/eshop_bootstrap_v4/front/assets/nuggets-widget.css?1766398222218806 */
/* /local/templates/eshop_bootstrap_v4/front/assets/reviews-widget.css?1766398222267306 */
/* /local/templates/eshop_bootstrap_v4/front/assets/component-product.css?1766398222128 */
/* /local/templates/eshop_bootstrap_v4/front/assets/app-frequently-bought.css?17663982222372 */
/* /local/templates/eshop_bootstrap_v4/front/assets/component-gift-wrapping.css?17663982221604 */
/* /local/templates/eshop_bootstrap_v4/front/assets/component-photoswipe.css?17663982223880 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.products.viewed/dw_viewed/themes/blue/style.min.css?1766398222714 */
