:root {
  --body-text-default-color: #0C1215;
  --link-color: #0170AC;
  --secondary-text-color-orange: #DE5B35;
  --secondary-bg-color-yellow: #FBC188;
  --primary-font-fmaily: "Trade Gothic LT Std Regular", Arial, sans serif;
  --primary-font-family-bold: "Trade Gothic LT Std Bold", Arial, sans serif;
}

body {
  font-family: var(--primary-font-fmaily);
  font-weight: 400;
  color: var(--body-text-default-color);
  background-color: #FFF;
}

a {
  color: #2BAAE1;
}

img {
  max-width: 100%;
}

p {
  color: var(--body-text-default-color);
  font-family: var(--primary-font-fmaily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
}

.home-nav {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 0;
}

.btn-home {
  background: #FFF;
  color: #FFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #BEC8CD;
}

.btn-home svg {
  width: 24px;
  height: 24px;
}

.btn-home svg>path {
  fill: #303D43;
}

.btn-home:hover {
  color: #FFF;
}

.home-nav-padding {
  padding: 15px 0;
  width: 140px;
  max-width: 100%;
  text-align: right;
}

.home-nav-padding img {
  margin-top: 4px;
}

.home-nav-padding svg {
  width: 90px;
  height: 34px;
}


nav .gn-logo {
  width: 140px;
}

.nav-bar {
  padding: 15px 0;
}

.nav-bar .hk-logo {
  width: 80px;
}



.bg-black {
  background-color: #000;
}
.main-menu {
 padding: 0;
}


.animated-dropdown {
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: block !important;
  pointer-events: none;
}

/* Animate in on open */
.show.animated-dropdown {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}

.main-menu .nav-link {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 2rem 6.5px 2rem;
}
.main-menu .highlight {
  background-color: #A2087F;
}
.main-menu .sp-text {
  text-transform: none;
  font-size: 12px;
}


.menu-label {
  font-weight: 500;
  font-size: 1rem;
}
.navbar-toggler {
  border: none;
  padding: 2px 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}





.btn-scroll {
  box-shadow: 0px 20px 32px 0px rgba(17, 17, 17, 0.08);
  border-radius: 100px;
  border: 1px solid #FFF;
  color: white;
  font-size: 12px;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  line-height: normal;
}

.btn-scroll:hover {
  color: white;
}


.btn-back {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: auto;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-back:hover {
  color: #000;
}

footer {
  color: #FFF;
}

.copy {
  color: #81949E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

.footer-links .nav-link {
  padding-left: 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

footer .divider {
  display: flex;
  width: 100%;
  height: 0px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #303D43;
  margin: 24px 0;
}

.spnsored-text {
  font-size: 12px;
  font-weight: 400;
}


@media (min-width: 765px) {
  /* Tablet */

  .spnsored-text {
    line-height: 24px;
  }

  .btn-home {
    background-color: #303D43;
    border-right: none;
  }

  .btn-home svg {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 8px;
  }

  .btn-home svg>path {
    fill: #FFF;
  }
}

 /* Custom full-width dropdown for mobile */
 @media (max-width: 991.98px) {
  .dropdown-menu.full-width {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    border-radius: 0;
    z-index: 1050;
    margin-top: 0;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.3);
    padding: 0;
  }
  .dropdown .dropdown-item {
    padding: 6px 15px;
    max-width: 720px;
    margin: auto;
   
  }
  .dropdown li.active {
    background-color: #A2087F;
  }
  .main-menu .container {
    padding-top: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d3d3d33d;
  }

}

.media-wrapper {
  padding: 48px 0;
  background-color: #2B2482;
}
.media {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.media img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 100%;
}
.media-body {
  background-color: #FFF;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.media .tag {
  color: #A2087F;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.media h5 {
  font-family: 'Montserrat';
  font-style: normal;
  color: #12120D;
  font-weight: 600;
  font-size: 24px;
}
.media > a {
  color: #000;
  max-width: 100%;
}
.media a {
  text-decoration: none;
}
.card-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}


.media {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.media-wrapper .container {
  max-width: 832px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-sponsor-txt {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 8px 0;
}


@media (min-width: 600px) {

  .media {
      flex-direction: row;
  }
  .media-body {
      border-radius: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 0 30px;
  }
  .media img {
      border-radius: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
  }
  .media > a {
    max-width: 400px;
    width: 88%;
  }
}




@media (min-width: 992px) {
  .spnsored-text {
    text-align: right;
  }

  .home-nav-padding svg {
    width: 140px;
    height: 52px;
  }

  .home-nav-padding img {
    margin-top: 0;
  }

  p {
    font-size: 20px;
  }

  .nav-bar {
    padding: 36px;
  }

  .nav-bar .gn-logo {
    width: 210px;
  }

  .nav-bar .hk-logo {
    width: 195px;
  }

  .home-nav {
    padding: 0 36px;
  }

  .author-wrapper {
    padding: 48px 0;
  }

  .stats .border-right-g-0 {
    border-right: 1px solid #000;
  }

  .stats .border-sm-bottom {
    border-bottom: none;
  }

  .content-wrapper {
    max-width: 1110px;
  }

  .text-overlap {
    padding: 50px;
    box-shadow: 0px 0px 10px rgba(43, 36, 131, 0.3);
  }

  .media-wrapper {
    padding: 100px 0;
  }

  .card-heading {
    font-size: 36px;
    line-height: 40px;
  }




}









.partner-link {
  margin-left: auto;
  display: none;
}

.partner-link a {
  font-size: 12px;
  padding: 0 12px;
  color: white;
}

.arrow-down {
  position: absolute;
  left: calc(50% - 45px);
  bottom: 30%;
  text-decoration: none;
  z-index: 100;
}

.intro-text {
  transform: translateY(50px);
}

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

@media (min-width: 992px) {
  .partner-link {
    display: block;
  }

  .page-1.jarallax {
    height: calc(100vh - 45px);
  }

  .intro-text {
    transform: translateY(50px);
  }

  .banner-height {
    min-height: 600px;
  }

  .fin-banner-height {
    min-height: 658px;
  }

  .arrow-down {
    bottom: 10%;
  }
}

#navbarNav {
  z-index: 1001;
}

.menu-bar {
  position: absolute;
  width: 100%;
}

.menu-bar .navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-dark {
  background-color: #000;
}

.main-nav .nav-link {
  background: rgba(10, 12, 13, 0.15);
  padding: 8px 30px;
  min-width: 120px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.main-nav .nav-link.active {
  background-color: #A2087F;
}

.main-nav .nav-link:hover {
  color: white;
}

@media (max-width: 992px) {

  .p-md-0 {
    padding: 0 !important;
  }

  .menu-bar .navbar {
    background-color: #0A0C0D;
    color: white;
  }

  .menu-bar .navbar-toggler:focus {
    box-shadow: none;
  }

  .main-nav {
    flex-direction: column;
    background-color: #FFFFFF;
  }

  .main-nav .nav-item .nav-link {
    background: #FFF;
    color: #0A0C0D;
    padding: 15px 12px;
  }

  .main-nav .nav-item:nth-child(2n+1) .nav-link {
    background: #EFF2F3;
  }

  .main-nav .nav-item .nav-link.active {
    background-color: #A2087F;
  }

  .main-nav .nav-item .nav-link:hover {
    color: white;
  }

  .menu-bar .navbar-brand {
    padding-left: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/partner-content/hongkong/images/close.svg);
    height: 16px;
    width: 16px;
  }

  .navbar-dark .collapsed .navbar-toggler-icon {
    background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/partner-content/hongkong/images/menu.svg);
    height: 18px;
    width: 18px;
  }
}


.display-1 {

  padding: 0px 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
}

.display-1 h1 {
  text-align: center;
  text-shadow: 0px 20px 32px rgba(17, 17, 17, 0.08);
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.display-sm {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  color: #FFF;
  font-family: var(--primary-font-fmaily);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

}

.article-author {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: white;
}

.article-author t {
  font-weight: 700;
  font-family: var(--primary-font-family-bold);
}

@media (max-width: 420px) {
  .display-sm br {
    display: none;
  }
}

@media (min-width: 370px) {
  .display-sm t {
    font-size: 18px;
  }
}

@media (min-width: 1199px) and (min-height: 765px) {
  .display-1 h1 {
    font-size: 52px;
    letter-spacing: -2.56px;
    line-height: 90%;
    /* 57.6px */
  }

  .display-sm {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
  }

  .arrow-down {
    bottom: 10%;
  }
}

@media (min-width: 992px) and (min-height: 600px) {
  .arrow-down {
    bottom: 30%;
  }
}

@media (max-width: 990px) and (orientation: landscape) {

  /* Mobile landscape specific styles */
  .arrow-down {
    display: none !important;
  }
}



.share-bar {
  margin: 20px 0;
}

.share-bar .label {
  color: white;
  line-height: 100%;
  align-self: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.share-bar .nav-link {
  margin: 5px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
  border-radius: 100px;
  padding: 3px 2px;
  display: inline-flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text-overlap-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.text-overlap {
  background-color: white;
  padding: 0;
}

.spacer {
  position: absolute;
  background-color: #fff;
  top: -10px;
  height: 10px;
  left: 0;
  right: 0;
}










.hk-logo {
  max-width: 250px;
}

.share-bar-footer {
  margin-top: 32px;
}

.share-bar-footer .nav-link {
  padding-left: 5px;
  padding-right: 5px;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #parallax_container {
    width: 100% !important;
  }
}


#parallax_navbar {
  /* background-color: #fbfdff;
    color: #242222;
    position: fixed; */
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 999;
  box-shadow: 0 2px 8px 0 hsla(0, 0%, 7%, .1);

  background: rgba(251, 253, 255, 0.7);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);


}

#parallax_navbar img {
  height: 25px;
  margin: 8px 16px;
}

#parallax_container {
  width: 61%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#parallax_navbar a {
  text-decoration: none;
  font-size: .9rem;
  color: #525252;
}

