video {
  width: 100%;
  height: auto;
}

.navbar-brand {
  padding: 0;
}

.project {
  position: relative;
  background-color: #000;
  color: #fff;
}
.project img {
  max-width: 100%;
}
.project .common__title {
  text-align: center;
  padding: 0 25px;
}
.project .common__title h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  overflow: hidden;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .common__title h2 {
    font-size: 36px;
  }
}
.project .common__title span {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
  background-clip: text;
  padding: 0 25px;
}
.project .common__title img {
  vertical-align: bottom;
}
.project .common__title .img1, .project .common__title .img2 {
  display: none;
}
.project .common__container {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}

.slick-dots {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  background: #999;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  font-size: 0;
  transition: 0.5s all ease;
}
.slick-dots li.slick-active button {
  width: 20px;
  background: #f00;
}

.kv {
  position: relative;
}
.kv__bt {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.kv__bt a, .kv__bt button {
  opacity: 0.6;
}
.kv__bt a img, .kv__bt button img {
  width: 50px;
}
.kv__bt a:hover, .kv__bt button:hover {
  opacity: 1;
}

.intelKv {
  width: 100%;
  position: relative;
  padding: 30px 0 20vh;
  text-align: center;
  background: url("../images/intelKv-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
}
.intelKv__text {
  padding-bottom: 6vh;
  padding: 0 25px 40px;
}
.intelKv__text h1 {
  font-weight: 300;
  font-size: 8vw;
  line-height: 1;
}
.intelKv__text h1 strong {
  display: block;
}
.intelKv__pd img {
  transform: scale(1.1);
}
.intelKv__badge {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.intelKv__badge img {
  height: 60px;
}
@media (min-width: 996px) {
  .intelKv {
    text-align: left;
    background: url("../images/intelKv-bg.jpg") top center no-repeat ;
    background-size: cover;
    padding: 10vh 0 5vh;
  }
  .intelKv__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .intelKv__text {
    position: relative;
    z-index: 2;
    font-size: 24px;
    padding: 0;
  }
  .intelKv__text p {
    width: 90%;
  }
  .intelKv__text h1 {
    font-size: 60px;
  }
  .intelKv__pd {
    flex: 0 0 60%;
    padding-top: 5vw;
  }
  .intelKv__badge {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .intelKv__badge img {
    height: 100px;
  }
}

.amdKv {
  position: relative;
  padding: 5vh 0 20vh;
  text-align: center;
  background: url("../images/amdKv-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
}
.amdKv__text {
  padding-bottom: 6vh;
  padding: 0 25px 40px;
  text-shadow: #002c55 -5px 5px 10px;
}
.amdKv__text h1 {
  font-weight: 300;
  font-size: 8vw;
  line-height: 1;
}
.amdKv__text h1 strong {
  display: block;
}
.amdKv__pd img {
  transform: scale(1.1);
}
.amdKv__badge {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.amdKv__badge img {
  height: 30px;
}
@media (min-width: 996px) {
  .amdKv {
    text-align: left;
    background: url("../images/amdKv-bg.jpg") top center no-repeat ;
    background-size: cover;
  }
  .amdKv__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .amdKv__text {
    position: relative;
    z-index: 2;
    font-size: 24px;
    padding: 0;
  }
  .amdKv__text p {
    width: 90%;
  }
  .amdKv__text h1 {
    font-size: 60px;
  }
  .amdKv__pd {
    flex: 0 0 60%;
    padding-top: 5vw;
  }
  .amdKv__badge {
    position: absolute;
    right: 30px;
    top: 30px;
  }
}

.intro {
  background: url("../images/intro-bg.jpg") center center no-repeat ;
  background-size: cover;
  padding: 40px 25px;
}
@media (min-width: 996px) {
  .intro {
    padding: 60px 25px 80px;
  }
}
.intro p {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
@media (min-width: 996px) {
  .intro p {
    font-size: 20px;
    line-height: 1.6;
  }
}

.review {
  position: relative;
  z-index: 3;
  padding: 0 25px 10vw;
  overflow: hidden;
}
.review::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, #172982);
  border-bottom-left-radius: 100px;
  box-shadow: #1a50bb 0 10px 60px;
}
@media (min-width: 996px) {
  .review {
    padding-bottom: 0;
  }
}
.review__box {
  position: relative;
  z-index: 1;
}
.review__box::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: -50px;
  top: 0;
  z-index: 2;
  background: linear-gradient(to left, #172982, rgba(0, 0, 0, 0));
}
.review__box::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  right: -50px;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, #172982, rgba(0, 0, 0, 0));
}
@media (min-width: 996px) {
  .review__box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
  }
}
.review__awards {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 0 0;
}
.review__awards::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: -50px;
  top: 0;
  z-index: 2;
  background: linear-gradient(to left, #172982, rgba(0, 0, 0, 0));
}
.review__awards::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  right: -50px;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, #172982, rgba(0, 0, 0, 0));
}
.review .awards {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.review .awards div {
  animation: marquee 20s linear infinite;
  flex: 0 0 100px;
}
@media (min-width: 996px) {
  .review .awards div {
    flex: 0 0 200px;
  }
}
.review .awards img {
  height: 80px;
  width: auto;
}
@media (min-width: 996px) {
  .review .awards img {
    height: 100px;
  }
}
.review__item {
  padding: 25px;
}
@media (min-width: 996px) {
  .review__item {
    flex: 1;
    padding: 40px;
  }
}
.review__item h3 {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 20px;
}
@media (min-width: 996px) {
  .review__item h3 {
    font-size: 28px;
    padding-bottom: 40px;
  }
}
.review__item h3 b {
  position: relative;
  font-size: 200%;
}
.review__item h3 span {
  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
}
.review__item:nth-child(1) {
  background: #05203c;
}
.review__item:nth-child(2) {
  background: #1b4c7e;
}
.review__item:nth-child(3) {
  background: #369;
}
.review__item p {
  opacity: 0.7;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.filter {
  position: relative;
  z-index: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("../images/filter-bg.jpg") right center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.filter .filter__inner {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 30px;
  padding: 50px 0;
}
.filter .pdbox {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px;
}

.filter-title {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 25px auto 10px;
  font-weight: 300;
}
@media (min-width: 996px) {
  .filter-title {
    margin: 50px auto 20px;
    font-size: 30px;
    text-shadow: #ae3b3b 0px 5px 10px;
  }
}
.filter-title img {
  width: 40px;
  flex: 0 0 40px;
}

@media (min-width: 996px) {
  .filterTab {
    display: flex;
    justify-content: space-between;
  }
}
.filterTab .mtfilter {
  font-weight: bold;
  text-align: left;
  flex: 1;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .filterTab .mtfilter {
    margin-right: 20px;
  }
  .filterTab .mtfilter:last-child {
    margin-right: 0;
  }
}
.filterTab .mtfilter b {
  display: block;
  font-weight: normal;
  font-size: 14px;
  opacity: 0.7;
}
.filterTab .mtfilter label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 15px;
  background: rgba(208, 68, 68, 0.8);
  border-radius: 10px;
  cursor: pointer;
}
@media (min-width: 996px) {
  .filterTab .mtfilter label {
    padding: 25px;
  }
}
.filterTab .mtfilter label::before {
  content: "";
  font-family: "msi-icons";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: rgba(208, 68, 68, 0.4) 1px solid;
  margin-right: 20px;
  flex: 0 0 30px;
}
.filterTab .mtfilter label:hover {
  box-shadow: var(--color-red-400) 0 0 10px;
}
.filterTab .mtfilter input[type=checkbox] {
  display: none;
}
.filterTab .mtfilter input[type=checkbox]:checked + label {
  background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
}
.filterTab .mtfilter input[type=checkbox]:checked + label::before {
  border-color: #fff;
  content: "\ea01";
}
.filterTab .mtfilter input[type=checkbox]:disabled + label {
  background: #333;
  border-color: #333;
}
.filterTab .mtfilter input[type=checkbox]:disabled + label:before {
  content: "\ea02";
  color: var(--color-red-400);
}
.filterTab .mtfilter input[type=checkbox]:disabled + label:hover {
  box-shadow: none;
}

.advancebox {
  background: var(--color-red-400);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  transition: 1s all ease-in-out;
}
@media (min-width: 996px) {
  .advancebox {
    display: none;
  }
}
.advancebox.plus-icon {
  transform: rotate(45deg);
}

.plus {
  border-collapse: collapse;
  width: 100%;
  display: none;
}
@media (min-width: 996px) {
  .plus {
    display: block;
  }
}
.plus-show {
  display: table;
}
.plus .css_tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 996px) {
  .plus .css_tr {
    flex-direction: row;
    width: 100%;
    margin-bottom: 3px;
  }
}
.plus .css_td_1 {
  background: #333;
  padding: 10px;
}
@media (min-width: 996px) {
  .plus .css_td_1 {
    flex: 0 0 250px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.plus .css_td_2 {
  display: flex;
  flex-wrap: wrap;
  background: #222;
  padding: 15px 10px;
}
@media (min-width: 996px) {
  .plus .css_td_2 {
    flex: 0 0 calc(100% - 250px);
    border-bottom: #444 1px solid;
  }
}
.plus .css_td_2 .mtfilter {
  display: inline-flex;
  width: calc(50% - 20px);
  margin: 5px 10px;
}
@media (min-width: 996px) {
  .plus .css_td_2 .mtfilter {
    width: auto;
  }
}
.plus .css_td_2 .mtfilter label {
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 30px;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
}
.plus .css_td_2 .mtfilter label::before {
  content: "";
  font-family: "msi-icons";
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: #ccc 1px solid;
  margin-right: 10px;
}
.plus .css_td_2 .mtfilter label:hover {
  box-shadow: var(--color-red-400) 0 0 10px;
}
.plus .css_td_2 .mtfilter input[type=checkbox] {
  display: none;
}
.plus .css_td_2 .mtfilter input[type=checkbox]:checked + label {
  background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
}
.plus .css_td_2 .mtfilter input[type=checkbox]:checked + label::before {
  border-color: #fff;
  content: "\ea01";
}
.plus .css_td_2 .mtfilter input[type=checkbox]:disabled + label {
  background: #333;
  border-color: #333;
  color: #999;
}
.plus .css_td_2 .mtfilter input[type=checkbox]:disabled + label:before {
  content: "\ea02";
  color: #999;
}
.plus .css_td_2 .mtfilter input[type=checkbox]:disabled + label:hover {
  box-shadow: none;
}

#ad-filter-bt {
  padding-top: 25px;
  padding-bottom: 30px;
}
#ad-filter-bt button {
  background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
}
#ad-filter-bt button:hover {
  box-shadow: #fff 0 0 30px;
}

.result-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10;
}
.result-area .more {
  padding: 50px 0 0;
}
.result-area .more .btnmore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-red-400);
  font-size: 16px;
  transition: 0.2s all;
  text-transform: uppercase;
  cursor: pointer;
}
.result-area .more .btnmore::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/cross.png) center center no-repeat;
  background-color: var(--color-red-400);
  transition: all 0.2s;
  margin-left: 30px;
}
.result-area .more .btnmore:hover {
  color: #fff;
  text-shadow: var(--color-red-400) 0 0 30px;
}

