@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
* {
  font-family: 'Nunito', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  background-color: #000;
  color: #FFF !important;
}

.text__white {
  color: #FFF;
}

.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__white {
  color: #FFF;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h1 span {
  font-weight: 600;
}

.h2-big {
  font-size: 32px;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h2 span {
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 21px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.p-big {
  font-size: 18px;
}

p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.p__disclamer {
  font-size: 14px;
  color: #DADADA;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  .h2-big {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  .h2-big {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h2 span {
    font-size: 24px;
  }
}

.box__style {
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #1A1A1A;
}

.products {
  background: url("../img/bg-pattern.png") center;
}

.products .container .products__wrapper {
  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;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}

.products .container .products__wrapper .products__item {
  max-width: 349px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.products .container .products__wrapper .products__item p {
  width: 269px;
}

@media screen and (max-width: 376px) {
  .products .container .products__wrapper .products__item p {
    width: 200px;
  }
}

.products .container .p__disclamer {
  margin-top: 30px;
}

.cta-container {
  padding: 1rem 0;
}

.cta {
  text-decoration: none;
  border-radius: 99px;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta__big {
  font-size: 18px;
  padding: 12px 36px;
}

.cta__normal {
  font-size: 16px;
  padding: 8px 28px;
}

.cta__violet {
  color: #FFF;
  background-color: #8250FA;
  border: 1px solid #8250FA;
}

.cta__violet:hover {
  background-color: #6930F0;
  border: 1px solid #6930F0;
}

.cta__white {
  color: #000;
  background-color: #FFF;
  border: 1px solid #FFF;
}

.cta__white:hover {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

.cta__white-o {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}

.cta__white-o:hover {
  border: 1px solid #CCCCCC;
}

.img-fluid {
  max-width: 100%;
}

.container {
  max-width: 1318px;
  margin: auto;
  padding: 0 1rem;
}

.logo {
  max-height: 49px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 1rem;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.resellerContainer--theme {
  --theme-background: #000000;
  --theme--titleColor: #ffffff;
  --theme-textColor: #ffffff;
}

body,
.resellerReset div,
.resellerReset p,
.resellerReset section,
.resellerReset article,
.resellerReset figure,
.resellerReset h1,
.resellerReset h2,
.resellerReset h3,
.resellerReset span,
.resellerReset ol,
.resellerReset ul,
.resellerReset li {
  margin: 0;
  padding: 0;
}

.resellerReset {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.resellerReset * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.resellerReset li {
  list-style: none;
}

.resellerReset .imageDefault {
  width: 100%;
  vertical-align: middle;
}

.resellerContainer {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 320px;
  background-color: var(--theme-background);
}

@media (min-width: 576px) {
  .resellerContainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .resellerContainer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .resellerContainer {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .resellerContainer {
    max-width: 1170px;
  }
}

.resellerContainer--font {
  --font-title: 32px;
  --font-text: 16px;
  --font-cardTitle: 24px;
  --font-cardText: 16px;
  --font-contentTitle: 17px;
  --font-contentSubTitle: 17px;
  --font-contentDescription: 14px;
  --font-bulletPointItem: 13px;
  --font-noticeTitle: 13px;
  --font-noticeContent: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
}

.resellerContainer .resellerCol-4,
.resellerContainer .resellerCol-3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 576px) {
  .resellerContainer .resellerCol-4,
  .resellerContainer .resellerCol-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.resellerContainer .resellerRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .resellerContainer .resellerCol-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 992px) {
  .resellerContainer .resellerCol-4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}

.resellerContainer .resellerCol-12 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.resellerContainer .resellerOneCard .msiCard__content ul,
.resellerContainer .resellerOneCard .msiCard__content ol {
  margin: 25px auto 0;
  text-align: left;
}

@media (min-width: 992px) {
  .resellerContainer .resellerOneCard .msiCard__content ul,
  .resellerContainer .resellerOneCard .msiCard__content ol {
    width: 60%;
  }
}

.resellerContainer .resellerOneCard .msiCard__content {
  text-align: center;
}

@media (min-width: 992px) {
  .resellerContainer .resellerOneCard .msiCard__content {
    width: 80%;
    margin: auto;
  }
}

.resellerContainer .resellerOneCard .msiCard__content .title {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .resellerContainer .resellerOneCard .msiCard__imageBox::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}

@media (min-width: 992px) {
  .resellerContainer .resellerOneCard .cardImage {
    position: absolute;
    top: -50%;
    left: 0;
  }
}

.resellerBigFeature__content ol li::before,
.resellerBigFeature__content ul li::before,
.resellerContainer .contentBulletPoint__item::before,
.resellerContainer .msiCard__content ol li::before,
.resellerContainer .msiCard__content ul li::before {
  display: inline;
  margin-right: 10px;
}

.resellerContainer .msiCard__content ul,
.resellerContainer .msiCard__content ol,
.resellerContainer .msiCard__content .text p,
.resellerContainer .msiCard__content {
  margin-top: 15px;
}

.msiCard__imageBox {
  position: relative;
  overflow: hidden;
}

.msiCard__imageBox::before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media (min-width: 992px) {
  .msiCard__imageBox::before {
    display: none;
  }
}

.msiCard__imageBox .cardImage {
  position: absolute;
  top: -50%;
  left: 0;
}

@media (min-width: 992px) {
  .msiCard__imageBox .cardImage {
    position: static;
    top: unset;
    left: unset;
  }
}

.resellerContainer .msiCard__content ol {
  counter-reset: num;
}

.resellerContainer .msiCard__content ol li p {
  margin-top: 0;
}

.resellerContainer .msiCard__content ol li + li {
  margin-top: 10px;
}

.resellerContainer .msiCard__content ol li::before {
  counter-increment: num;
  content: counter(num) ".";
}

.resellerContainer .msiCard__content ul {
  counter-reset: dot;
}

.resellerContainer .msiCard__content ul li p {
  margin-top: 0;
}

.resellerContainer .msiCard__content ul li + li {
  margin-top: 10px;
}

.resellerContainer .msiCard__content ul li::before {
  counter-increment: dot;
  content: counter(dot, disc);
}

.resellerContainer .msiCard__content .title {
  color: var(--theme--titleColor);
  font-size: var(--font-cardTitle);
  font-weight: bold;
  line-height: 1.2;
}

.resellerContainer .msiCard__content .text {
  color: var(--theme-textColor);
  font-size: var(--font-cardText);
  margin-top: 5px;
}

.resellerContainer .resellerKVContent__imageBox {
  position: relative;
}

.resellerContainer .resellerKVContent__imageBox .msiLogo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.resellerContainer .resellerKVContent__description {
  text-align: center;
  margin-top: 30px;
}

.resellerContainer .resellerKVContent__description .title {
  color: var(--theme--titleColor);
  font-size: var(--font-title);
  font-weight: bold;
}

.resellerContainer .resellerKVContent__description .context {
  color: var(--theme-textColor);
  margin: 4px auto 0;
  font-size: var(--font-text);
}

@media (min-width: 992px) {
  .resellerContainer .resellerKVContent__description .context {
    width: 50%;
  }
}

.resellerContainer .resellerAPlus__content .contentDescription,
.resellerContainer .resellerAPlus__content .contentSubTitle,
.resellerContainer .resellerAPlus__content .contentTitle {
  margin-bottom: 8px;
}

.resellerContainer .resellerAPlusRow {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 1.2fr 2fr 1fr;
      grid-template-columns: 1.2fr 2fr 1fr;
}

.resellerContainer .resellerAPlus__content {
  padding-right: 50px;
  padding-left: 20px;
  color: #0f1111;
}

.resellerContainer .resellerAPlus__content .contentTitle {
  font-size: var(--font-contentTitle);
  line-height: 20px;
}

.resellerContainer .resellerAPlus__content .contentSubTitle {
  font-weight: 400;
  font-size: var(--font-contentSubTitle);
  line-height: 1.255;
  font-style: italic;
  color: #565959;
}

.resellerContainer .resellerAPlus__content .contentDescription {
  font-size: var(--font-contentDescription);
  line-height: 20px;
}

.resellerContainer .contentBulletPoint {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f3f3f3;
  padding: 14px 25px;
  margin-top: 14px;
  position: relative;
  counter-reset: dot;
}

.resellerContainer .contentBulletPoint__item {
  font-size: var(--font-bulletPointItem);
  line-height: 19px;
}

.resellerContainer .contentBulletPoint__item::before {
  font-size: 15px;
  position: absolute;
  left: 10px;
  counter-increment: dot;
  content: counter(dot, disc);
}

.resellerContainer .resellerAPlus__notice {
  position: relative;
  padding: 0 20px 20px;
}

.resellerContainer .resellerAPlus__notice::before {
  content: "";
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.resellerContainer .resellerAPlus__notice .noticeTitle {
  font-weight: 700;
  font-size: var(--font-noticeTitle);
  color: #565959;
  line-height: 19px;
}

.resellerContainer .resellerAPlus__notice .noticeContent {
  font-size: var(--font-noticeContent);
  color: #565959;
  line-height: 16px;
}

.resellerContainer .resellerBigFeature__content .text p,
.resellerContainer .resellerBigFeature__content ul,
.resellerContainer .resellerBigFeature__content ol {
  margin-top: 15px;
}

.resellerContainer .resellerBigFeature__content {
  margin-top: 20px;
}

.resellerContainer .resellerBigFeature__content ol {
  counter-reset: num;
}

.resellerContainer .resellerBigFeature__content ul {
  counter-reset: dot;
}

.resellerContainer .resellerBigFeature__content .title {
  color: var(--theme--titleColor);
}

.resellerContainer .resellerBigFeature__content .text {
  color: var(--theme-textColor);
}

.resellerBigFeature__content ol li::before {
  counter-increment: num;
  content: counter(num) ".";
}

.resellerBigFeature__content ul li::before {
  counter-increment: dot;
  content: counter(dot, disc);
}

.resellerContainer .resellerVideo__content {
  width: 100%;
}

#NVadaarch {
  padding: 90px 0;
  color: #fff;
  text-align: center;
  background: #000;
  overflow: hidden;
}

#NVadaarch .nvidia__title {
  font-size: 23px;
  line-height: 1.2;
  font-family: 'NVIDIASans_W_Bd';
}

#NVadaarch .nvidia__subtitle {
  font-size: 15px;
  line-height: 1.2;
  font-family: 'NVIDIASans_W_Bd';
}

#NVadaarch .nvidia__txt {
  font-size: 13px;
  line-height: 1.2;
  font-family: 'NVIDIASans_W_Rg';
}

#NVadaarch .NVadaarch__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 0;
}

#NVadaarch .NVadaarch__txtbox figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

#NVadaarch .NVadaarch__txtbox figure img {
  width: 100%;
}

#NVadaarch .NVadaarch__txtbox-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  margin: auto;
  text-align: left;
}