#parallax_navbar a:hover {
  color: #0c0c0c;
}

.watch-target {
  position: sticky;
  top: 0;
  z-index: 10;
}

/* Optional styling to visually "release" sticky, but sticky still works */
.watch-target.released {
  opacity: 0.5;
  /* or add a class if you want animation on release */
}

.bottom-sentinel {
  height: 1px;
}

.cell-content.gn-mt-sm-0 {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .cell-content.gn-mt-sm-0 {
    margin-top: 50px;
  }

  .cell-content h3 {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .cell-content,
  .right-col .cell-content {

    padding: 0 90px;
    margin: 100px 0;
  }

  

}

@media (min-width: 1200px) and (min-height: 768px) {
  .display-1 h1 {
    font-size: 80px;
  }
}

@media (min-width: 1400px) {
  .cell-content h3 {
    font-size: 60px;
    margin-bottom: 24px;
  }
}


@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }

}





.image-block {
  overflow: hidden;
  border-radius: 0px 50px 50px 0px;
  box-shadow: -4px -4px 0px 0px #F00;
  margin-right: 15px;
}

.image-wrapper {
  display: flex;
  max-width: 100%;
  background-color: lightgray;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  position: relative;
}

.image-wrapper .label {
  position: relative;
  color: rgba(255, 255, 255);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  width: 1110px;
  padding: 0 15px;
  margin-top: -2px;
}