.form-modbox {
  display: inline-flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-modbox {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 996px) {
  .form-modbox {
    width: calc(25% - 40px);
    margin: 20px;
  }
}
.form-modbox .modal-but {
  color: #fff;
}
.form-modbox .modal-but h5 {
  padding: 8px 0;
  font-size: 18px;
}
.form-modbox .modal-but:hover {
  color: var(--color-red-400);
}
.form-modbox .sn-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.form-modbox .sn-btn a {
  background: rgba(208, 68, 68, 0.8);
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  width: calc(50% - 5px);
  text-align: center;
  color: #fff;
}
.form-modbox .sn-btn a:hover {
  box-shadow: var(--color-red-400) 0 0 10px;
}
.form-modbox .sn-btn .compare label {
  display: inline-flex;
  align-items: center;
  text-align: right;
  background: rgba(208, 68, 68, 0.8);
  border-radius: 20px;
  padding: 10px 25px 10px 5px;
  font-size: 14px;
  cursor: pointer;
}
.form-modbox .sn-btn .compare label::before {
  content: "";
  font-family: "msi-icons";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: rgba(208, 68, 68, 0.4) 1px solid;
  margin-right: 5px;
}
.form-modbox .sn-btn .compare label:hover {
  box-shadow: var(--color-red-400) 0 0 10px;
}
.form-modbox .sn-btn .compare input[type=checkbox] {
  display: none;
}
.form-modbox .sn-btn .compare input[type=checkbox]:checked + label {
  background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
}
.form-modbox .sn-btn .compare input[type=checkbox]:checked + label::before {
  border-color: #fff;
  content: "\ea01";
}
.form-modbox .sn-btn .compare input[type=checkbox]:disabled + label {
  background: #333;
  border-color: #333;
}
.form-modbox .sn-btn .compare input[type=checkbox]:disabled + label:before {
  content: "\ea02";
  color: var(--color-red-400);
}
.form-modbox .sn-btn a {
  background: rgba(208, 68, 68, 0.8);
  border-radius: 20px;
  display: inline-block;
}

.modal-dialog {
  width: 100% !important;
  padding: 25px;
}
.modal-open {
  padding-right: 0px !important;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.7) !important;
}
.modal-content {
  text-align: left;
  line-height: 1.8rem;
  display: flow-root;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 0px solid #530001;
  padding: 0 15px;
  letter-spacing: normal;
  border-radius: 0px !important;
}
.modal-content .ok {
  font-size: 1em;
  background-color: #ffdc00;
  border-radius: 3px;
  color: #000;
  border: 0px;
  margin-top: 15px;
}
.modal-content p {
  padding-bottom: 20px;
  font-size: 18px;
}
.modal-content .mediabox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.modal-content .item {
  flex: 1;
  max-width: 350px;
  margin: 10px;
}
.modal-content .item ul {
  color: #fff;
  text-align: center;
  list-style: none;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid rgba(255, 0, 0, 0.6);
  opacity: 1;
  padding: 15px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.7);
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.4);
  min-height: 320px;
}
.modal-content .item ul li {
  line-height: 2em;
}
.modal-content .item ul li img {
  padding-bottom: 5px;
}
.modal-content .item ul li.mntpd {
  color: #c00;
  font-size: 110%;
  padding: 2px 0px;
}
.modal-content .item ul li.mname {
  color: #c00;
  line-height: normal;
}
.modal-content .item ul li.introduction {
  font-size: 80%;
  line-height: 1.5;
}
.modal .close {
  background: #880002 !important;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  border: none;
  color: #fff;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 0px;
}
.modal .close p {
  padding-bottom: 5px;
  margin: 0px;
}
.modal .close:focus, .modal .close:hover {
  text-decoration: none;
  cursor: pointer;
  background: #C90003 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.modal-backdrop {
  pointer-events: none;
  background: none;
}