#NVadaarch .NVadaarch__txtbox-list li {
  padding-bottom: 5px;
}

#NVadaarch .NVadaarch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#NVadaarch .NVadaarch__icon-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px;
  margin: 5px auto;
  text-align: left;
}

#NVadaarch .NVadaarch__icon-item .nvidia__svg svg {
  max-height: 35px;
}

@media (min-width: 576px) {
  #NVadaarch .NVadaarch__icon-item {
    padding: 0 25px;
  }
}

@media (min-width: 996px) {
  #NVadaarch .nvidia__title {
    font-size: 36px;
    line-height: 45px;
  }
  #NVadaarch .nvidia__subtitle {
    font-size: 20px;
    line-height: 48px;
  }
  #NVadaarch .nvidia__txt {
    font-size: 15px;
    line-height: 25px;
  }
  #NVadaarch .NVadaarch__txtbox {
    padding: 25px 0 0;
  }
  #NVadaarch .NVadaarch__txtbox figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #NVadaarch .NVadaarch__txtbox figure img {
    width: 85%;
    margin: auto;
  }
  #NVadaarch .NVadaarch__txtbox-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: -5% auto 0;
  }
  #NVadaarch .NVadaarch__txtbox-list li {
    padding-bottom: 23px;
  }
  #NVadaarch .NVadaarch__txtbox-list li h3 {
    line-height: 28px !important;
    margin: 0;
  }
  #NVadaarch .NVadaarch__icon-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 25px auto;
    text-align: center;
  }
  #NVadaarch .NVadaarch__icon-item .nvidia__svg {
    min-height: 70px;
  }
  #NVadaarch .NVadaarch__icon-item .nvidia__svg svg {
    max-height: 100%;
  }
  #NVadaarch .NVadaarch__icon-item h3 {
    line-height: 28px !important;
  }
}
