/* -------------------------------------------------------------------------- */
/*                                     CSS                                    */
/* -------------------------------------------------------------------------- */
.section.section-download .sectionWrap:last-child {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .section.section-download .sectionWrap:last-child {
    padding-bottom: 1.4rem;
  }
}
.section.section-download .sectionWrap.max1280 {
  max-width: initial;
}
.section.section-download .sectionWrap .pageContents {
  min-height: 300px;
}
@media screen and (max-width: 550px) {
  .section.section-download .sectionWrap .pageContents.marginDeduct {
    margin-top: 0;
  }
}
.section.section-download .sectionWrap .pageContents .download .download-tab {
  margin: 0px auto;
  margin-bottom: 2rem !important;
  max-width: 1280px;
}
.section.section-download .sectionWrap .pageContents .download .download-tab .btn-group button {
  color: #ffffff;
  font-size: 1.6rem;
  margin-right: 1rem;
  padding: 1rem 2rem;
}
.section.section-download .sectionWrap .pageContents .download .download-tab .btn-group button.btn-download-group {
  font-family: inherit;
  border: 0;
}
.section.section-download .sectionWrap .pageContents .download .download-tab .btn-group button.btn-download-group:focus {
  box-shadow: none;
  outline: none;
}
.section.section-download .sectionWrap .pageContents .download .download-tab .btn-group button.btn-download-group.active {
  background-color: #fea827;
  color: #000000;
  border-radius: 6px;
}
@media screen and (max-width: 550px) {
  .section.section-download .sectionWrap .pageContents .download .download-tab .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    overflow-x: auto;
  }
  .section.section-download .sectionWrap .pageContents .download .download-tab .btn-group button {
    flex: 0 0 auto;
    font-size: 1.4rem;
    margin-right: 0.5rem;
    padding: 1rem 2rem;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.section.section-download .sectionWrap .pageContents .download .download-detail {
  position: relative;
  margin: 0px auto;
  max-width: 1280px;
}
.section.section-download .sectionWrap .pageContents .download .download-detail.products {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: min-content;
  gap: 2rem;
  height: auto !important;
}
@media screen and (max-width: 992px) {
  .section.section-download .sectionWrap .pageContents .download .download-detail.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .section.section-download .sectionWrap .pageContents .download .download-detail.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .section.section-download .sectionWrap .pageContents .download .download-detail.products {
    grid-template-columns: 80%;
  }
}
.section.section-download .sectionWrap .pageContents .download .download-detail.products .product-item {
  position: static !important;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product {
  background-image: linear-gradient(#000000, #222222);
  border-radius: 1.2rem;
  padding: 1.5rem;
  transition: transform 0.3s ease;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product:hover {
  transform: translateY(-5px);
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__title h2 {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__img {
  background: #333333;
  border-radius: 1.2rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__img .imgWrapper {
  margin: 0 auto;
  width: 100%;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__img .imgWrapper img {
  width: 100%;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 0.5rem;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__qrCode,
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  flex-basis: 50%;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__qrCode > div,
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__link > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__qrCode .iconWrapper i,
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__link .iconWrapper i {
  color: #fea827;
  font-size: 2.5rem;
}
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__qrCode span,
.section.section-download .sectionWrap .pageContents .download .download-detail .product .product__qrCodeAndLink .product__link span {
  color: #b8b8b8;
  font-family: "Roboto";
  font-size: 1.4rem;
}
@media screen and (max-width: 550px) {
  .section.section-download .sectionWrap .pageContents .download .download-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section.section-download .sectionWrap .pageContents .download .download-detail .product {
    position: static !important;
  }
}