.blog__flex {
  display: flex;
  gap: 3%;
  padding: 3% 0;
  flex-direction: column;
}
@media (min-width: 996px) {
  .blog__flex {
    flex-direction: row;
  }
}
.blog__flex a {
  transition: all 0.5s;
  width: calc(100% - 0px);
}
@media (min-width: 996px) {
  .blog__flex a {
    width: calc(33.3333333333% - 0px);
  }
}
.blog__flex a:hover {
  text-transform: none;
  transform: scale(1.07);
  transition: all 0.5s;
}
.blog__flex p {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.blog__flex p.description {
  margin: 0 0 20px;
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.form {
  background: #0a021b;
}
@media (min-width: 996px) {
  .form {
    flex: 0 0 70%;
    padding: 20px 50px;
  }
}
.form__summary {
  text-align: center;
  padding: 15px 0 25px;
  color: #999;
}

.ems .linearChoiceBox label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  outline: var(--emscol-border) 1px solid;
  border: transparent 3px solid;
  border-radius: 50%;
  margin: 0 auto;
}

.ems .linearChoiceBox input[type=radio]:checked + label::after, .ems-form--radio input[type=radio]:checked + label::before {
  border-color: var(--emscol-focus-opt);
  outline: var(--emscol-focus-opt) 1px solid;
}

:root {
  --emscol-border: #ccc;
  --emscol-focus: #eee;
  --emscol-focus-opt: #333;
  --emscol-focus-opt-ckecked: #fff;
  --emscol-form-bkg: #0a021b;
  --emscol-note: #666;
  --emscol-error: var(--color-red-400);
  --emscol-arrow: #777;
  --emscol-a: #ccc;
  --emscol-font: #fff;
}

@font-face {
  font-family: "msi-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-msi-], [class*=" icon-msi-"] {
  font-family: "msi-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-msi-msilogo:before {
  content: "\ea21";
}

.icon-msi-down:before {
  content: "\ea11";
}

.icon-msi-checked:before {
  content: "\ea01";
}

.ems {
  max-width: 1000px;
  margin: 0 auto;
}
.ems-required {
  color: var(--emscol-error);
}
@media (min-width: 996px) {
  .ems__title {
    flex: 0 0 200px;
  }
}
.ems__item {
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .ems__item {
    display: flex;
    align-items: center;
  }
}
.ems__item__form {
  padding-top: 8px;
  flex: calc(100% - 200px);
}
.ems__item__note {
  font-size: 15px;
  color: var(--emscol-note);
  padding-top: 5px;
}
.ems__item__error {
  font-size: 15px;
  color: var(--emscol-error);
  padding-top: 5px;
}
.ems input,
.ems select,
.ems textarea {
  outline: none;
  border: var(--emscol-border) 1px solid;
  border-radius: 4px;
  padding: 10px;
  font-size: 100%;
  color: var(--emscol-font);
  width: 100%;
  background: var(--emscol-form-bkg);
}
.ems input.error,
.ems select.error,
.ems textarea.error {
  border-color: var(--emscol-error);
}
.ems input:focus,
.ems select:focus,
.ems textarea:focus {
  outline: var(--emscol-focus) 1px solid;
  box-shadow: var(--emscol-focus) 0 0 5px;
}
.ems textarea {
  height: 100px;
}
.ems a {
  color: var(--emscol-a);
  text-decoration: underline;
}
.ems a:hover {
  text-decoration: none;
}
.ems-form--select {
  position: relative;
}
.ems-form--select .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.ems-form--select select:focus + .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.ems-form--radio input[type=radio] {
  display: none;
}
.ems-form--radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.ems-form--radio label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  outline: var(--emscol-border) 1px solid;
  border: transparent 3px solid;
  border-radius: 50%;
  margin-right: 8px;
}
.ems-form--checkbox input[type=checkbox] {
  display: none;
}
.ems-form--checkbox input[type=checkbox]:checked + label::before {
  border-color: var(--emscol-focus-opt);
  background: var(--emscol-focus-opt);
}
.ems-form--checkbox input[type=checkbox]:checked + label::after {
  content: "\ea01";
  font-family: "msi-icons" !important;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--emscol-focus-opt-ckecked);
  font-weight: bold;
  font-size: 16px;
}
.ems-form--checkbox label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.ems-form--checkbox label::before {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  border: var(--emscol-border) 1px solid;
  background-color: none;
  border-radius: 3px;
  margin-right: 8px;
  flex: 0 0 14px;
  margin-top: 4px;
}
.ems .radioBox {
  padding-bottom: 5px;
}
@media (min-width: 996px) {
  .ems .radioBox {
    display: flex;
  }
  .ems .radioBox li {
    margin-right: 35px;
    padding-bottom: 0;
  }
}
.ems .checkboxBox li {
  padding-bottom: 5px;
}
.ems .linearChoiceBox input[type=radio] {
  display: none;
}
.ems .linearChoiceBox label {
  display: block;
  text-align: center;
  cursor: pointer;
}
.ems .linearChoiceBox label span {
  display: block;
}
.ems .linearChoiceBox label::after {
  margin-top: 5px;
}
.ems .linearChoiceBox__radio {
  display: flex;
  justify-content: space-between;
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.ems .linearChoiceBox__title--left {
  float: left;
}
.ems .linearChoiceBox__title--right {
  float: right;
}
@media (min-width: 996px) {
  .ems .linearChoiceBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px auto;
  }
  .ems .linearChoiceBox__title--left {
    margin-right: 35px;
    float: none;
  }
  .ems .linearChoiceBox__title--right {
    margin-left: 35px;
    float: none;
    order: 3;
  }
}
.ems__tc li {
  margin-bottom: 20px;
}
.ems__tc a {
  display: block;
}
.ems__terms__text {
  font-size: 15px;
  color: var(--emscol-note);
  padding-top: 5px;
  padding-left: 25px;
}
.ems__send {
  text-align: center;
  padding: 45px 0;
}
.ems__send button {
  color: #fff;
  padding: 10px 25px;
  min-width: 250px;
  border: #fff 1px solid;
  color: #fff;
  text-transform: uppercase;
}
.ems__send button:hover {
  box-shadow: #f00 0 0 30px;
  border-color: #f00;
  color: #f00;
}

