.kv {
  padding: 15vh 0;
}
.kv .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.kv__txtbox .txt.left {
  text-align: center;
}
.kv__txtbox .txt.right {
  text-align: center;
}
.kv__imgbox {
  text-align: center;
}
.kv .title--sub.title--sub-s {
  font-weight: 600;
  line-height: 1;
  margin-top: -1.5%;
  margin-bottom: 1%;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .kv .msi__container {
    grid-template-columns: 48% 52%;
  }
  .kv__txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    text-align: left;
  }
  .kv__txtbox .txt.left {
    text-align: left;
  }
  .kv__txtbox .txt.right {
    text-align: right;
  }
  .kv__imgbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.superb {
  height: 100%;
}
.superb .msi__container {
  height: 100%;
  gap: 50px;
  padding: 0;
}
.superb__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 25px;
  z-index: 2;
}
.superb__txtbox--title {
  margin: 25px auto;
}
.superb__txtbox--txt {
  text-align: center;
  margin: 6% auto;
}
.superb__txtbox--img {
  width: 85%;
  text-align: center;
  margin: auto;
  margin-bottom: 8%;
}
.superb__txtbox--img picture,
.superb__txtbox--img img {
  width: 100%;
}
.superb__imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  z-index: 1;
  mix-blend-mode: darken;
  margin: 0 -25% 0 -75%;
}
.superb__imgbox picture,
.superb__imgbox img {
  width: 100%;
}
.superb.section4 .breathableNeckGaiter__1col--imgbox {
  padding: 0 25px;
}
@media (min-width: 996px) {
  .superb {
    text-align: right;
    position: relative;
  }
  .superb__txtbox {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    top: 0;
    left: 0;
    text-align: left;
  }
  .superb__txtbox--wrap {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .superb__txtbox--title {
    margin: 0 auto;
  }
  .superb__txtbox--title img {
    width: auto;
    max-width: 100% !important;
  }
  .superb__txtbox--txt {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .superb__txtbox--img {
    width: 50%;
    margin: 0;
  }
  .superb__imgbox {
    display: block;
    text-align: right;
    margin: 0 -20%;
  }
}
@media (min-width: 1280px) {
  .superb__txtbox--title img {
    width: auto;
    max-width: 140% !important;
  }
}
@media (min-width: 1500px) {
  .superb__imgbox {
    margin: 0 -10% 0 -15%;
  }
}
@media (min-width: 1800px) {
  .superb__imgbox {
    margin: 0 -8% 0 0;
  }
}
@media (min-width: 2530px) {
  .superb__txtbox--img {
    width: 70%;
  }
  .superb__txtbox--txt {
    margin: 8% 0;
  }
}

.faith {
  padding: 2vh 0;
  position: relative;
}
.faith .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faith__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faith__txtbox .txt {
  text-align: center;
  padding-bottom: 25px;
}
.faith__itembox {
  position: relative;
}
.faith__itembox .imgbox {
  width: 70%;
  text-align: center;
  margin: 5% auto;
}
.faith__itembox .imgbox picture,
.faith__itembox .imgbox img {
  width: 100%;
}
.faith__imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 996px) {
  .faith {
    padding: 20vh 0;
  }
  .faith .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
  }
  .faith__itembox {
    margin-left: -5%;
  }
  .faith__itembox .imgbox {
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: 5%;
    width: 35%;
    text-align: left;
    margin: 0;
  }
  .faith__imgbox {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    text-align: center;
  }
  .faith__txtbox {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 80%;
  }
  .faith__txtbox .txt {
    text-align: left;
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .faith__txtbox {
    width: 60%;
  }
}
@media (min-width: 1930px) {
  .faith__txtbox .imgbox {
    width: 70%;
  }
}

.pure__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
}
.pure__txtbox--title {
  margin: 25px 0;
}
.pure__txtbox--txt {
  text-align: center;
  margin: 6% auto;
}
.pure__txtbox--img {
  width: 85%;
  text-align: center;
  margin: auto;
}
.pure__txtbox--img picture,
.pure__txtbox--img img {
  display: inline-block;
  width: 100%;
}
.pure__imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  z-index: 1;
  mix-blend-mode: darken;
  margin: 0 -85% 0 -15%;
}
.pure__imgbox picture,
.pure__imgbox img {
  display: inline-block;
}
@media (min-width: 996px) {
  .pure {
    text-align: right;
    position: relative;
  }
  .pure .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .pure__txtbox {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    top: 0;
    left: 0;
    text-align: left;
  }
  .pure__txtbox--wrap {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .pure__txtbox--title {
    margin: 0;
    width: 85%;
  }
  .pure__txtbox--txt {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .pure__txtbox--img {
    width: 50%;
    margin: 0;
  }
  .pure__txtbox--img img {
    max-width: 320px !important;
  }
  .pure__imgbox {
    display: block;
    text-align: right;
    margin: 0 -17% 0 -30%;
  }
}
@media (min-width: 1500px) {
  .pure__txtbox--title {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .pure__imgbox {
    margin: 0 -7% 0 -17%;
  }
}
@media (min-width: 2530px) {
  .pure__txtbox--img {
    width: 70%;
    margin: 0;
  }
  .pure__txtbox--img img {
    max-width: 100% !important;
  }
  .pure__txtbox--txt {
    width: 70%;
    margin: 8% 0;
  }
}

.specBox {
  padding: 3vh 0;
  margin: 0 auto;
  text-align: center;
}
.specBox .msi__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.specBox__info {
  width: 100%;
  margin: 0 auto;
}
.specBox__info--pd {
  text-align: center;
}
.specBox__info--txt {
  text-align: center;
}
.specBox__info--txt .tableBox {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  margin: 0 auto 50px;
}
.specBox__info--txt .tableBox__item {
  text-align: center;
  border-style: solid;
  border-color: #000;
  border-width: 2px;
}
.specBox__info--txt .tableBox__item h2 {
  font-size: var(--block-title-xl);
}
.specBox__info--txt .tableBox__item:nth-of-type(1) {
  border-width: 2px 2px 1px 2px;
}
.specBox__info--txt .tableBox__item:nth-of-type(2), .specBox__info--txt .tableBox__item:nth-of-type(3), .specBox__info--txt .tableBox__item:nth-of-type(4), .specBox__info--txt .tableBox__item:nth-of-type(5) {
  padding: 3px;
  border-width: 1px 2px 1px 2px;
}
.specBox__info--txt .tableBox__item:nth-of-type(6) {
  border-width: 1px 2px 2px 2px;
}
.specBox__info--txt .tableBox__item:nth-of-type(even) {
  padding: 10px 0;
}
.specBox__info--txt .tableBox__item:nth-of-type(odd) {
  padding: 5px 0;
}
.specBox__info--txt .tableBox__item:nth-of-type(4) {
  border-bottom: 2px solid #000;
}
.specBox__info--txt .noteBox {
  width: 75%;
  margin: 0px auto;
}
.specBox__pdcm {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 25px 0;
}
.specBox__pdcm p {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding-left: 10%;
}
.specBox__pdcm-round, .specBox__pdcm-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 3%;
}
.specBox__pdcm-round::before {
  content: "1";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
}
.specBox__pdcm-height::before {
  content: "2";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
}
.specBox__icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specBox__icon .iconbox {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.specBox__icon .iconbox__img {
  text-align: right;
  width: 50%;
}
.specBox__icon .iconbox__txt {
  text-align: left;
  width: 50%;
}
@media (min-width: 576px) {
  .specBox__info {
    width: 80%;
  }
  .specBox__icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .specBox__icon .iconbox {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .specBox__icon .iconbox__img {
    text-align: unset;
    width: auto;
  }
  .specBox__icon .iconbox__txt {
    text-align: unset;
    width: auto;
  }
  .specBox__pdcm {
    width: 70%;
    margin: 7% auto 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .specBox__icon {
    gap: 25px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .specBox__icon .iconbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}
@media (min-width: 996px) {
  .specBox {
    padding: 0 0 6vh;
    text-align: left;
  }
  .specBox__titlebox {
    text-align: center;
  }
  .specBox .msi__container {
    gap: 50px;
  }
  .specBox__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .specBox__info--pd img {
    max-width: 80% !important;
  }
  .specBox__info--txt {
    text-align: left;
  }
  .specBox__info--txt .tableBox__item h2 {
    font-size: var(--block-title-lg);
  }
  .specBox__icon {
    gap: 25px;
  }
  .specBox__icon .iconbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}

.video {
  padding: 3vh 0;
}
.video__wrap {
  width: 100%;
}
.video__wrap a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.video__wrap a img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.video__wrap a img.iconPlay {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
}
.video__wrap a:hover img.iconPlay {
  -webkit-filter: drop-shadow(0 0 4px #fff) brightness(1.5);
          filter: drop-shadow(0 0 4px #fff) brightness(1.5);
}
@media (min-width: 996px) {
  .video {
    padding: 6vh 0;
  }
  .video__wrap a img.iconPlay {
    width: 12%;
  }
}

.exquisite {
  padding: 3vh 0;
}
.exquisite__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.exquisite__txtbox .txt {
  text-align: center;
  padding-bottom: 45px;
}
.exquisite__txtbox .imgbox {
  width: 85%;
  margin: auto;
  text-align: center;
  margin-bottom: 8%;
}
.exquisite__txtbox .imgbox img {
  width: 100%;
}
.exquisite__imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 996px) {
  .exquisite {
    padding: 15vh 0;
  }
  .exquisite .msi__container {
    position: relative;
    gap: 0px;
  }
  .exquisite__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 93%;
  }
  .exquisite__imgbox {
    width: 60%;
  }
  .exquisite__txtbox .txt {
    text-align: left;
    width: 100%;
    max-width: 400px;
  }
  .exquisite__txtbox .imgbox {
    width: 35%;
    max-width: 400px;
    margin-bottom: 0;
    margin: 0;
  }
}
@media (min-width: 1930px) {
  .exquisite__txtbox .imgbox {
    width: 70%;
  }
}

.msiCollection {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/Collections/breathable-neck-gaiter/images/page-bg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.msiCollection [data-aos=fade-left],
.msiCollection [data-aos=fade-right],
.msiCollection [data-aos=fade-down] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
.msiCollection .pd-block {
  background: none;
}
.msiCollection img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.msiCollection .title--main.no-margin {
  margin-bottom: 0;
}
.msiCollection .title--sub {
  font-weight: normal;
  text-transform: capitalize;
}
.msiCollection .title--sub.cr-gray {
  color: #ababab;
}
.msiCollection .title--sub-light {
  color: #ababab;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: -1.5%;
  margin-bottom: 1%;
}
.msiCollection .title--sub-light-sw {
  color: #ababab;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: -0.5%;
  margin-bottom: 0.5%;
}
.msiCollection .title--sub-light-s {
  color: #ababab;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 768px) {
  .msiCollection .title--sub-light {
    margin-top: -1%;
    margin-bottom: 0.5%;
  }
}
@media (min-width: 996px) {
  .msiCollection [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  .msiCollection [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  .msiCollection [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  .msiCollection .title--sub-light {
    margin-top: -1.5%;
    margin-bottom: 1%;
  }
}/*# sourceMappingURL=msiCollection.css.map */