@charset "UTF-8";
.pd-block[data-feature-theme=white] {
  --block-bg: var(--color-white);
  --block-color: var(--color-black);
  --block-title-color: var(--color-black);
}

.bravoD7 {
  overflow-x: hidden;
  position: relative;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/AMD/Bravo-15-C7V/images/top-bg.jpg) no-repeat bottom center;
  background-size: cover;
  /*slick*/
}
.bravoD7 [data-aos=fade-left],
.bravoD7 [data-aos=fade-right],
.bravoD7 [data-aos=fade-down] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
.bravoD7 img {
  max-width: 100%;
  height: auto;
}
.bravoD7__bg img {
  width: 100%;
}
.bravoD7 .slick-prev,
.bravoD7 .slick-next {
  width: 70px;
  height: 70px;
}
.bravoD7 .slick-prev {
  left: -50px;
}
.bravoD7 .slick-prev::before {
  font-size: 70px;
  font-family: Arial, Helvetica, sans-serif;
  content: "‹";
}
.bravoD7 .slick-next {
  right: -50px;
}
.bravoD7 .slick-next::before {
  font-size: 70px;
  font-family: Arial, Helvetica, sans-serif;
  content: "›";
  right: -75px !important;
}
.bravoD7 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 7px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.bravoD7 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #78cce6;
}
.bravoD7 .slick-dots li button::before {
  opacity: 0.5;
  background: #78cce6;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
}
.bravoD7 .featureLogo {
  padding-bottom: 1.5em;
  width: 100px;
  margin: 0 auto;
  display: inline-block;
}
.bravoD7 .title--main {
  padding-bottom: 20px;
}
.bravoD7 .img-lg {
  display: none;
}
.bravoD7 .img-xs {
  display: inline-block;
}
.bravoD7 .btn__regular {
  border-radius: 0;
  position: relative;
  color: #000;
  text-transform: none;
  padding: 0rem 0px 0rem 0rem;
  height: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bravoD7 .btn__regular span {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  display: inline-block;
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
          clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  background: #abdef0;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  margin: 1px;
  z-index: 2;
  font-weight: bold;
  font-size: var(--block-text-xs);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bravoD7 .btn__regular span::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
          clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  background: #abdef0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bravoD7 .btn__regular::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
          clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  background: #000;
  z-index: 0;
}
.bravoD7 .btn__regular.active, .bravoD7 .btn__regular:hover {
  color: #fff;
}
.bravoD7 .btn__regular.active:after, .bravoD7 .btn__regular:hover:after {
  background-position: 100% 0%;
}
.bravoD7 .btn__regular.active span, .bravoD7 .btn__regular:hover span {
  background: #000;
}
.bravoD7 .btn__regular.active span::before, .bravoD7 .btn__regular:hover span::before {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.bravoD7 .btn__regular.active span:after, .bravoD7 .btn__regular:hover span:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bravoD7 .btn__regular.sm span {
  padding: 12px;
  font-size: var(--block-text-xxs);
}
.bravoD7 .btn__text {
  color: #5bbad8;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.bravoD7 .btn__text:hover {
  color: #242e68;
}
.bravoD7 .btn__text h3 {
  display: inline-block;
}
.bravoD7 .btn__text span {
  opacity: 0;
  display: inline-block;
  position: relative;
  content: "";
  background: nons;
  width: 14px;
  height: 14px;
  border: 1px solid #242e68;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.bravoD7 .btn__text span::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #242e68;
  width: 6px;
  height: 6px;
  border: 1px solid #242e68;
  z-index: 2;
}
.bravoD7 .btn__text.active {
  color: #242e68;
}
.bravoD7 .btn__text.active h3 {
  text-decoration: underline;
}
.bravoD7 .btn__text.active span {
  opacity: 1;
}
.bravoD7 .btn__text.white:hover {
  color: #fff;
}
.bravoD7 .btn__text.white span {
  border: 1px solid #fff;
}
.bravoD7 .btn__text.white span::after {
  background: #fff;
  border: 1px solid #fff;
}
.bravoD7 .btn__text.white.active {
  color: #fff;
}
.bravoD7 .btn__text + span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #5bbad8;
}
.bravoD7 .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
.bravoD7 .data li {
  margin: 10px;
}
.bravoD7 .data li span {
  margin: 0 8px;
}
.bravoD7 .data__value span {
  font-weight: 700;
  font-size: var(--block-title-lg);
}
@media (min-width: 576px) {
  .bravoD7 [data-aos=fade-left],
  .bravoD7 [data-aos=fade-right],
  .bravoD7 [data-aos=fade-down] {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
@media (min-width: 768px) {
  .bravoD7 .img-lg {
    display: inline-block;
  }
  .bravoD7 .img-xs {
    display: none;
  }
  .bravoD7 .featureLogo {
    padding-bottom: 1.5em;
    width: 120px;
    margin: 0 auto;
  }
  .bravoD7 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 70px;
    margin: 0 8px;
  }
  .bravoD7 .twentytwenty-horizontal .twentytwenty-handle {
    margin-top: -36px;
  }
  .bravoD7 .btn__regular span {
    font-size: 20px;
    padding: 12px 20px;
  }
  .bravoD7 .btn__regular.sm span {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .bravoD7 [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  .bravoD7 [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  .bravoD7 [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  .bravoD7 .twentytwenty-horizontal .twentytwenty-handle {
    margin-top: -22px;
  }
  .bravoD7 .btn__regular span {
    font-size: 22px;
  }
  .bravoD7 .featureLogo {
    width: 130px;
  }
}
@media (min-width: 1930px) {
  .bravoD7 .btn__regular span {
    font-size: 24px;
    padding: 12px 40px;
  }
  .bravoD7 .btn__regular.sm span {
    font-size: 18px;
    padding: 12px 28px;
  }
}
.bravoD7 .bravoD7__cooler .data__value span {
  font-weight: 700;
  font-size: var(--block-title-xl);
}/*# sourceMappingURL=bravoD7.css.map */