/** Fonts **/
@font-face {
  font-family: "OPPOSans-Ver2-Bold";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2)
      format("woff2"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff)
      format("woff"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-Ver2-Medium";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2)
      format("woff2"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff)
      format("woff"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-Ver2-Regular";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2)
      format("woff2"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff)
      format("woff"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf)
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-Bold";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.woff2)
      format("woff2"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.woff)
      format("woff"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.ttf)
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-Medium";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.woff2)
      format("woff2"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.woff)
      format("woff"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.ttf)
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-Regular";
  src: url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.woff2)
      format("woff2"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.woff)
      format("woff"),
    url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.ttf)
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: "OPPOSans-Ver2-Regular", Helvetica, Arial, sans-serif, system-ui;
}
.cta-btn {
  background: #ebebeb;
  border-radius: 36px;
  padding: 0 20px;
  min-width: 144px;
  color: rgba(0, 0, 0, 0.95);
  font-family: "OPPOSans-Ver2-Medium";
  font-variation-settings: "wght" 750;
  transition: all 0.24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  padding: 12px 32px;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center;
}
.cta-btn:hover,
.cta-btn:focus {
  transition: all 0.24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  background: rgba(0, 0, 0, 0.04);
}
.cta-btn-2 {
  display: inline-block !important;
  background: #fff;
  border-radius: 36px;
  padding: 0 20px;
  min-width: 144px;
  color: rgba(0, 0, 0, 0.95);
  font-family: "OPPOSans-Ver2-Medium";
  font-variation-settings: "wght" 750;
  transition: all 0.24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  padding: 12px 32px;
  text-decoration: none !important;
  border: 1px solid #000;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center;
}
.cta-btn-2:hover,
.cta-btn-2:focus {
  transition: all 0.24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  background: rgba(0, 0, 0, 0.04);
  color: inherit;
}
.pt-24 {
  padding-top: 24px !important;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.img-ab {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OPPOSans-Ver2-Regular";
  font-weight: 500;
  margin-bottom: 24px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
.pos-rel {
  position: relative;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.oppo-nx-bg-dark {
  background: #121212;
}
.video-section {
  padding-bottom: 100px;
  padding-top: 30px;
  border: 1px solid transparent;
}
.video-section .c-container {
  width: 70%;
  margin: 0 auto;
}
.gap-12 {
  gap: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.mt-3 {
  margin-top: 30px !important;
}
.gap-24 {
  gap: 24px;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.c-container,
.c-container-sm {
  max-width: 95%;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.text-center {
  text-align: center;
}
.img-fluid {
  display: block;
  max-width: 100%;
}

.text-title-block-3 .section-title {
  font-family: "OPPOSans-Ver2-Bold";
  font-size: 36px;
  margin-bottom: 2vw;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px !important;
  padding-top: 30px !important;
}
.text-title-block-3 p {
  font-family: "OPPOSans-Ver2-Regular";
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0px !important;
  padding-bottom: 12px !important;
}
.text-title-block-3 img {
  margin-top: 2.1vw;
  margin-bottom: 2.1vw;
}
.row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 30px;
  width: 100%;
  justify-items: center;
}
.row-grid .col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.two-column-layout .col .img-wrapper {
  height: 381px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.two-column-layout .col .cta-btn {
  margin: 0 auto;
  display: inline-block;
  min-width: auto;
}
.two-column-layout.no-pt {
  padding-top: 0px;
}
.blog-section h3 {
  margin-bottom: 6px;
}
.blog-section .title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.blog-section p {
  font-family: "OPPOSans-Ver2-Regular";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 6px 0px;
  margin: 0;
}
.blog-section .cta-link {
  text-decoration: underline;
  font-size: 18px;
  color: #000;
}
.blog-section .date {
  font-size: 16px;
  font-weight: bold;
}
.two-column-layout .col .cta-btn:hover {
  background: #ebebeb;
  color: #000;
  opacity: 0.9;
}
.two-column-layout .section-title {
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.blog-section.two-column-layout .col .img-wrapper {
  height: 380px;
}

@media screen and (min-width: 1920px){
  .two-column-layout .col .img-wrapper {
    height: 830px;
  }
  .blog-section.two-column-layout .col .img-wrapper {
    height: 680px;
  }

}
@media screen and (max-width: 1024px) {
  .video-section .embed-responsive {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .row-grid{
    display: grid;
    grid-template-columns: auto !important;
    gap: 0px 30px;
    width: 100%;
    justify-items: center;
  }
  .row-grid .col {
    margin-bottom: 40px;
  }
  .video-section .c-container {
    width: 100%;
    margin: 0 auto;
  }
  .video-section .embed-responsive {
    max-width: 100%;
    margin: 0 auto;
  }
  .text-title-block-3 .section-title {
    margin-top: 0px !important;
    margin-bottom: 0px;
    font-family: "OPPOSans-Ver2-Bold";
    font-size: 19px;
    margin-bottom: 2vw;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    margin: 0 !important;
  }
  .video-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .text-title-block-3 p {
    font-family: "OPPOSans-Ver2-Regular";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 12px !important;
    margin: 0px !important;
  }
  .two-column-layout .section-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
  }
  .video-section {
    padding-bottom: 30px !important;
  }
  .blog-section.two-column-layout .col .img-wrapper {
    height: 360px;
  }
}
