.h100vh {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.trans-product-detail-info__tabs-content {
  font-family: "Montserrat";
  font-style: normal;
  color: #000000;
}
.trans-product-detail-info__tabs-content img {
  max-width: 100%;
}
.trans-product-detail__wrapper {
  padding: 20px 2vw;
}
.trans-product-detail__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
}
.trans-product-detail-info__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}
.trans-product-detail-info__description div {
  width: 100%;
}
.trans-product-detail-info__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
.trans-product-detail-info__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}
.trans-product-detail-info__person-name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 10px;
}
.trans-product-detail-info__person-role {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.2);
  margin-top: 8px;
}
.trans-product-detail-info__person {
  margin-top: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
.trans-product-detail-info__line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.trans-product-detail-info__tabs .ant-tabs-tab {
  color: rgba(0, 0, 0, 0.2);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.trans-product-detail-info__tabs .ant-tabs-tab:hover {
  color: #000000 !important;
}
.trans-product-detail-info__tabs .ant-tabs-tab-active {
  color: #000000;
}
.trans-product-detail-info__tabs .ant-tabs-ink-bar {
  background: #000000;
}
@media screen and (max-width: 992px) {
.h100vh {
    height: 35vh !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.trans-product-detail__name {
    font-size: 24px !important;
    line-height: 32px !important;
}
.trans-product-detail-info__title {
    font-size: 24px !important;
    line-height: 32px !important;
}
.trans-product-detail-info__description {
    width: 100%;
    line-height: 24px !important;
    margin-top: 10px;
}
.trans-product-detail-info__person-name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 10px;
}
.trans-product-detail-info__person-role {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.2);
    margin-top: 8px;
}
.trans-product-detail-info__person {
    margin-top: 30px;
    width: 100%;
}
.trans-product-detail-info__line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}
.trans-product-detail-info__tabs .ant-tabs-tab {
    color: rgba(0, 0, 255, 0.2);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.trans-product-detail-info__tabs .ant-tabs-tab:hover {
    color: #000000 !important;
}
.trans-product-detail-info__tabs .ant-tabs-tab-active {
    color: #000000;
}
.trans-product-detail-info__tabs .ant-tabs-ink-bar {
    background: #000000;
}
}
.product-download-button {
  padding: 12px 32px;
  background: #000000;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 0px 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s;
}
.product-download-button:hover {
  color: #1E201D !important;
}
.slide-wrapper {
  position: relative;
  overflow: hidden;
}
.slide-wrapper::after, .slide-wrapper::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.slide-wrapper::after {
  right: -15px;
}
.slide-wrapper::before {
  left: -15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slide-wrapper .slide-prev,
.slide-wrapper .slide-next {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 13px;
  cursor: pointer;
  transform: translate(0, -50%);
  z-index: 2;
}
.slide-wrapper .slide-prev {
  left: 24px;
}
.slide-wrapper .slide-next {
  right: 24px;
}
.slide-wrapper .slick-track .slick-slide > div {
  padding: 0 8px;
}
.slide-wrapper .slide .slide-content {
  width: 100%;
  height: 525px;
}
.slide-wrapper .slide .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 992px) {
.slide-wrapper {
    position: relative;
    overflow: hidden;
}
.slide-wrapper::after, .slide-wrapper::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}
.slide-wrapper::after {
    right: -15px;
}
.slide-wrapper::before {
    left: -15px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slide-wrapper .slide-prev,
.slide-wrapper .slide-next {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 13px;
    cursor: pointer;
    transform: translate(0, -50%);
    z-index: 2;
}
.slide-wrapper .slide-prev {
    left: 24px;
}
.slide-wrapper .slide-next {
    right: 24px;
}
.slide-wrapper .slick-track .slick-slide > div {
    padding: 0 8px;
}
.slide-wrapper .slide .slide-content {
    width: 100%;
    height: 525px;
}
.slide-wrapper .slide .slide-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
}

/* ----------- iPad Pro ----------- */

/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
.h100vh {
    height: 50vh !important;
    -o-object-fit: cover;
       object-fit: cover;
}
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
.h100vh {
    height: 50vh !important;
    -o-object-fit: cover;
       object-fit: cover;
}
}

/* Portrait */
@media only screen and (min-width: 2000px) and (max-height: 2600px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
.h100vh {
    height: 50vh !important;
    -o-object-fit: cover;
       object-fit: cover;
}
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
.h100vh {
    height: 70vh !important;
    -o-object-fit: cover;
       object-fit: cover;
}
}
