/* Class to hide elements when content is not provided */
.remove_,
.hidden {
    display: none !important;
}

/*
    SR - Screen Reader
    Elements with the class below will only be visible to screen readers.
    Code snippet from Allyant Hub - https://hub.accessible360.com/kb/articles/1178
*/

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.se-block-hero,
.se-block-accordion,
.se-block-slider,
.se-block-rewarded,
.se-block-sell,
.se-block-lists,
.se-block-product-slider,
.se-block-promo,
.se-block-tout,
.se-block-video,
.se-block-buy,
.se-block-cta {
    color: #1F1D1C;
}

.se-block-hero__heading--first {
    font-family: Didot;
    font-style: italic;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
}

.se-block-promo__heading--first,
.se-block-sell__heading--second,
.se-block-tout__heading--second,
.se-block-slider__heading--first {
    font-family: Didot;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.se-block-cta h2,
.se-block-lists__header h2,
.se-block-rewarded__header h2,
.se-block-buy__header--title,
.se-block-slider__heading--second,
.se-block-tout__heading--first,
.se-block-video__heading--first,
.se-block-sell__heading--first,
.se-block-promo__heading--second,
.se-block-hero__heading--second,
.se-block-product-slider__heading {
    font-family: Didot;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.se-block-hero__heading--second {
    font-size: 38px;
}

.se-block-accordion h3 {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.se-block-sell__list-item-heading {
    font-family: Didot;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.se-block-sell-marker {
    font-family: Didot;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.se-block-tout__card-heading,
.se-block-slide__heading {
    font-family: Didot;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.se-block-buy__item-title,
.se-block-product-slider__item-heading {
    font-family: Arial;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
}

.se-block-promo__text p,
.se-block-video__text p,
.se-block-slider__text p,
.se-block-slider__slide p,
.se-block-buy__header p,
.se-block-cta p,
.se-block-hero__text-overlay,
.se-block-rewarded__content--text,
.se-block-sell__list-item-text,
.se-block-tout__card-text,
.se-block-lists__list--item,
.se-block-accordion__content,
.se-block-product-slider__content,
.se-block-product-slider__brand-title,
.jobInquiry > p {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.se-block-promo__text p {
    font-size: 18px;
}

.se-block-rewarded__label,
.se-block-product-slider__badge {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.se-block-product-slider__brand-title {
    text-transform: uppercase;
}

.se-block-product-slider__item-description {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
}

.se-block-product-slider__item-price {
    font-family: "Arial";
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    color: #657A7B;
}

.se-block-hero__heading--eyebrow-img,
.se-block-promo__text--eyebrow-img,
.se-block-sell__heading--eyebrow img,
.se-block-tout__heading--eyebrow-img,
.se-block-slider__heading--eyebrow-img,
.se-block-video__text--eyebrow-img,
.se-block-lists__header--eyebrow img {
    width: 65px;
}

.se-block-cta__button--primary,
.se-block-video__button--primary,
.se-block-promo__button--primary,
.se-block-tout__button--primary,
.se-block-hero__button--primary,
.se-block-hero__button--secondary,
.se-block-slider__button--primary,
.se-block-sell__button--primary,
.se-block-rewarded__button--primary,
.se-block-product-slider__button--primary,
.jobInquiry__button--primary {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 16px 50px;
    background: #C44B2F;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    margin: 8px auto 0;
    border: 2px solid #C44B2F;
    max-width: 400px;
    text-decoration: none;
    transition: color .4s, background .4s;
}

.se-block-cta__button--primary:hover,
.se-block-video__button--primary:hover,
.se-block-promo__button--primary:hover,
.se-block-tout__button--primary:hover,
.se-block-hero__button--primary:hover,
.se-block-slider__button--primary:hover,
.se-block-sell__button--primary:hover,
.se-block-rewarded__button--primary:hover,
.se-block-product-slider__button--primary:hover,
.jobInquiry__button--primary:hover {
    background: #BABFA8;
    color: #000;
    border-color: #BABFA8;
}

.se-block-hero__button--secondary {
    background: #657A7B;
    border-color: #657A7B;
    color: #FFF;
}

.se-block-hero__button--secondary:hover {
    background: #E2D1AC;
    color: #000;
    border-color: #E2D1AC;
}

.se-block-hero__underline,
.se-block-promo__underline,
.se-block-rewarded__underline,
.se-block-sell__underline,
.se-block-slider__underline,
.se-block-video__underline,
.se-block-tout__underline,
.se-block-cta__underline,
.se-block-buy__underline,
.se-block-lists__underline,
.se-block-product-slider__underline {
    width: 200px;
    height: 2px;
    background-color: #C44B2F;
    margin: 0 auto 30px;
}

.se-block-hero__underline {
    background-color: #F5A82F;
}

.se-block-buy__underline {
    width: 150px;
}

.se-block-lists__underline {
    width: 300px;
}

.se-block-slider__underline,
.se-block-video__underline,
.se-block-sell__underline,
.se-block-promo__underline,
.se-block-rewarded__underline,
.se-block-product-slider__underline {
    margin: 0 0 30px 0;
}

/*
    Product Feed
*/
.se-block-product-slider {
    width: 100%;
    position: relative;
    text-align: center;
}

.se-block-product-slider .container {
    padding: 0;
}

.se-block-product-slider__heading,
.se-block-product-slider__content,
.se-block-product-slider__button--primary {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-product-slider__button--primary {
    width: 100%;
}

.se-block-product-slider__underline {
    margin: 0 auto 30px auto;
}

.se-block-product-slider__feed {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 55px repeat(10, 1fr) 55px;
    grid-template-rows: 1fr;
    align-items: center;
    position: relative;
}

.se-block-product-slider__badge {
    background-color: #BABFA8;
    color: #1F1D1C;
    border-radius: 17px;
    width: fit-content;
    padding: 3px 10px;
    position: absolute;
    top: 8px;
    left: 12px;
}

.se-block-product-slider__badge.se-block-product-slider__badge--sale {
    background-color: #C3002F;
    color: #FFF;
}

.se-block-product-slider__arrow {
    display: none;
    width: 35px;
    height: 35px;
    background-color: #D2B887;
    grid-column: 1 / span 1;
    grid-row: 1;
    justify-self: start;
    border-radius: 4px;
}

.se-block-product-slider__arrow.swiper-button-disabled {
    background-color: #E8E8E8;
}

.se-block-product-slider__arrow--next {
    grid-column: 12 / span 1;
    justify-self: end;
}

.se-block-product-slider__slider-wrapper {
    grid-column: 1 / -1;
    grid-row: 1;
    overflow-x: hidden;
    padding-top: 25px;
    border-top: 1px solid #657A7B;
}

.se-block-product-slider__slider-wrapper .swiper-wrapper {
    display: flex;
}

.se-block-product-slider__slider-wrapper img {
    object-fit: contain;
}

.se-block-product-slider__feed .swiper-pagination {
    position: initial;
    margin-top: 30px;
}

.se-block-product-slider__feed .swiper-pagination-bullet {
    border: 1px solid #C3002F;
    background-color: white;
    opacity: 1;
}

.se-block-product-slider__feed .swiper-pagination-bullet-active {
    background-color: #C3002F;
}

.se-block-product-slider__brand-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.se-block-product-slider__item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.se-block-product-slider__item-description {
    margin-top: 0;
    margin-bottom: 5px;
}

.se-block-product-slider__item-price,
.se-block-product-slider__item-price--sale {
    margin-top: 0;
    margin-bottom: 0;
}

.se-block-product-slider__item-price--sale s {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #657A7B;
}
.se-block-product-slider__item-price--sale span + span {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #C3002F;
    margin-left: 5px;
}

/*
    Accordion Block
*/

.se-block-accordion {
    max-width: 1030px;
    padding: 0 20px;
    margin: 0 auto;
}

.se-block-accordion__item:first-child {
    border-top: 1px solid #747474;
}

.se-block-accordion__item {
    border-bottom: 1px solid #747474;
}

.se-block-accordion__title[aria-expanded="true"] {
    background-image: url("../../img/cms/SE/minus.svg"); /* On SF change path to "../../img/cms/SE/" and add icon to assets/img/cms/se */
    background-position: right 0 bottom 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.se-block-accordion__title[aria-expanded="false"] {
    background-image: url("../../img/cms/SE/plus.svg"); /* On SF change path to "../../img/cms/SE/" and add icon to assets/img/cms/se */
    background-position: right 0 bottom 50%;
    background-repeat: no-repeat;
    background-size: 12px;
}

.se-block-accordion h3 {
    margin: 0;
    padding: 20px 30px;
}

.se-block-accordion__content {
    margin: 0;
    padding: 15px 30px 30px;
}

/*
    Supporting CTA Block
*/

.se-block-cta {
    text-align: center;
    max-width: 966px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.se-block-cta h2,
.se-block-cta p {
    margin-top: 0;
    margin-bottom: 30px;
}

/*
    Video Block
*/

.se-block-video__image__container {
    position: relative;
    margin-bottom: 24px;
    height: 280px;
}

.se-block-video__image {
    height: 100%;
    width: 100%;
}

.se-block-video__text--eyebrow-img {
    margin-top: 0;
    margin-bottom: 15px;
}
.se-block-video__heading--first,
.se-block-video__text p {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-video__button--primary {
    margin-top: 0;
}

.se-block-video__iframe {
    position: absolute;
    width: 94%;
    height: 80%;
    top: 10%;
    bottom: 10%;
    right: 3%;
    left: 3%;
    border: none;
}

/* Invalid Input Style for Video Preview */
.se-block-video__image__container [class^="container"] {
    position: relative;
}

.se-block-video__image__container [class^="invalid-input"] h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
    Promo Banner Block
*/

.se-block-video,
.se-block-promo {
    display: flex;
    flex-direction: column-reverse;
}

.se-block-promo {
    background-color: rgba(226, 209, 172, 0.35);
}

.se-block-promo__text p {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-promo__text--eyebrow-img {
    margin-top: 0;
    margin-bottom: 15px;
}

.se-block-promo__button--primary {
    margin-top: 0;
    margin-bottom: 25px;
}
.se-block-promo__heading--first {
    margin-top: 0;
    margin-bottom: 15px;
}

.se-block-promo__heading--first {
    color: #C3002F;
}

.se-block-promo__heading--second,
.se-block-promo__text {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-video__container {
    padding: 0 3% 0;
    flex-grow: 0.25;
}

.se-block-promo__container {
    flex-grow: 1;
    padding: 0 20px 0;
}

.se-block-video__text,
.se-block-promo__text {
    text-align: left;
}

.se-block-video__button--primary,
.se-block-promo__button--primary {
    margin-left: 0;
    margin-right: 0;
}

.se-block-promo__image {
    position: relative;
    margin-bottom: 25px;
}

.se-block-video__player {
    position: absolute;
    top: 10%;
    left: 0%;
    bottom: 10%;
    right: 0%;
    width: 90%;
    height: 80%;
    border: none;
    transform: translate(0, 0);
}

.se-block-promo__banner {
    width: 100%;
}

.se-block-promo__accent {
    position: absolute;
    bottom: 4px;
    left: 0;
    max-height: 80px;
    width: 100%;
}

.se-block-video__text,
.se-block-promo__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.se-block-sell__heading--second {
    margin-bottom: 40px;
}

/*
    Triple Tout Block
*/

.se-block-tout__heading,
.se-block-tout__card {
    padding: 0 20px;
}

.se-block-tout__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.se-block-tout__heading--first,
.se-block-tout__heading--second {
    text-align: center;
}

.se-block-tout__heading--first {
    margin-top: 0;
    margin-bottom: 15px;
}

.se-block-tout__heading--second {
    color: #C3002F;
}

.se-block-tout__banner {
    margin-bottom: 30px;
}

.se-block-tout__banner {
    width: 100%;
    max-height: 350px;
}

.se-block-tout__container {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}

.se-block-tout__card > div,
.se-block-tout__card > a  {
    display: flex;
    flex: 1;
    text-decoration: none;
}

.se-block-tout__card > div,
.se-block-slider__slide > div {
    margin: 0;
}

.se-block-tout__card > a  {
  text-decoration: none;
}

.se-block-tout__card-heading,
.se-block-tout__card-text {
    color: #1F1D1C;
}

.se-block-tout__card-heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.se-block-tout__card-text {
    margin: 0;
}

.se-block-tout__heading--eyebrow-img,
.se-block-tout__button--primary {
    margin-top: 0;
    margin-bottom: 15px;
}

.se-block-tout__heading--second,
.se-block-tout__card {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-tout__card-text-wrapper {
    margin-left: 12px;
}

.se-block-tout__card-image-wrapper {
    min-width: 125px;
}

.se-block-tout__card-image {
    width: 125px;
    border-radius: 5px;
}

.se-block-tout__card {
    display: flex;
    flex: 1;
    text-decoration: none;
}

.se-block-tout__button-container {
    margin: 0 20px;
}

/*
    Hero Banner Block
*/
.se-block-hero {
    position: relative;
    width: 100%;
}

.se-block-hero__background,
.se-block-slider__background {
    position: relative;
    margin-bottom: 20px;
}

.se-block-hero__background-img {
    width: 100%;
    filter: brightness(0.4);
}

.se-block-hero__accent-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.se-block-hero__text-overlay {
    text-align: center;
    padding: 0 20px;
}

.se-block-hero__text-overlay p {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-hero__heading--eyebrow-img {
    margin-top: 0;
    margin-bottom: 20px;
}

.se-block-hero__heading--first {
    color: #C3002F;
    margin-top: 0;
    margin-bottom: 20px;
}

.se-block-hero__heading--second {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-hero__button--primary {
    margin-top: 0;
    margin-bottom: 20px;
}
.se-block-hero__button--secondary,
.se-block-hero__text-overlay {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-hero__button--primary {
    margin-bottom: 20px;
}

.se-block-hero__button--primary,
.se-block-hero__button--secondary {
    background-image: none !important;
}

/*
    Carousel Block
*/
.se-block-slider {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
}

.se-block-slider__heading--eyebrow {
    height: 30px;
}

.se-block-slider__heading--eyebrow,
.se-block-slider__button--primary {
    margin-top: 0;
    margin-bottom: 15px;
}
.se-block-slide__heading {
    margin-top: 0;
    margin-bottom: 20px;
}
.se-block-slider__heading--second,
.se-block-slider__text,
.se-block-slider__button--primary {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-slider__text p {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-slider__heading--first {
    margin-top: 0;
    margin-bottom: 15px;
    color: #C3002F;
}

.se-block-slider__slide img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.swiper {
    padding-bottom: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #D2B887;
    display: none;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 13px;
    background: rgba(255,255,255,1);
    background-size: auto 5px;
    border: 1px solid #C3002F;
    padding: 2px;
    left: 0;
    bottom: 8px;
    width: calc(100% - 21px);
}

.swiper-scrollbar-drag {
    background: #C3002F;
}

.se-block-slider__slide a {
    color: #000000;
    text-decoration: none;
}

.se-block-slider__slide p {
    margin-top: 0;
}

.se-block-slider .container {
    max-width: 1280px;
    margin: 0 auto;
}

/*
    Rich Text Block
*/
.se-block-rich.container {
    margin: 0 auto;
    max-width: calc(1240px + 40px);
    padding: 0 20px;
    width: 100%;
}

.se-block-rich {
    font-family: Arial, Helvetica, sans-serif;
}

.se-block-rich h1,
.se-block-rich h2,
.se-block-rich h3,
.se-block-rich h4,
.se-block-rich h5,
.se-block-rich h6,
.jobInquiry h2 {
    font-family: Didot;
    line-height: normal;
    color: #000000;
}

.se-block-rich h4 {
    font-family: Arial;
}

.se-block-rich h5,
.se-block-rich h6 {
    font-family: "Nunito Sans";
}

.se-block-rich,
.jobInquiry {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.se-block-rich h1 {
    font-size: 38px;
}

.se-block-rich h2,
.jobInquiry h2 {
    font-size: 30px;
}

.se-block-rich h3 {
    font-size: 32px;
}

.se-block-rich h4 {
    font-size: 20px;
}

.se-block-rich h5 {
    font-size: 18px;
}

.se-block-rich h6 {
    font-size: 18px;
}

/*
    How To Sell Block
*/
.se-block-sell {
    position: relative;
    padding: 50px 20px;
}

.se-block-sell__background {
    position: absolute;
    object-fit: contain;
    object-position: top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.se-block-sell__wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1240px;
    margin: 0 auto;
}

.se-block-sell__container {
    position: relative;
    z-index: 2;
    flex: 1 1 0px;
}

.se-block-sell__image {
    margin-bottom: 25px;
}

.se-block-sell__heading--eyebrow,
.se-block-sell__button--primary {
    margin-top: 0;
    margin-bottom: 15px;
}

.se-block-sell__heading--first {
    margin-top: 0;
    margin-bottom: 15px;
}

.se-block-sell__heading--second {
    margin-top: 0;
    margin-bottom: 30px;
    color: #C3002F;
}

.se-block-sell__list-item-heading {
    margin-top: 0;
    margin-bottom: 6px;
}

.se-block-sell__heading--second {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-sell__list-item-text {
    margin-top: 0;
    margin-bottom: 0;
}

.se-block-sell__list-item {
    padding-left: 10px;
    margin-bottom: 40px;
    list-style-type: none;
    display: inline-block;
}

.se-block-sell__list-item:last-child {
  margin-bottom: 30px;
}

.se-block-sell-marker {
    position: absolute;
    margin-left: -1em;
    color: #C44B2F;
}

.se-block-sell__list-item-container {
    font-family: Arial, Helvetica, sans-serif;
}

.se-block-sell__image {
    flex: 1 1 0px;
    z-index: 2;
}

/*
    What We Buy Block
*/
.se-block-buy.se-block-accordion {
    max-width: initial;
    padding: 0;
}
.se-block-buy__header {
    text-align: center;
}

.se-block-buy__header--banner {
    width: 100%;
    margin-bottom: 30px;
}

.se-block-buy__header p,
.se-block-buy__container--desktop {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.se-block-buy__item-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.se-block-buy__header--title,
.se-block-buy__header p {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-buy__container--mobile .se-block-accordion__item {
    border: none;
}
.se-block-buy__container--mobile .se-block-accordion__item.active {
    border-top: 1px solid #657A7B;
    border-bottom: none;
}
.se-block-buy__container--mobile
.se-block-accordion__item.active
+ .se-block-accordion__item.active {
    border-top: 1px solid #657A7B;
}
.se-block-buy__container--mobile
.se-block-accordion__item.active
+ .se-block-accordion__item:not(.active) {
    border-top: 1px solid #657A7B;
}
.se-block-buy__container--mobile
.se-block-accordion__item:not(.active)
+ .se-block-accordion__item:not(.active),
.se-block-buy__container--mobile
.se-block-accordion__item:not(.active):first-child {
    border-top: none;
}
.se-block-buy__container--mobile .se-block-accordion__item.active:last-child {
    border-bottom: 1px solid #657A7B;
}
.se-block-buy__container--mobile
.se-block-accordion__item:not(.active):last-child {
    border-bottom: 1px solid none;
}
.se-block-buy__container--mobile
.se-block-accordion__title[aria-expanded="true"] {
    background-image: url("../../img/cms/SE/minus.svg"); /* On SF change path to "../../img/cms/SE/" and add icon to assets/img/cms/se */
    background-position: right 0 bottom 50%;
}
.se-block-buy__container--mobile
.se-block-accordion__title[aria-expanded="false"] {
    background-image: url("../../img/cms/SE/plus.svg"); /* On SF change path to "../../img/cms/SE/" and add icon to assets/img/cms/se */
    background-position: right 0 bottom 50%;
}
.se-block-buy__container--mobile .se-block-accordion__item h3,
.se-block-buy__container--desktop .se-block-buy__category-title {
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}
.se-block-buy__container--mobile .se-block-accordion__item h3 {
    padding: 17px 26px 15px 20px;
}
.se-block-buy__subcategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 20px;
    padding: 0 20px 20px;
    margin: 0;
}
.se-block-buy__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 10px);
    text-align: center;
}
.se-block-buy .se-block-buy__item-image {
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 12px;
    width: 100%;
}
.se-block-buy .se-block-buy__item-title {
    padding: 0;
    margin: 0;
}
.se-block-buy__container--desktop {
    display: flex;
}
.se-block-buy__container--desktop .se-block-buy__categories--desktop {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.se-block-buy__category-title:hover {
    cursor: pointer;
}
.se-block-buy__container--desktop .se-block-buy__category-title {
    background-color: initial;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    background-image: none;
    min-width: 229px;
    padding: 17px 0 15px 0;
}
.se-block-buy__container--desktop .se-block-buy__category-title.active {
    border-top: 1px solid #657A7B;
    border-bottom: 1px solid #657A7B;
    background-image: url("../../img/cms/SE/carot-right.svg"); /* On SF change path to "../../img/cms/SE/" and add icon to assets/img/cms/se */
    background-position: right 17px bottom 50%;
    background-size: 8px;
    background-repeat: no-repeat;
}
.se-block-buy__container--desktop .se-block-buy__category-block {
    display: none;
}
.se-block-buy__container--desktop .se-block-buy__category-block.shown {
    display: initial;
}

/*
    Lists Block
*/
.se-block-lists__header,
.container {
    max-width: calc(1240px + 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.se-block-lists__header--eyebrow,
.se-block-lists__header h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.se-block-lists__list {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
}
.se-block-lists__list--item {
    display: inline-block;
    width: 49%;
    margin-bottom: 3px;
}

/*
    Get Rewarded Block
*/
.se-block-rewarded__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.se-block-rewarded__grid > * {
    align-self: center;
}

.se-block-rewarded__label--text {
    margin-top: 0;
    margin-bottom: 5px;
}
.se-block-rewarded__header--eyebrow-image {
    margin-top: 0;
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
}
.se-block-rewarded__button--primary {
    margin-top: 0;
    margin-bottom: 30px;
}
.se-block-rewarded__content--text,
.se-block-rewarded__label {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-rewarded__header h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.se-block-rewarded__underline {
    margin-bottom: 30px;
}

.se-block-rewarded__main-content {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 25px 20px;
}

.se-block-rewarded__marketing-content {
    grid-column: 1 / -1;
}

.se-block-rewarded__marketing--highlight-left + .se-block-rewarded__marketing-content {
    grid-column: 1 / -1;
}

.se-block-rewarded__marketing-content,
.se-block-rewarded__marketing--highlight-left,
.se-block-rewarded__marketing--highlight-right {
    grid-row: 1;
    height: 390px;
}

.se-block-rewarded__marketing--highlight-left,
.se-block-rewarded__marketing--highlight-right {
    z-index: 1;
}

.se-block-rewarded__marketing--highlight-left {
    grid-column: 1 / -1;
}

.se-block-rewarded__marketing--highlight-right {
    grid-column: 10 / span 3;
    position: relative;
}

.se-block-rewarded__marketing--highlight-right img {
    position: absolute;
    bottom: 10px;
    right: 0px;
    max-height: 25px;
    width: initial;
}

.se-block-rewarded__marketing--highlight-left,
.se-block-rewarded__marketing--highlight-right {
    z-index: 1;
}

.se-block-rewarded__marketing-content img,
.se-block-rewarded__marketing--highlight-left img,
.se-block-rewarded__marketing--highlight-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.se-block-rewarded__marketing--highlight-left img {
    object-fit: cover;
    object-position: center;
}

.se-block-rewarded__marketing-content img {
    max-width: 100%;
    margin-bottom: 25px;
}

.se-block-rewarded__label {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.se-block-rewarded__label--text {
    margin-bottom: 5px;
}

.se-block-rewarded__label--select {
    appearance: none;
    height: 50px;
    padding: 10px 15px;
    width: 100%;
    border-color: #000;
    border-radius: 4px;
    padding-right: 35px;
    background-image: url("../../img/cms/SE/carot-down.svg");
    background-repeat: no-repeat;
    background-position: right 20px top 20px, 0 0;
    background-size: 10px 7px;
    font-family: inherit;
}

.se-block-rewarded__button--primary {
      width: initial;
      max-width: initial;
}

/*
    Job Enquiry Block
*/

.jobInquiry {
    max-width: calc(750px + 40px);
    margin: 50px auto 50px;
    padding: 0 20px;
}

.jobInquiry h2 {
    margin: 35px auto 25px;
    padding-bottom: 35px;
    border-bottom: 2px solid #C44B2F;
    text-align: center;
}


.jobInquiry__recaptcha {
    margin-bottom: 15px;
    margin-top: 15px;
}

.jobInquiry__form-required-msg {
    display: flex;
    justify-content: flex-end;
    color: #C44B2F;
}

.jobInquiry__form-group {
    display: flex;
    flex-direction: column;
}

.jobInquiry__form-group .margin-bottom-s {
    margin-bottom: 5px;
}

.jobInquiry__form-group .margin-bottom-m {
    margin-bottom: 10px;
}

.jobInquiry__form-group .margin-bottom-l {
    margin-bottom: 20px;
}

.jobInquiry__form-group input[type="text"],
.jobInquiry__form-group input[type="email"],
.jobInquiry__form-group input[select] {
    margin-bottom: 20px;
}

.jobInquiry__form-group label,
.jobInquiry__form-group h3,
.jobInquiry__form-required-msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.jobInquiry__form-group label,
.jobInquiry__form-group h3 {
    margin-bottom: 5px;
    margin-right: 25px;
}

.jobInquiry__form-group .jobInquiry__form-group .jobInquiry__form-row {
    margin-bottom: 0;
}

.jobInquiry__form-group .jobInquiry__form-group .jobInquiry__form-row .margin-bottom-s {
    display: flex;
}

.jobInquiry__form-group .jobInquiry__form-group .jobInquiry__form-row input[type="checkbox"] {
    margin-left: 0;
}

.jobInquiry__form-availability,
.jobInquiry__form-communication {
    margin-top: 20px;
}

.jobInquiry__form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.jobInquiry__form-group fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.jobInquiry__form-row fieldset {
    display: flex;
}

.jobInquiry__form-group fieldset legend {
    font-size: 0;
}

.input-req-star {
    display: inline-block;
    color: #C44B2F;
}

.jobInquiry__button--primary {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 20px auto;
    padding: 10px;
}

.jobInquiry > p {
    margin-bottom: 50px;
}

/*
    Mobile Styles
*/

@media screen and (max-width: 769px) {
    /*
        Mobile accessibility
    */

    .se-block-promo{
        flex-direction: column;
    }

    .se-block-video.se-block-video--image-right .remove_,
    .se-block-video.se-block-video--image-right .remove_hidden,
    .se-block-promo__image.hidden{
        display: block !important; /* Overrides .hidden class, no matter the alignment we will show the first block in mobile. Used in Seller App. */
    }

    .se-block-video.se-block-video--image-right .se-block-video__image__container:first-child,
    .se-block-promo__image.remove_,
    .se-block-promo__image.remove_hidden {
        display: none;
        flex-direction: row-reverse;
    }

    /*
        End Mobile accessibility
    */
}

@media screen and (min-width: 481px) {
    .se-block-buy__item {
        width: calc((100% - 40px) / 3);
    }
}

@media screen and (min-width: 480px) {
    .jobInquiry__form-row {
        flex-direction: row;
    }

    .jobInquiry h2 {
        margin: 50px auto 50px;
    }

    .se-block-video__button--primary,
    .se-block-promo__button--primary {
        max-width: fit-content;
    }

    .se-block-slider__text {
        padding-right: 0;
    }

    .se-block-video__image__container {
        height: 450px;
    }

    .se-block-sell {
        padding: 70px 50px;
    }

    .se-block-lists__list {
        list-style-type: none;
        padding: 0;
    }
    .se-block-lists__list--item {
        width: 32%;
    }

    .se-block-rewarded__button--primary {
        margin: 0;
        margin-bottom: 15px;
    }
}

.se-block-tout,
.se-block-accordion,
.se-block-promo,
.se-block-hero,
.se-block-slider,
.se-block-rewarded,
.se-block-sell,
.se-block-lists,
.se-block-cta,
.se-block-video,
.se-block-buy,
.se-block-rich,
.se-block-product-slider,
.jobInquiry {
    margin-bottom: 25px;
}

/*
    Desktop Styles
*/
@media screen and (min-width: 769px) {
    .se-block-tout,
    .se-block-accordion,
    .se-block-promo,
    .se-block-hero,
    .se-block-slider,
    .se-block-rewarded,
    .se-block-sell,
    .se-block-lists,
    .se-block-cta,
    .se-block-video,
    .se-block-buy,
    .se-block-rich,
    .se-block-product-slider,
    .jobInquiry {
        margin-bottom: 50px;
    }

    .se-block-hero__heading--first,
    .se-block-hero__heading--second {
        font-size: 51px;
    }

    .se-block-promo__heading--first,
    .se-block-sell__heading--second,
    .se-block-tout__heading--second,
    .se-block-slider__heading--first {
        font-size: 40px;
        line-height: 1.33;
    }

    .se-block-product-slider__heading,
    .se-block-cta h2,
    .se-block-buy__header--title,
    .se-block-lists__header h2,
    .se-block-slider__heading--second,
    .se-block-tout__heading--first,
    .se-block-video__heading--first,
    .se-block-sell__heading--first,
    .se-block-rewarded__header h2,
    .se-block-promo__heading--second,
    .jobInquiry h2 {
        font-size: 40px;
        line-height: 1.33;
    }

    .se-block-slider__heading--second {
        color: #242729;
    }

    .se-block-hero__heading--second {
        line-height: 1.33;
    }

    .se-block-accordion h3,
    .se-block-sell__list-item-heading,
    .se-block-slide__heading {
        font-size: 26px;
    }

    .se-block-sell-marker {
        font-size: 40px;
    }

    .se-block-sell__list-item-container {
        transform: translateY(-10px);
    }

    .se-block-product-slider__item-heading {
        font-size: 18px;
    }

    .se-block-slider__heading {
        font-size: 28px;
    }

    .se-block-video__text p,
    .se-block-slider__text p,
    .se-block-slider__slide p,
    .se-block-buy__header p,
    .se-block-cta p,
    .se-block-hero__text-overlay,
    .se-block-rewarded__content--text,
    .se-block-sell__list-item-text,
    .se-block-tout__card-text,
    .se-block-lists__list--item,
    .se-block-accordion__content,
    .se-block-product-slider__content,
    .se-block-product-slider__brand-title,
    .jobInquiry p {
        font-size: 18px;
    }

    .se-block-cta__button--primary,
    .se-block-video__button--primary,
    .se-block-promo__button--primary,
    .se-block-tout__button--primary,
    .se-block-hero__button--primary,
    .se-block-hero__button--secondary,
    .se-block-slider__button--primary,
    .se-block-rewarded__button--primary {
        width: fit-content;
    }

    .se-block-hero__heading--eyebrow-img,
    .se-block-sell__heading--eyebrow,
    .se-block-tout__heading--eyebrow-img,
    .se-block-video__text--eyebrow-img,
    .se-block-promo__text--eyebrow-img,
    .se-block-slider__heading--eyebrow > .se-block-slider__heading--eyebrow-img {
        margin-bottom: 20px;
    }

    .se-block-video__text--eyebrow-img {
        margin-bottom: 0px;
    }

    .se-block-promo__text--eyebrow-img {
        margin-bottom: 20px;
    }

    .se-block-rewarded__header--eyebrow-image {
        margin-bottom: 27px;
    }

    /* Product Feed */
    .se-block-product-slider__arrow {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .se-block-product-slider__slider-wrapper {
        padding-top: 30px;
        grid-column: 2 / -2;
    }

    /* Accordion Block */
    .se-block-accordion h3 {
        padding: 20px 30px;
    }

    /* Video Block - Desktop */

    .se-block-video__text {
        max-width: 450px;
    }

    .se-block-video__image {
        padding-left: 15%;
        object-fit: cover;
    }

    .se-block-video--image-right .se-block-video__image{
        max-width: 85%;
        padding-left: 0%;
        object-fit: cover;
    }

    .se-block-video__iframe {
        position: absolute;
        width: 90%;
        height: 80%;
        top: 10%;
        bottom: 10%;
        right: 10%;
        border: none;
        left: 0%;
    }

    .se-block-video--image-right .se-block-video__iframe{
        position: absolute;
        width: 90%;
        height: 80%;
        top: 10%;
        bottom: 10%;
        right: 0%;
        border: none;
        left: 10%;
    }

    .se-block-video__image__container {
        width: 100%;
        height: 450px;
    }

    /* Promo Banner Block */
    .se-block-video,
    .se-block-promo {
        max-width: 1280px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .se-block-video__container {
        padding: 0 30px 0;
    }

    .se-block-promo.se-block-promo--image-left {
        flex-direction: row;
    }

    .se-block-promo__container {
        width: 50%;
    }

    .se-block-promo__image img {
        max-width: 100%;
        object-fit: cover;
    }

    .se-block-promo__image {
        max-width: 720px;
        margin-bottom: 0px;
    }

    .se-block-promo__heading--first {
        margin-bottom: 20px;
    }
    .se-block-promo__text {
        max-width: 503px;
        margin: 0 auto;
    }

    .se-block-promo__accent {
        bottom: -1px;
    }

    /* Triple Tout Block */
    .se-block-tout {
        position: relative;
    }

    .se-block-tout__banner {
        position: absolute;
        z-index: 1;
    }

    .se-block-tout__heading--first {
        margin-bottom: 20px;
    }

    .se-block-tout__container {
        position: relative;
        display: flex;
        justify-content: center;
        gap: 27px;
        margin: 60px auto 0;
        padding: 0 20px 20px;
        max-width: 1240px;
        z-index: 2;
    }

    .se-block-tout__card > div,
    .se-block-tout__card > a  {
        flex-direction: column;
        align-items: flex-start;
        max-width: 600px;
        padding: 0;
    }

    .se-block-tout__card-image {
        width: 100%;
    }

    .se-block-tout__card-text-wrapper {
        margin-left: 0;
    }

    .se-block-tout__button--primary {
        margin: 0 auto;
    }

    .se-block-tout__card-image-wrapper {
        margin-bottom: 20px;
    }

    .se-block-tout__card-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    /* Hero Banner Block */
    .se-block-hero__heading--first,
    .se-block-hero__heading--second {
        color: #FFF;
    }

    .se-block-hero__background-img {
        height: 700px;
        object-fit: cover;
        object-position: top;
    }

    .se-block-hero__text-overlay {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0 20px;
        color: #000000;
        box-sizing: border-box;
    }

    .se-block-hero__text-overlay > p {
        color: #FFF;
    }

    .se-block-hero__cta-buttons {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
    }

    .se-block-hero__cta-buttons {
        display: flex;
        justify-content: flex-start;
    }

    .se-block-hero__button--primary,
    .se-block-hero__button--secondary {
        margin: 0;
    }

    .se-block-hero__button--secondary {
        border-color: #FFF;
    }

    .se-block-hero__text-overlay {
        max-width: 1280px;
        margin: 0 auto;
    }

    .se-block-hero__text-overlay--left {
        text-align: left;
    }

    .se-block-hero__text-overlay--right {
        text-align: right;
        right: 0;
        left: initial;
    }

    .se-block-hero__text-overlay--center {
        text-align: center;
        right: initial;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .se-block-hero__text-overlay--left .se-block-hero__heading--first,
    .se-block-hero__text-overlay--left .se-block-hero__heading--second,
    .se-block-hero__text-overlay--left p,
    .se-block-hero__text-overlay--right .se-block-hero__heading--first,
    .se-block-hero__text-overlay--right .se-block-hero__heading--second,
    .se-block-hero__text-overlay--right p {
        max-width: 608px;
    }

    .se-block-hero__text-overlay--right .se-block-hero__heading--first,
    .se-block-hero__text-overlay--right .se-block-hero__heading--second,
    .se-block-hero__text-overlay--right p {
        margin-left: auto;
    }

    .se-block-hero__text-overlay--center {
        max-width: 818px;
    }

    .se-block-hero__underline {
        background-color: #C44B2F;
    }

    .se-block-hero__text-overlay--right .se-block-hero__underline {
        margin-left: auto;
    }

    .se-block-hero__text-overlay--right .se-block-hero__cta-buttons {
        justify-content: flex-end;
    }

    .se-block-hero__text-overlay--left .se-block-hero__underline {
        margin-left: 0;
    }

    .se-block-hero__text-overlay--right .se-block-hero__underline {
        margin-right: 0;
    }

    .se-block-hero__text-overlay--center .se-block-hero__underline {
        margin-left: auto;
        margin-right: auto;
    }

    .se-block-hero__text-overlay--center .se-block-hero__cta-buttons {
        justify-content: center;
    }

    /* Carousel Block */

    .se-block-slider {
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .se-block-slider .container {
        display: flex;
        justify-content: flex-end;
        max-width: 1280px;
        margin: 0 auto;
    }

    .se-block-slider__heading--first {
        margin-bottom: 20px;
    }

    .se-block-slider__button--primary {
        margin-left: 0;
    }

    .se-block-slider__text-wrapper {
        margin: 60px 0;
        min-width: 350px;
    }

    .se-block-slider__text {
        max-width: 292px;
        padding-left: 0;
        padding-right: 24px;
    }

    .se-block-slider__slide {
        position: relative;
    }

    .swiper {
        position: relative;
        padding-top: 100px;
        padding-left: 0;
        padding-bottom: 0;
        max-height: 668px;
        margin-right: 0;
        margin-left: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: flex;
        position: absolute;
        top: 60px;
        height: 35px;
        width: 35px;
    }

    .se-block-product-slider__arrow {
        top: initial;
    }

    .swiper-button-next {
        left: 50px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-arrow {
        height: 11px;
        width: 18px;
    }

    .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: 0;
        left: 0;
        padding: 3px;
    }

    /* Rich Text Block */
    .se-block-rich {
        font-size: 18px;
    }

    .se-block-rich h1 {
        font-size: 51px;
        line-height: 1.33;
    }

    .se-block-rich h2 {
        font-size: 40px;
        line-height: 1.33;
    }

    .se-block-rich h3 {
        font-size: 26px;
        line-height: 1.33;
    }

    .se-block-rich h4 {
        font-size: 18px;
        line-height: normal;
    }

    .se-block-rich h5 {
        font-size: 18px;
        line-height: normal;
    }

    .se-block-rich h6 {
        font-size: 18px;
        line-height: normal;
    }

    /*
        How To Sell Block
    */
    .se-block-sell__wrapper {
        flex-direction: row;
        column-gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .se-block-sell__background {
        object-fit: cover;
    }

    .se-block-sell__heading--second {
        margin-bottom: 30px;
    }

    .se-block-sell__heading--first {
        margin-bottom: 20px;
    }

    .se-block-sell__list-item,
    .se-block-sell__list-item:last-child {
        margin-bottom: 50px;
    }

    .se-block-sell-marker {
        margin-right: 10px;
    }

    .se-block-sell__image {
        max-width: 608px;
        width: 50%;
        margin: 0;
    }

    .se-block-sell__button--primary {
        width: fit-content;
        margin-left: 0;
    }

    /* What We Buy Block */
    .se-block-buy .se-block-buy__item-image {
        width: 143px;
        height: 143px;
    }

    .se-block-buy .se-block-buy__item-title {
        font-size: 18px;
    }

    .se-block-buy__subcategory {
        padding: 0 0 0 25px;
        column-gap: 25px;
        row-gap: 25px;
    }

    .se-block-lists__list {
        list-style-type: none;
        padding: 0;
    }

    .se-block-lists__list--item {
        max-width: 200px;
        min-width: 128px;
        width: 16%;
    }

    .se-block-rewarded {
        max-width: calc(1240px + 40px);
        margin-left: auto;
        margin-right: auto;
    }
    .se-block-rewarded__header--eyebrow-image {
        margin-bottom: 16px;
    }

    .se-block-rewarded__grid {
        grid-template-columns: repeat(24, 1fr);
    }

    .se-block-rewarded__marketing-content,
    .se-block-rewarded__marketing--highlight-left,
    .se-block-rewarded__marketing--highlight-right {
        grid-row: 1;
        height: 600px;
    }

    .se-block-rewarded__main-content {
        padding: 0;
        padding-right: 20px;
        grid-column: 1 / span 7;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .se-block-rewarded__grid.right-align .se-block-rewarded__main-content {
        grid-column: 18 / -1;
        padding-right: 0;
        padding-left: 20px;
    }

    .se-block-rewarded__marketing-content {
        grid-column: 9 / -1;
    }

    .se-block-rewarded__marketing--highlight-left + .se-block-rewarded__marketing-content {
        grid-column: 10 / -1;
    }

    .se-block-rewarded__grid.right-align .se-block-rewarded__marketing-content {
        grid-column : 1 / span 15;
    }

    .se-block-rewarded__marketing--highlight-left {
        grid-column: 9 / -1;
    }
    .se-block-rewarded__grid.right-align .se-block-rewarded__marketing--highlight-left {
        grid-column: 1 / span 16;
    }

    .se-block-rewarded__marketing--highlight-right {
        grid-column: 21 / span 4;
    }
    .se-block-rewarded__grid.right-align .se-block-rewarded__marketing--highlight-right {
        grid-column: 14 / span 3;
    }
    .se-block-rewarded__marketing--highlight-right img {
        bottom: 20px;
        max-height: 40px;
    }

    .se-block-rewarded__marketing-content img {
        max-width: calc(100% - 1px);
    }
    .se-block-rewarded__grid.right-align .se-block-rewarded__marketing-content img {
        max-width: 100%;
    }

    .se-block-buy__item {
        width: 143px;
    }

    .se-block-product-slider__button--primary {
        width: fit-content;
    }
}

@media screen and (min-width: 1000px) {
    /* Video block */
    .se-block-video__text {
        width: 397px;
    }
}

@media screen and (min-width: 1441px) {
    .se-block-slider__slide {
        max-width: 375px;
    }

    .se-block-slider {
        background-size: cover;
    }
}

@media screen and (min-width: 1241px) {
    .se-block-slider .container {
        padding: 0 20px;
    }

    .se-block-hero__text-overlay--left,
    .se-block-hero__text-overlay--right {
        left: 50%;
        transform: translateX(-50%);
    }

    .se-block-video__image__container {
        width: 75%;
        height: 450px;
    }
}

.se-block-tout,
.se-block-accordion,
.se-block-promo,
.se-block-hero,
.se-block-slider,
.se-block-rewarded,
.se-block-sell,
.se-block-lists,
.se-block-cta,
.se-block-video,
.se-block-buy,
.se-block-rich,
.se-block-product-slider {
    margin-bottom: 50px;
}

/* Custom Focus Styling */ 
.wm-brand-nav__franchise-link a:focus {
    background-color: white;
}

#contactUsModal .socialLinks-item svg {
    fill: black;
    filter: none;
}

.swiper-notification {
    display: none !important; /* override swiper styling */
}

.accordion-override-font-family {
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