@media (min-width: 996px) {
  [data-layout=double-column] .ems__form {
    display: flex;
    flex-wrap: wrap;
  }
  [data-layout=double-column] .ems__item {
    display: inline-flex;
    width: calc(50% - 25px);
    flex-direction: column;
  }
  [data-layout=double-column] .ems__item:nth-child(even) {
    margin-left: 25px;
  }
}

.features {
  position: relative;
  padding: 10vw 0;
  background: url("../images/feature-bg.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .features {
    margin-top: -50px;
    padding: 80px 0;
    border-top-right-radius: 100px;
  }
}
@media (min-width: 996px) {
  .features__box {
    padding: 60px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.features__nav {
  text-align: center;
  padding: 25px;
}
.features__nav--item {
  display: inline-flex;
  border: #ccc 1px solid;
  margin: 5px;
  font-size: 13px;
  padding: 5px;
}
.features__nav--item.active {
  background: linear-gradient(45deg, #300, #333, #c00);
}
@media (min-width: 996px) {
  .features__nav {
    flex: 0 0 300px;
    padding: 0;
  }
  .features__nav--item {
    display: block;
    border: none;
    margin: 0;
    font-size: 17px;
    position: relative;
    padding: 20px 15px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    text-shadow: #000 1px 1px 1px;
    cursor: pointer;
  }
  .features__nav--item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(45deg, #300, #333, #c00);
    border-bottom: #300 1px solid;
    opacity: 0.3;
    transition: 0.5s all ease-in-out;
  }
  .features__nav--item span {
    position: relative;
  }
  .features__nav--item:hover::before {
    left: 20px;
    opacity: 0.6;
  }
  .features__nav--item.active::before {
    left: 20px;
    background: linear-gradient(200deg, #c00, #7e1616, #300);
    opacity: 0.8;
  }
}
@media (min-width: 996px) {
  .features__inner {
    flex: 0 0 calc(100% - 300px);
    background: linear-gradient(45deg, #c00, #333333, #300);
    padding: 10px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 0% 100%);
  }
}
.features__content {
  position: relative;
  clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 0% 100%);
  background: #000;
  display: none;
}
.features__content.active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 996px) {
  .features__content {
    min-height: 70vh;
  }
}
@media (min-width: 996px) {
  .features__bg::before {
    width: 50%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #300, #333, #c00);
  }
  .features__bg--xl::before {
    width: 60%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #300, #333, #c00);
  }
  .features__bg--xs::before {
    width: 30%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #300, #333, #c00);
  }
}
.features-title {
  position: relative;
  margin-bottom: 30px;
  font-size: var(--title-xl);
  font-weight: 300;
}
.features-title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: var(--color-red-400);
  left: 0;
  bottom: 3px;
}
.features-title span {
  position: relative;
  z-index: 2;
}
.features-subTitle {
  position: relative;
}
.features-subTitle span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.features-text {
  line-height: 1.6;
  font-size: 20px;
}
.features-link {
  margin-top: 30px;
}
.features-link a, .features-link button {
  border: var(--color-red-400) 1px solid;
  color: var(--color-red-400);
  display: inline-block;
  padding: 8px 15px;
}
.features-link a:hover, .features-link button:hover {
  background: var(--color-red-400);
  color: #fff;
}
.features__flexBox {
  position: relative;
  padding: 25px;
}
@media (min-width: 996px) {
  .features__flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .features__flexBox__img {
    flex: 0 0 50%;
    background: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .features__flexBox__img img {
    max-width: 100%;
  }
  .features__flexBox__text {
    flex: 0 0 50%;
    padding: 50px;
  }
  .features__flexBox.xl .features__flexBox__img {
    flex: 0 0 40%;
  }
  .features__flexBox.xl .features__flexBox__text {
    flex: 0 0 60%;
  }
  .features__flexBox.xs .features__flexBox__img {
    flex: 0 0 70%;
  }
  .features__flexBox.xs .features__flexBox__text {
    flex: 0 0 30%;
  }
}

@media (min-width: 996px) {
  .ai__box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .ai__item {
    position: relative;
    flex: 1;
    margin-right: 25px;
    padding-right: 25px;
  }
  .ai__item:last-child {
    margin-right: 0;
  }
  .ai__item:last-child::before {
    display: none;
  }
  .ai__item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 120%;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, #724747 5%, #8e5757, rgba(255, 0, 0, 0) 100%);
  }
  .ai__item h3 {
    min-height: 70px;
    margin-top: 10px;
  }
}

.connect__item {
  margin-bottom: 25px;
}
@media (min-width: 996px) {
  .connect__box {
    display: flex;
    justify-content: space-between;
  }
  .connect__item {
    position: relative;
    flex: 1;
    margin-right: 25px;
    padding-right: 25px;
  }
  .connect__item:last-child {
    margin-right: 0;
  }
  .connect__item:last-child::before {
    display: none;
  }
  .connect__item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 120%;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, #724747 5%, #8e5757, rgba(255, 0, 0, 0) 100%);
  }
  .connect h3 {
    min-height: 80px;
    display: flex;
    align-items: center;
  }
}