.image-wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
  
  height: 76px;
  top: 0;
  width: 100%;
}

.image-wrapper.left {
  /* margin: 0 15px 0 0; */
  box-shadow: -4px -4px 0px 0px #F00;
  /* border-radius: 0px 50px 50px 0px; */
}

.image-block.left {
  box-shadow: -4px -4px 0px 0px #F00;
}

.right .image-wrapper {
  text-align: right;
}

.image-block.right {
  margin: 0 0 0 15px;
  box-shadow: 0px -4px 0px 0px #F00;
  border-radius: 50px 0px 0px 50px;

}

.image-caption {
  width: 100%;
  margin: auto 0 0 0;
  background: #1E272B;
  color: #FFF;
  padding: 8px 0px;
  display: flex;
}

.caption-text {
  width: 1110px;
  max-width: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.right .caption-text {
  text-align: right;
}

.image-wrapper.right .caption-text {
  margin: 0 auto 0 0;
  text-align: end;
}

.image-wrapper.right .label {
  margin: 0 auto 0 0;
  text-align: end;
}

.qt-author {
  text-align: center;
}

.qt-author img {
  width: 150px;
  border-radius: 118px;
  box-shadow: 5px 0px 0px 0px #F00;
  margin-bottom: 15px;
}


.qt-author .name,
.qt-author .desig {
  color: #0C1215;
  font-size: 20px;
  text-align: center;
}



.qt-author .desig {
  max-width: 260px;
  margin: auto;
}

.qt-author .name {
  font-family: var(--primary-font-family-bold);
}


.qt-author .desig {
  font-size: 16px;
}

.qt-author .name {
  font-size: 17px;
}

blockquote {
  color: #0C1215;
  font-family: "Roboto Serif";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -.5px;
}

blockquote.qt-sp {
  letter-spacing: -1px;
}

blockquote::before {
  content: "\201C";
  margin-right: 2px;
}

blockquote::after {
  content: "\201D";
  margin-left: 2px;

}

blockquote::before,
blockquote::after {
  color: #F00;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
}

.section-block {
  margin: 50px 0;
}

.page-1.jarallax {
  height: 100vh;
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
}

.page-1 .gradient {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 60%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.45) 13%, rgba(255, 0, 0, 0.00) 100%);
}

