.section-group {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/nb/AMD/Delta15-A5EX/title-bg.jpg") no-repeat top center;
  background-size: auto;
  background-size: 100%;
}

.section-group .Titlebar {
  height: auto;
  background: none;
  /*background: linear-gradient(180deg, rgba(15,15,15, 1) 0%, rgba(8,8,8, 1) 40%, rgba(0, 0, 0, 1) 100%); */
  text-align: center;
}

.groupTitle .titlebox {
  width: auto;
  border-top: none;
  text-align: center;
  font-family: 'DINCond-Bold';
  color: #c2ff00;
  font-size: 46px;
  margin: 50px auto;
  padding: 30px 0px 20px;
  /*text-shadow: -5px 0px 0px rgba(90, 0, 255, 0.6), 5px 0px 0px rgba(255, 156, 0, 0.3); */
  position: relative;
}

.feature-tabbox ul {
  margin-top: 0px;
}

.feature-tabbox ul li {
  white-space: nowrap;
  text-align: center;
  color: #ff5252;
  padding: 10px 0px;
  min-width: 160px;
  margin: 0px 2px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  font-size: 24px;
  font-family: 'DINCond-Medium-Regular';
  cursor: pointer !important;
  background: #2b2b2b;
}

.feature-tabbox ul li.active {
  background: #c2ff00;
}

.feature-tabbox ul li.active::after {
  background: none !important;
}

.feature-tabbox ul li:hover::after {
  background: none !important;
}

.feature-tabbox ul li:after {
  bottom: 0px;
  left: 0;
  background: none;
  width: 100%;
  height: 0 !important;
}

.feature-tabbox ul li:last-child:after {
  display: none;
}

.feature-tabbox ul li a {
  padding: 0;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
  color: #888;
  font-size: inherit;
  -webkit-transition: ease-out 0.35s;
  transition: ease-out 0.35s;
}

.feature-tabbox ul li a:hover {
  color: #c2ff00;
  -webkit-transition: ease-out 0.35s;
  transition: ease-out 0.35s;
}

.feature-tabbox ul li:hover {
  color: #c2ff00;
  -webkit-transition: ease-out 0.35s;
  transition: ease-out 0.35s;
}

.feature-tabbox ul li.active a {
  color: #000;
}

.feature-tabbox ul li:hover, .feature-tabbox ul li.active:hover {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
}

.feature-tabbox ul::before {
  display: block;
  content: '';
  position: absolute;
  background: none;
  bottom: -20px;
  height: 100%;
  width: 50%;
}

.feature-tabbox ul::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  height: 0px;
  width: 100%;
  background: black;
}

@media screen and (max-width: 1920px) {
  .section-group {
    background-position: center 24px;
  }
}

@media screen and (max-width: 1440px) {
  .section-group {
    background-position: center 50px;
  }
}

@media screen and (max-width: 1200px) {
  .section-group {
    background-position: center 70px;
  }
}

@media screen and (max-width: 1000px) {
  .section-group {
    background-position: top center;
    background-size: 200%;
  }
  .groupTitle .titlebox {
    margin: 10px auto;
    padding: 30px 0px 2px;
  }
  .feature-tabbox {
    width: auto;
    max-width: 100%;
  }
  .feature-tabbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    position: initial;
    overflow: initial;
    left: 0 !important;
  }
  .feature-tabbox ul li {
    width: 30%;
    margin: 0 5px;
    word-break: break-word;
    white-space: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-tabbox ul li a {
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
  }
  .feature-tabbox ul::after {
    visibility: inherit;
  }
  .feature-tabbox button:before, .feature-tabbox button:after {
    display: none;
  }
}

@media screen and (max-width: 875px) {
  .section-group {
    background-position: center 30px;
    background-size: 160%;
  }
}

@media screen and (max-width: 600px) {
  .section-group {
    background-position: center 50px;
    background-size: 200%;
  }
  .feature-tabbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    position: initial;
    overflow: initial;
    left: 0 !important;
    -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;
  }
  .feature-tabbox ul li {
    width: 80%;
    margin: 5px;
    word-break: break-word;
    white-space: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-tabbox ul li a {
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
  }
  .feature-tabbox ul::after {
    visibility: inherit;
  }
  .feature-tabbox button:before, .feature-tabbox button:after {
    display: none;
  }
  .feature-tabbox ul li {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .feature-tabbox ul li.active, .feature-tabbox ul li a, .feature-tabbox ul li.active a {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

@media screen and (max-width: 486px) {
  .section-group {
    background-position: center 60px;
    background-size: 200%;
  }
  .feature-tabbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-tabbox ul li {
    width: 80%;
  }
  .feature-tabbox ul li a {
    padding: 10px 0;
  }
  .groupTitle .titlebox {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=visuals.css.map */