.gen .features__flexBox__img {
  padding: 0;
  flex-direction: column;
}
.gen .features__flexBox__img figure {
  display: block;
  text-align: center;
}
.gen .features__flexBox__img figure img {
  width: 80%;
}

.design__img {
  position: relative;
}
.design__img img {
  vertical-align: bottom;
}
.design__img .base {
  position: relative;
  z-index: 0;
}
.design__img .dot {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.design__img .dot::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("../images/design-dot2.png") center center no-repeat ;
  background-size: cover;
  animation: 1s design-dot infinite ease-in-out;
  transform-origin: center center;
}

@keyframes design-dot {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.diy__imgflex {
  display: flex;
  max-width: 100%;
}
.diy__imgflex img {
  flex: 1;
}
.diy .features__flexBox__img {
  flex-direction: column;
}

.media {
  position: relative;
  padding: 5vw 0;
  background: #111;
  background: url("../images/media-bg.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .media {
    padding: 80px 0 120px;
    border-top-left-radius: 100px;
  }
}
.media__box a {
  position: relative;
  margin-top: 25px;
  background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
  display: block;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.media__box a:hover {
  box-shadow: var(--color-red-400) 0 0 30px;
}
.media__box a figcaption {
  padding: 10px 10px 20px;
}
.media__box a.youtubeltbox figure {
  position: relative;
}
.media__box a.youtubeltbox figure img {
  position: relative;
  z-index: 0;
}
.media__box a.youtubeltbox figure::after {
  content: "\ea19";
  font-family: "msi-icons";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  font-size: 80px;
  text-shadow: #fff 0 0 30px;
}
.media__box a.youtubeltbox:hover figure::after {
  text-shadow: var(--color-red-400) 0 0 30px;
}
@media (min-width: 996px) {
  .media__box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .media__box a {
    display: inline-flex;
    flex-direction: column;
    width: calc(33.3333333333% - 40px);
    margin: 20px;
  }
}

.footerBox {
  position: relative;
}
@media (min-width: 996px) {
  .footerBox {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: -50px;
    border-top-right-radius: 100px;
    overflow: hidden;
  }
}

.wtb {
  background: url("../images/wtb-bg.jpg") center center no-repeat ;
  background-size: cover;
  padding: 80px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wtb a {
  display: inline-block;
  border: #fff 1px solid;
  padding: 10px 25px;
  min-width: 250px;
  color: #fff;
  text-align: center;
}
.wtb a:hover {
  color: var(--color-red-400);
  border-color: var(--color-red-400);
  box-shadow: #f00 0 0 30px;
  background: #000;
}
@media (min-width: 996px) {
  .wtb {
    position: relative;
    flex: 0 0 30%;
    order: 1;
  }
}

#toolbar {
  background: #999;
}
#toolbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
#toolbar ul img {
  width: 20px;
  margin: 0 auto;
}
#toolbar ul li {
  flex: 1;
  text-align: center;
}
#toolbar ul li a {
  display: block;
  padding: 10px;
  color: #fff;
}
@media (min-width: 996px) {
  #toolbar {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    background: none;
    border-top-left-radius: 30px;
    overflow: hidden;
  }
  #toolbar ul {
    display: block;
    margin-right: 0;
  }
  #toolbar ul li {
    margin: 2px 0;
  }
  #toolbar ul li a {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 15px;
  }
  #toolbar ul li a:hover {
    background-image: linear-gradient(45deg, #f90a1a, #6ec0e0 80%, #fff);
  }
}

#gotop {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 10px;
}
@media (min-width: 996px) {
  #gotop {
    position: relative;
    right: 0;
  }
}