.content-wrapper {
  padding: 30px 0 0 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}

.content-wrapper p:last-child {
  margin-bottom: 0;
}

.section-block {
  margin: 24px 0 50px 0;
}

.stats {
  background-color: #1E272B;
  max-width: 1200px;
  margin: auto 15px;
  border-radius: 50px;
  overflow: hidden;
  padding: 0;

}

.stats-item {
  padding: 32px 16px;
}

.stats-item:first-child {
  padding-top: 40px;
}

.stats-item>div {
  border-left: 2px solid #F00;
  padding: 0 16px;
}



.stats-title {
  text-align: justify;
  font-family: var(--primary-font-family-bold);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
}

.stats-desc {
  color: #FFF;
  font-family: var(--primary-font-fmaily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.stats-source {
  padding: 15px;
}

.stats-source div {
  color: var(--Dark-ink-inkSubtle, #9FADB5);
  text-align: center;
  font-family: "Trade Gothic LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 1110px;
  margin: 0 auto;

}

.stats .border-right-g-0 {
  border-right: none;
}

.add-md-py {
  padding-top: 30px;
}

.add-md-pb {
  padding-bottom: 30px;
}

.intro {
  position: relative;
  width: 100%;
  margin: auto;
  /* background: #FFF url(../images/lead-bg-mobile-min.png) center center / cover no-repeat; */
  background: url(../images/lead-bg-min-lqip.jpg) center center / cover no-repeat;
  height: calc(100vh - 46px);
  border-radius: 0px 0px 50px 50px;
}

.intro.loaded {
    background:  url(../images/lead-bg-mobile-min.png) center center / cover no-repeat;
}

.intro .gradient {
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  height: 50%;
  background: radial-gradient(50% 30% at 50% 50%, rgba(255, 0, 0, 0.45) 13%, rgba(255, 0, 0, 0.00) 100%);

}

.intro .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  border-radius: 0px 0px 200px 200px;
  background: url(../images/lead-fg-mobile-min.png) center center / cover no-repeat;

}

.text-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.content-wrapper p {
  text-align: justify;
  margin-bottom: 30px;
}



.stats-source {
  border-top: 1px solid #303D43;
}

@media (min-width: 768px) {
  .caption-text {
   max-width: 720px;
   margin: auto;
  }
 

  .image-wrapper .label {
    font-size: 36px;
    max-width: 720px;
    margin: 0 auto;
  }

  .stats-item>div {
    height: 100%;
  }
}


.border-left.qt-author img {
  box-shadow: -5px 0px 0px 0px #F00;
}


@media (min-width: 992px) {

  .qt-author .name {
    font-size: 22px;
  }
  .qt-author .desig {
    font-size: 20px;
  }
  
  .qt-wrapper {
    display: flex;
    min-height: 300px;
    align-items: flex-start;
  }
  blockquote {
    font-size: 22px;    
  }

  .image-wrapper::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 206px;
  }

  .image-wrapper .label {
    font-size: 56px;
    max-width: 960px;
    margin: -11px  auto 0 auto;
    
  }

  .pl-lg-122 {
    padding-left: 60px;
  }

  .pr-lg-122 {
    padding-right: 60px;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .image-caption {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .caption-text {
    font-size: 16px;
    max-width: 960px;

  }

  .add-md-py {
    padding-top: 0;
  }

  .add-md-pb {
    padding-bottom: 0;
  }
  .qt-author img {
    width: 170px;
  }

}




@media (min-width: 890px) and (max-width:1199px) and (max-height: 768px)  {
  .intro {
    border-radius: 0px 0px 150px 150px;
    background-position: center bottom -40px;
  }
  .intro.loaded {
    background-position: center bottom -40px;
  }
  .intro .mask {
    background-position: center bottom -40px;
  }
  .display-sm {
    font-size: 18px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
  }
  .display-1 h1 {
    font-size: 42px;
  }
  .blockquote {
    line-height: 130%;
    letter-spacing: 0;
  }
}




@media ( min-width: 768px ) {
  .mt-lg-30 {
    margin-top: 30px;
  }
}


@media (min-width: 1199.98px) {
    .pl-lg-122 {
        padding-left: 122px;
      }
    
      .pr-lg-122 {
        padding-right: 122px;
      }

      .qt-wrapper {
        display: flex;
        min-height: 450px;
        align-items: center;
      }

  .intro {
    position: relative;
    width: 100%;
    margin: auto;
    /* background: #FFF url(../images/lead-bg-min.jpeg) center center  / cover no-repeat; */
    background: url(../images/lead-bg-min-lqip.jpg) center center / cover no-repeat;

    /* height: calc(100vh - 46px); */
    height: 110vh;
    border-radius: 0px 0px 150px 150px;
  }

  .intro.loaded {
    background: url(../images/lead-bg-min.jpeg) center center  / cover no-repeat;
  }

  .intro .gradient {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.40) 13%, rgba(255, 0, 0, 0.00) 100%);
  }

  .intro .mask {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    border-radius: 0px 0px 150px 150px;
    background: url(../images/lead-fg-min-resized.png) center center / cover no-repeat;

  }

  .page-1.jarallax {
    border-radius: 0px 0px 200px 200px;
  }

  .content-wrapper {
    padding: 50px 0 0 0;
  }

  .section-block {
    margin: 100px 0;
  }

  .image-block {
    margin: 0 calc((100% - 1110px) / 2) 0 0;
    border-radius: 0 200px 200px 0;
  }


  .image-block.right {
    border-radius: 200px 0 0 200px;
    margin: 0 0 0 calc((100% - 1110px) / 2);
  }

  .image-wrapper .label {
    font-size: 80px;
    padding: 0;
  }

  .left .image-wrapper {
    justify-content: flex-end;
  }

  .left .image-caption {
    justify-content: flex-end;
  }



  .caption-text {
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    max-width: 1110px;
    margin: 0;
    padding-right: 190px;
  }

  .right .caption-text {
    padding-left: 160px;
    padding-right: 0;
  }

  .qt-author img {

    width: 255px;
    border-radius: 200px;

  }

 


  blockquote {
    font-size: 29px;
    letter-spacing: -1px;
  }

  blockquote::before,
  blockquote::after {
    font-size: 30px;
  }

  .stats {
    border-radius: 100px;
    margin: auto;
    padding: 16px 30px;
  }
  .stats-source {
    margin: 0 -30px;
  }


  .stats-title {
    font-size: 32px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
  }

  .stats-item {
    padding: 48px 30px;
  }

  .stats-item:last-child {
    padding-bottom: 48px;
  }

  .stats-item:first-child {
    padding-top: 48px;
  }




  .mb-lg-30 {
    margin-bottom: 30px;
  }
  


}

@media (min-width: 1400px) {
  .intro {
    border-radius: 0px 0px 200px 200px;
  }
}

@media (min-aspect-ratio: 2/1) {
  .intro {
    border-radius: 0px 0px 150px 150px;
    background-position: center bottom -40px;
  }
  .intro.loaded {
    background-position: center bottom -40px;
  }
  .intro .mask {
    background-position: center bottom -40px;
  }
  .display-sm {
    font-size: 18px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }
  .display-1 h1 {
    font-size: 42px;
  }
}

@media (min-width: 1199.98px) and (min-height: 1024px) {
  .intro .mask {
    display: block;
  }
}