.acs {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .acs {
    margin-top: 30px;
  }
}
.acs h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .acs h2 {
    font-size: var(--mz-20);
    padding-bottom: var(--mz-30);
  }
}
.acs:target {
  scroll-margin-top: 200px;
}

.header-tps {
  margin-top: 35px;
}
.header-tps .logo {
  max-width: 28.5%;
  margin: 35px auto;
}
@media (max-width: 767px) {
  .header-tps .logo {
    max-width: 100%;
    margin-inline: 1rem;
  }
}
.header-tps .nav {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767px) {
  .header-tps .nav {
    margin-inline: 1rem;
  }
}
@media (min-width: 1024px) {
  .header-tps .nav {
    width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
.header-tps .nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin: auto;
  margin-bottom: -1px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .header-tps .nav ul {
    max-width: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header-tps .nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header-tps .nav ul {
    max-width: 1520px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-tps .nav ul li {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .header-tps .nav ul li {
    font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
    font-size: clamp(0.875rem, 1.0526315789cqw, 1rem);
  }
}
.header-tps .nav ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: calc(1rem - 4px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 4px solid transparent;
}
.header-tps .nav ul li a:after {
  content: attr(data-text);
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media speech {
  .header-tps .nav ul li a:after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-tps .nav ul li a:hover {
    border-bottom: 4px solid #d40029;
    font-weight: 800;
  }
}

.colorsHeader {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem auto;
  grid-template-columns: 1fr 1fr 1fr auto;
  -ms-grid-rows: auto 2rem auto;
  grid-template-rows: auto auto;
  gap: 2rem 1rem;
      grid-template-areas: "brands . search search" "colors colors colors palettes";
}
@media (max-width: 767px) {
  .colorsHeader {
    margin-inline: 1rem;
    -ms-grid-rows: auto 1.5rem auto 1.5rem auto 1.5rem auto;
    grid-template-rows: repeat(4, auto);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
        grid-template-areas: "search" "brands" "palettes" "colors";
  }
}
.colorsHeader .allColorsSearch {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: search;
}
.colorsHeader .nav-tabs.brands {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: brands;
}
.colorsHeader .tpsDropDown {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: palettes;
}
.colorsHeader .colorGroupSelectorWrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: colors;
}
@media (max-width: 767px) {
  .colorsHeader .allColorsSearch {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .colorsHeader .nav-tabs.brands {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .colorsHeader .tpsDropDown {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .colorsHeader .colorGroupSelectorWrapper {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.colorsPage {
  font-family: Roboto, sans-serif;
  /* BRAND TABS AREA */
  /*----------------------------------------------------------------------------*/
  /*GRID COLLECTION*/
}
.colorsPage svg:not(:root) {
  overflow: hidden;
}
.colorsPage .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.colorsPage .nav > li {
  position: relative;
  display: block;
}
.colorsPage .nav-tabs {
  margin: 0;
  font-size: 0;
}
.colorsPage .nav-tabs > li {
  display: inline-block;
  cursor: pointer;
}
.colorsPage .allColorsSearch {
  color: #000;
  position: relative;
  -ms-grid-row-align: end;
  -ms-grid-column-align: end;
  place-self: end;
  width: 100%;
}
.colorsPage .allColorsSearch .colorSearchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8%;
  position: relative;
}
.colorsPage .allColorsSearch .colorSearchContainer .content {
  font-size: clamp(12px, 1.04vw, 20px);
}
.colorsPage .allColorsSearch .colorSearchContainer .content .headline {
  font-size: clamp(18px, 1.3vw, 25px);
  font-weight: 700;
}
.colorsPage .allColorsSearch .inputContainer {
  display: inline-block;
  max-width: 386px;
  width: 100%;
  position: relative;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  overflow: clip;
}
@media (max-width: 767px) {
  .colorsPage .allColorsSearch .inputContainer {
    max-width: unset;
  }
}
.colorsPage .allColorsSearch .inputContainer input {
  width: 100%;
  height: 48px;
  border: none;
  background-color: #fff;
  padding: 0 60px 0 15px;
  font-size: 15px;
  color: #333;
  margin: 0;
}
.colorsPage .allColorsSearch .inputContainer button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48px;
  border: none;
  color: rgba(0, 0, 0, 0);
  padding: 0;
  background-color: #f7f7f7;
  background-image: url(https://cdn-tp3.mozu.com/24645-m1/cms/files/251010-tps-search.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center;
}
.colorsPage .allColorsSearch input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #5f5f5f;
}
.colorsPage .allColorsSearch input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #5f5f5f;
}
.colorsPage .allColorsSearch input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #5f5f5f;
}
.colorsPage .allColorsSearch input[type=text]::-ms-input-placeholder {
  opacity: 1;
  color: #5f5f5f;
}
.colorsPage .allColorsSearch input[type=text]::placeholder {
  opacity: 1;
  color: #5f5f5f;
}
.colorsPage .nav-tabs.brands {
  border: 1px solid #B1B1B1;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.25rem;
}
.colorsPage .nav-tabs.brands > li.active, .colorsPage .nav-tabs.brands > li:hover {
  background-color: #E1E1E1;
  border-radius: 8px;
}
.colorsPage .nav-tabs.brands > li > button {
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 12% 5px !important;
  text-align: center;
  width: 100%;
  height: 100%;
  place-content: center;
  background: none;
  border: 0;
}
.colorsPage .nav-tabs.brands > li > button img {
  max-width: 100%;
  height: auto;
}
.colorsPage .gridCollectionWrap {
  padding-bottom: 20px;
  clear: both;
}
@media (max-width: 767px) {
  .colorsPage .gridCollectionWrap {
    margin: 0 20px;
  }
}
.colorsPage #gridCollection {
  margin: 0 auto;
  padding: 0 0 40px;
  /*GRID COLLECTION*/ /*COLOR VIEW*/
}
.colorsPage #gridCollection h2 {
  text-align: left;
  font-weight: 400;
  padding-left: 3%;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 34px;
}
.colorsPage #gridCollection .items {
  margin: 0 auto;
  text-align: left;
}
.colorsPage #gridCollection .item {
  background-color: #999;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  width: 24.2%;
  padding: 5px;
  padding-top: 22.4% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.1;
  z-index: 0;
  position: relative;
  vertical-align: top;
  margin: 0.4%;
  text-align: left;
  overflow: hidden;
  border: 0;
}
.colorsPage #gridCollection .item .arrow {
  display: none;
  width: 45%;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
}
.colorsPage #gridCollection .item .heading {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 20px;
  left: 5px;
}
.colorsPage #gridCollection .item .heading .itemBrand {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 6px;
  line-height: 1;
  margin-bottom: 2px;
}
.colorsPage #gridCollection .item.selected {
  outline: 1px solid #000;
  cursor: pointer;
}
.colorsPage #gridCollection .item.selected .arrow {
  display: block;
}
.colorsPage #gridCollection .itemView {
  background-color: #F1F1F1;
  display: block;
  float: left;
  height: 370px;
  position: relative;
  width: 99.4%;
  margin: 0.4%;
  /*GRID COLLECTION*/ /*COLOR VIEW*/ /*info box*/
}
.colorsPage #gridCollection .itemView[data-item*=Benjamin] .previewImages .benMoore {
  display: -ms-grid;
  display: grid;
}
.colorsPage #gridCollection .itemView[data-item*=Magnolia] .previewImages .magnolia {
  display: -ms-grid;
  display: grid;
}
.colorsPage #gridCollection .itemView[data-item*=Clark] .previewImages .clark {
  display: -ms-grid;
  display: grid;
}
.colorsPage #gridCollection .itemView .infoBox {
  background-color: #FFFFFF;
  left: 20px;
  padding: 15px 20px;
  position: absolute;
  top: 20px;
  width: 260px;
}
@media (max-width: 767px) {
  .colorsPage #gridCollection .itemView .infoBox {
    position: relative;
  }
}
.colorsPage #gridCollection .itemView .previewImages {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  --previewMargin: calc(276px + 5%);
  padding-block: 2rem;
  -ms-grid-columns: var(--previewMargin) 1rem 50% 1rem minmax(60px, 1fr);
  grid-template-columns: var(--previewMargin) 50% minmax(60px, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .colorsPage #gridCollection .itemView .previewImages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 96%;
    height: auto;
    margin: auto;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .colorsPage #gridCollection .itemView .previewImages {
    width: auto;
    margin-inline: 20px;
  }
}
.colorsPage #gridCollection .itemView .previewImages .imgWrapper {
  -ms-grid-column: 2;
  grid-column: 2;
  display: none; /* display: grid above based on brand */
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  gap: 1rem;
}
.colorsPage #gridCollection .itemView .previewImages .imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .colorsPage #gridCollection .itemView .previewImages .imgWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .colorsPage #gridCollection .itemView .previewImages .imgWrapper img:not(:first-child) {
    display: none;
  }
}
@media (max-width: 767px) {
  .colorsPage #gridCollection .itemView .previewImages .imgWrapper {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.colorsPage #gridCollection .tpsDropDown {
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 550px) {
  .colorsPage #gridCollection .item {
    width: 12.06%;
    padding-top: 11% !important;
    margin: 0.22%;
  }
  .colorsPage #gridCollection .itemView {
    width: 99.4%;
  }
}
@media (min-width: 768px) {
  .colorsPage #gridCollection .item {
    width: 9.56%;
    padding-top: 8.87% !important;
  }
  .colorsPage #gridCollection .itemView {
    width: 99.5%;
  }
}
@media (min-width: 992px) {
  .colorsPage #gridCollection .item {
    width: calc((100% - 20px) / 10);
    padding-top: calc((100% - 20px) / 10) !important;
    margin: 1px;
  }
  .colorsPage #gridCollection .itemView {
    width: 99.7%;
    margin: 0.11%;
  }
}
@media (min-width: 1200px) {
  .colorsPage #gridCollection .item {
    width: calc((100% - 28px) / 14);
    padding-top: calc((100% - 28px) / 14) !important;
    margin: 1px;
  }
  .colorsPage #gridCollection .itemView {
    width: 99.71%;
  }
}
@media (min-width: 1500px) {
  .colorsPage #gridCollection .item {
    width: calc((100% - 36px) / 18);
    padding-top: calc((100% - 36px) / 18) !important;
    margin: 1px;
  }
  .colorsPage #gridCollection .itemView {
    width: 99.71%;
  }
}
@media (max-width: 400px) {
  .colorsPage #gridCollection .itemView .infoBox {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 74px;
    width: 96%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.colorsPage #gridCollection .itemView .infoBox .brand {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 0.9;
}
.colorsPage #gridCollection .itemView .infoBox .title {
  border-bottom: dotted 2px #5c6670;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.colorsPage #gridCollection .itemView .infoBox .btn_tps {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CDCDCD;
  text-align: center;
  color: #333;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  font-weight: 400;
  line-height: 1;
}
.colorsPage #gridCollection .btn_tps-close {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  border: none;
  font-size: 45px;
  line-height: 0px;
  color: #fff;
  font-weight: 400;
  padding: 0;
}
@media (hover: hover) {
  .colorsPage #gridCollection .item:hover {
    -webkit-transform: matrix(1.45, 0, 0, 1.45, 0, 0);
            transform: matrix(1.45, 0, 0, 1.45, 0, 0);
    z-index: 1;
  }
  .colorsPage #gridCollection .item:hover .heading {
    opacity: 1;
    top: 5px;
    left: 5px;
  }
  .colorsPage #gridCollection .item:hover img {
    top: -40%;
  }
}
.colorsPage .resultsAndRefinements {
  margin-block: 2rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  .colorsPage .resultsAndRefinements {
    margin-inline: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.colorsPage .resultsAndRefinements .tpsDropDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.colorsPage .resultsAndRefinements .tpsDropDown > span {
  font-weight: 800;
  color: rgba(18, 18, 18, 0.66);
}
@media (max-width: 767px) {
  .colorsPage .resultsAndRefinements .tpsDropDown > span {
    display: none;
  }
}
@media (max-width: 767px) {
  .colorsPage .resultsAndRefinements .tpsDropDown {
    width: 100%;
  }
}
.colorsPage .resultsAndRefinements .reset {
  padding: 0;
  color: #d40029;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  font-weight: 400;
}
.colorsPage .resultsAndRefinements.closed {
  max-height: 0;
  margin-block: 1rem;
  overflow: hidden;
}
.colorsPage .resultsAndRefinements .numberOfResults {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.colorsPage .resultsAndRefinements .numberOfResults .number {
  display: inline-block;
  -webkit-transition: all 2s;
  transition: all 2s;
  white-space: nowrap;
}
.colorsPage .allColors__colorGroupMain {
  text-align: center;
  font-size: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.colorsPage .allColors__colorGroupMain .colorGroupSecondary {
  width: 100%;
}
@media (max-width: 767px) {
  .colorsPage .allColors__colorGroupMain {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.colorsPage .allColors__colorGroupMain h3 {
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  font-family: Roboto Slab, serif;
  line-height: 1;
  margin: 20px 0 10px;
}
.colorsPage .allColors__colorGroupMain .label {
  display: block;
  color: #606060;
  padding-top: 15%;
  padding-bottom: calc(15% - 25px);
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1.25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .colorsPage .allColors__colorGroupMain .label {
    font-size: var(--mz-14);
    padding-bottom: 15%;
  }
}
@media (max-width: 620px) {
  .colorsPage .allColors__colorGroupMain {
    width: 100% !important;
  }
}
.colorsPage .colorGroupMainCol {
  margin-left: 2%;
}
.colorsPage .colorGroupMainNeutrals {
  text-align: left;
  margin-left: 0;
}
.colorsPage .colorGroupSecondary {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  padding: 0 !important;
  width: calc(20% - 15px);
}
.colorsPage .colorGroupSecondary img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: clip;
}
@media (max-width: 767px) {
  .colorsPage .colorGroupSecondary img {
    border-radius: 6px;
  }
}
@media (max-width: 991px) {
  .colorsPage .colorGroupSecondary {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .colorsPage .colorGroupSecondary {
    width: calc(33.3333333333% - 10px);
  }
}
.colorsPage .paintProductSelector {
  border-bottom: solid 3px #424242;
  margin-top: 10px;
}
.colorsPage .colorGroupSelectorWrapper {
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
@media (min-width: 768px) {
  .colorsPage .colorGroupSelectorWrapper {
    --overlay-width: 60px;
  }
  .colorsPage .colorGroupSelectorWrapper:has(.scrolling):before {
    content: "";
    position: absolute;
    width: var(--overlay-width);
    top: 0;
    bottom: 0;
    right: -1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, #fff));
    background: linear-gradient(to right, transparent 0%, #fff 75%);
    pointer-events: none;
    z-index: 1;
  }
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
@media (min-width: 768px) {
  .colorsPage .colorGroupSelectorWrapper .colorGroupSelector.scrolling .nav-tabs {
    padding-right: var(--overlay-width);
  }
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector ul {
  display: inline;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .colorsPage .colorGroupSelectorWrapper .colorGroupSelector ul {
    padding-inline: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: clip;
  border: 1px solid #B1B1B1;
  margin-right: 10px;
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li:last-child {
  margin-right: 0;
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li > button {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #333;
  display: block;
  border: none;
  background: none;
  padding: 1rem;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li:first-child > button {
  color: #5c6670;
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li.active, .colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li.active > button {
  cursor: default;
}
.colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li.active > button, .colorsPage .colorGroupSelectorWrapper .colorGroupSelector .nav-tabs > li:hover > button {
  color: #fff;
}
@media (max-width: 767px) {
  .colorsPage .colorGroupSelectorWrapper .colorGroupSelector {
    margin-inline: -1rem;
  }
}
.colorsPage .colorGroupSelector .nav-tabs > li:first-child.active button,
.colorsPage .colorGroupSelector .nav-tabs > li:first-child button:hover {
  background: #424242;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=red].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=red] button:hover {
  background: #cd2c4d;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=pinkred].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=pinkred] button:hover {
  background: #cd2c4d;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=pink].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=pink] button:hover {
  background: #F08095;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=orange].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=orange] button:hover {
  background: #ef8d3b;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=peachorange].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=peachorange] button:hover {
  background: #ef8d3b;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=yellow].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=yellow] button:hover {
  color: #333;
  background: #fbd22e;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=yellowgold].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=yellowgold] button:hover {
  color: #333;
  background: #fbd22e;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=green].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=green] button:hover {
  background: #b2d14d;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=blue].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=blue] button:hover {
  background: #28caea;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=purple].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=purple] button:hover {
  background: #ae6ab1;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=brown].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=brown] button:hover {
  background: #7b584a;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=tanbrown].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=tanbrown] button:hover {
  background: #7b584a;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=neutral].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=neutral] button:hover {
  background: #b7aaa8;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=creambeige].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=creambeige] button:hover {
  background: #b7aaa8;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=white].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=white] button:hover {
  color: #333;
  background: #e8ebed;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=gray].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=gray] button:hover {
  background: #767c83;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=grayblack].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=grayblack] button:hover {
  background: #767c83;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=black].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=black] button:hover {
  background: #343435;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=coolneutral].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=coolneutral] button:hover {
  background: #9595A2;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=classicwhite].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=classicwhite] button:hover {
  background: #CBD1D7;
}
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=warmneutral].active button,
.colorsPage .colorGroupSelector .nav-tabs > li[data-family=warmneutral] button:hover {
  background: #958B8B;
}
@media (max-width: 991px) {
  .colorsPage .colorGroupMainCol {
    margin: 0;
  }
  .colorsPage .numberOfResults {
    font-size: 30px;
    line-height: 47px;
    display: inline-block;
  }
  .colorsPage .maryDebSearchWrapper {
    clear: both;
  }
}
.colorsPage .tpsDropDown {
  -ms-grid-column-align: end;
      justify-self: end;
}
@media (max-width: 767px) {
  .colorsPage .tpsDropDown {
    width: 100%;
  }
}
.colorsPage .tpsDropDown .tpsDropDownTitle {
  color: rgba(18, 18, 18, 0.66);
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  padding: 1rem;
  cursor: pointer;
  border: 1px solid #7E7E7E;
  border-radius: 4px;
  overflow: clip;
  text-align: left;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .colorsPage .tpsDropDown .tpsDropDownTitle {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.colorsPage .tpsDropDown .tpsDropDownTitleArrow {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.colorsPage .tpsDropDown.open .tpsDropDownTitleArrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.colorsPage .tpsDropDownItemsWrapper {
  overflow: auto;
  max-height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(3%, transparent), color-stop(97%, transparent), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 3%, transparent 97%, rgba(0, 0, 0, 0.3) 100%);
}
.colorsPage .tpsDropDownItems {
  border: solid 0 #333;
  width: 270px;
  color: #333;
  overflow: auto;
  -webkit-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  position: fixed;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 0);
          transform: translateX(-50%) translateY(-50%) scale(1, 0);
  opacity: 0;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.colorsPage .tpsDropDown.open .tpsDropDownItems {
  background: #fff;
  z-index: 999;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
          transform: translateX(-50%) translateY(-50%) scale(1, 1);
  visibility: visible;
  opacity: 1;
}
.colorsPage .tpsDropDownItemsTitle {
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  padding: 12px 15px !important;
  cursor: pointer;
  color: #333;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.colorsPage .tpsDropDownItemsTitle .cls-1 {
  fill: currentColor;
}
.colorsPage .tpsDropDownItemsTitleExit {
  position: absolute;
  right: 15px;
  top: 13px;
}
.colorsPage .tpsDropDownItem {
  border: 0;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  min-height: 50px;
  width: 100%;
  color: #333;
  text-align: left;
  background: none;
  display: inline-block;
}
.colorsPage .tpsDropDownItem:after {
  content: "";
  padding: 0;
  left: 15px;
  right: 15px;
  width: auto;
  border-bottom: dotted 2px #5c6670;
}
.colorsPage .tpsDropDownItem:last-child {
  border-bottom: none;
}
.colorsPage .tpsDropDownItemText {
  font-size: 14px;
  font-weight: 100;
  width: 160px;
  line-height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.colorsPage .tpsDropDownItemsSwitch {
  position: absolute;
  display: inline-block;
  width: 24px;
  background: #fff;
  border: solid 2px #333;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 15px;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.colorsPage .tpsDropDownItemsSlider {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.colorsPage .tpsDropDownItem.selected .tpsDropDownItemsSlider {
  left: 0px;
  top: 0px;
  border-bottom: solid 4px #333;
  border-right: solid 4px #333;
  width: 9px;
  height: 16px;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  border-radius: 0;
}

.menuPageOverlay {
  background: rgba(18, 18, 18, 0.55);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  cursor: pointer;
}

.menuPageOverlay.visible {
  display: block;
}

/* start color compare code */
.color_compare {
  width: 100%;
  position: fixed;
  bottom: -2px;
  max-height: 0;
  background-color: #737373;
  color: #fff;
  z-index: 997;
  border-top: solid 2px #231f20;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  visibility: hidden;
}
.color_compare.color_compare__addMore {
  max-height: 70px;
  overflow: hidden;
  visibility: visible;
}
.color_compare.color_compare__open {
  height: auto;
  max-height: 90%;
  visibility: visible;
}
.color_compare.color_compare__open .color_compare_bottomArea {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.color_compare.color_compare__open .color_compare_min img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.color_compare .color_compare_topArea, .color_compare .color_compare_bottomArea {
  position: relative;
  clear: both;
}
.color_compare .color_compare_topArea {
  padding: 8px 15px 8px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.color_compare .color_compare_bottomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 8px 15px 15px;
  overflow: scroll;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.color_compare .compare_text {
  font-weight: 800;
  margin-right: 10px;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.color_compare .large_chip_remove, .color_compare .large_chip_add, .color_compare .large_chip_buy {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.3vw, 18px);
  font-size: clamp(14px, 1.5cqw, 18px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.color_compare .large_chip_remove {
  background: #d60000;
  border: none;
}
.color_compare .large_chip_remove:hover {
  background: #fff;
}
.color_compare .large_chip_remove:focus {
  color: #333;
  background: #fff;
}
.color_compare .large_chip_buy {
  margin-bottom: 10px;
}
.color_compare .large_chip_buy:visited {
  color: #fff;
}
.color_compare .large_chip_buy:hover {
  color: #333;
}
.color_compare .large_chip_buy:focus {
  color: #333;
  background: #fff;
}
.color_compare .small_chip_wrapper {
  margin: 0 15px 2px 0;
}
.color_compare .small_chip_color_area {
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.color_compare .small_chip_color_area__filled {
  border-color: #231f20;
}
.color_compare .small_chip_code {
  display: inline-block;
}
.color_compare .color_compare_add_text {
  position: absolute;
  font-weight: 600;
  right: 100px;
  top: 20px;
  line-height: 110%;
  width: 38%;
  text-align: right;
  font-size: 16px;
}
.color_compare .color_compare_exit {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 11px 11px !important;
}
.color_compare .color_compare_min {
  position: absolute;
  top: 0;
  right: 44px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 11px 11px !important;
}
.color_compare .color_compare_min img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.color_compare .large_chip_wrapper {
  width: clamp(96px, 33.3333333333% - 6.6666666667px, 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.color_compare .large_chip_wrapper:last-child {
  margin-right: 0;
}
.color_compare .large_chip_color_area {
  aspect-ratio: 236/100;
  min-height: 70px;
  border: solid 2px #fff;
  margin-bottom: 12px;
  background: #424242;
}
.color_compare .large_chip_color_area__filled {
  border-color: #231f20;
}
.color_compare .large_chip_code {
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: dotted 3px #fff;
}
.color_compare .large_chip_brand {
  line-height: 20px;
  font-weight: 600;
  font-size: clamp(10px, 1.3vw, 12px);
  font-size: clamp(10px, 1.3cqw, 12px);
  margin-bottom: 3px;
}
.color_compare .large_chip_name, .color_compare .large_chip_code, .color_compare .large_chip_brand {
  line-height: 1.1;
}
.color_compare .large_chip_name, .color_compare .large_chip_code {
  font-weight: 400;
  font-size: clamp(13px, 1.3vw, 18px);
  font-size: clamp(13px, 1.8cqw, 18px);
}
.color_compare .large_chip_bottomArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 700px) {
  .color_compare.color_compare__addMore {
    max-height: 70px;
  }
  .color_compare.color_compare__open {
    height: auto;
    max-height: 90%;
  }
  .color_compare .color_compare_bottomArea {
    max-height: 260px;
    overflow: auto;
    padding: 15px;
    gap: 10px;
  }
  .color_compare .large_chip_code {
    margin-bottom: 10px;
  }
  .color_compare .small_chip_code {
    font-size: 14px;
  }
  .color_compare .compare_text {
    width: 100%;
  }
  .color_compare .small_chip_wrapper.color1 {
    clear: both;
  }
  .color_compare .small_chip_wrapper {
    margin: 10px 10px 9px 0;
  }
  .color_compare .large_chip_color_area {
    margin-bottom: 8px;
  }
  .color_compare .large_chip_wrapper .btn_tps {
    font-size: 14px;
    padding: 10px;
  }
  .color_compare.color_compare__addMore .color_compare_topArea {
    font-size: 14px;
  }
  .color_compare .small_chip_color_area {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 800px) {
  .color_compare .color_compare_add_text {
    position: static;
    clear: both;
    width: 100%;
    text-align: center;
  }
}

/* end color compare code */
@media (max-width: 767px) {
  .videoFAQgroup {
    margin-inline: 1rem;
  }
}
.videoFAQgroup .tabs:has([role=tab][aria-selected=true]:first-child) [role=tabpanel][tabindex="0"] {
  border-start-start-radius: 0;
}
.videoFAQgroup [role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  position: relative;
  -webkit-margin-after: -1px;
          margin-block-end: -1px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.videoFAQgroup [role=tab] {
  font-family: inherit;
  width: 143px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  border: 1px solid #B1B1B1;
  border-radius: 10px;
  padding: 1rem;
  color: #333;
  background: transparent;
}
.videoFAQgroup [role=tab]:focus-visible {
  -webkit-box-shadow: 0px 0px 0px 2px #5E9ED6;
          box-shadow: 0px 0px 0px 2px #5E9ED6;
}
.videoFAQgroup [role=tab][aria-selected=true] {
  background-color: #222;
  color: #fff;
  /* Stack above active tabpanel */
  z-index: 2;
}
.videoFAQgroup [role=tabpanel] {
  border: 1px solid var(--color-ui);
  border-radius: var(--radius-minimal);
  background-color: var(--color-light);
  padding: var(--spacing-md) var(--spacing-lg);
  margin: 0;
  /* Stack above inactive tabs */
  position: relative;
  z-index: 1;
}
.videoFAQgroup [role=tabpanel]:not([tabindex]) {
  display: none;
}

.videoFAQgroup {
  /*******************************
  * VIDEO SECTIONS
  *******************************/
  /* VIDEO COLUMN */
}
.videoFAQgroup .videoRow {
  margin-block: 2rem;
}
.videoFAQgroup .video-col {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.24);
  display: -ms-grid;
  display: grid;
      grid-template-areas: "stack";
  border-radius: 10px;
  overflow: clip;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.videoFAQgroup .video-col > * {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: stack;
}
.videoFAQgroup .video-col .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoFAQgroup .video-col .img-wrap picture {
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
.videoFAQgroup .video-col .img-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
  aspect-ratio: 730/380;
}
@media (max-width: 767px) {
  .videoFAQgroup .video-col .img-wrap picture img {
    aspect-ratio: 334/220;
  }
}
.videoFAQgroup .video-col .description {
  padding: 3.5% 5%;
  font-size: clamp(0.625rem, 0.8333333333vw, 0.875rem);
  font-size: clamp(0.625rem, 1.0526315789cqw, 0.875rem);
  line-height: 1;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoFAQgroup .video-col .description .title {
  font-weight: 700;
  width: calc(100% - min(11%, 38px));
  text-wrap: balance;
  text-wrap: pretty;
  text-transform: capitalize;
}
.videoFAQgroup .video-col .description::after {
  content: "";
  background-image: url(https://cdn-tp3.mozu.com/24645-m1/cms/files/240101-pp-play-btn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 97% 95%;
  width: clamp(25px, 1.9791666667vw, 38px);
  aspect-ratio: 38/38;
  display: block;
  position: absolute;
  right: 5px;
  top: -1vw;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
}
@media (hover: hover) {
  .videoFAQgroup .video-col[href]:hover .img-wrap picture img, .videoFAQgroup .video-col[href]:hover .description::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    cursor: pointer !important;
  }
}
@media (max-width: 767px) {
  .videoFAQgroup .video-col {
    border-radius: 6px;
    width: auto;
    -webkit-box-shadow: 0px 1.373px 3.662px 0px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 1.373px 3.662px 0px rgba(0, 0, 0, 0.24);
  }
  .videoFAQgroup .video-col .title {
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  .videoFAQgroup .video-col .description {
    font-size: var(--mz-14);
    padding: 3%;
  }
  .videoFAQgroup .video-col .description::after {
    top: -2.25vw;
    width: 5.3333333333vw;
  }
  .swiper .videoFAQgroup .video-col .description {
    font-size: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .videoFAQgroup .video-wrap:not(.swiper-initialized) .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .videoFAQgroup .video-wrap:not(.swiper-initialized) .swiper-controls {
    display: none;
  }
}
.videoFAQgroup .swiper .swiper-wrapper > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .videoFAQgroup .swiper .swiper-wrapper:has(+ .swiper-controls .swiper-pagination) {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .videoFAQgroup .swiper .swiper-wrapper:has(+ .swiper-controls .swiper-pagination) {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .videoFAQgroup .swiper .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.5rem;
  }
  .videoFAQgroup .swiper .swiper-wrapper > *:nth-last-child(1):nth-child(odd) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .videoFAQgroup .swiper .swiper-wrapper > *:nth-last-child(1):nth-child(odd) img {
    aspect-ratio: 686/284;
  }
}
.videoFAQgroup .swiper .swiper-controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5% auto 5%;
  grid-template-columns: 5% auto 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .videoFAQgroup .swiper .swiper-controls {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    width: 100%;
  }
}
.videoFAQgroup .swiper .swiper-controls .swiper-nav {
  height: 100%;
  min-height: 24px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .videoFAQgroup .swiper .swiper-controls .swiper-nav {
    display: none;
  }
}
.videoFAQgroup .swiper .swiper-controls .swiper-nav:before {
  content: "";
  background-image: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/122624-bSpotNav-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.videoFAQgroup .swiper .swiper-controls .swiper-nav.next {
  -ms-grid-row-align: end;
  -ms-grid-column-align: end;
  place-self: end;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: 2/3;
}
.videoFAQgroup .swiper .swiper-controls .swiper-nav.previous {
  -ms-grid-row-align: start;
  -ms-grid-column-align: start;
  place-self: start;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: 2/1;
}
.videoFAQgroup .swiper .swiper-controls .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.videoFAQgroup .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #333;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 12px;
  width: 12px;
}
.videoFAQgroup .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d40029;
  width: 40px;
  border-radius: 10px;
}
.videoFAQgroup details {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-size: clamp(1rem, 1.3157894737cqw, 1.25rem);
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.videoFAQgroup details summary {
  list-style-type: none;
  font-weight: 800;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px 2rem 1fr;
  grid-template-columns: 22px 1fr;
  gap: 2rem;
}
.videoFAQgroup details summary::-webkit-details-marker {
  display: none;
}
.videoFAQgroup details summary:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background-image: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/251010-tps-faq-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
}
.videoFAQgroup details summary:focus-visible {
  -webkit-box-shadow: 0px 0px 0px 2px #5E9ED6;
          box-shadow: 0px 0px 0px 2px #5E9ED6;
}
@media (max-width: 767px) {
  .videoFAQgroup details summary {
    font-size: var(--mz-14);
    font-weight: 400;
    gap: 16px;
  }
}
.videoFAQgroup details[open] summary:before {
  background-image: url("https://cdn-tp3.mozu.com/24645-m1/cms/files/251010-tps-faq-close.svg");
}
.videoFAQgroup details > *:not(summary) {
  margin-left: 54px;
}
@media (max-width: 767px) {
  .videoFAQgroup details > *:not(summary) {
    margin-left: 38px;
  }
}
@media (max-width: 767px) {
  .videoFAQgroup details {
    font-size: var(--mz-14);
  }
}
.videoFAQgroup details a:link, .videoFAQgroup details a:visited {
  color: #d40029;
  text-decoration: underline;
}