.site-content {
  margin: 0 !important;
}

@keyframes loader-animation {
  0% {
    box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #000;
  }
  33% {
    box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #0002;
  }
  66% {
    box-shadow: 20px 0 #0002, -20px 0 #000;
    background: #0002;
  }
  100% {
    box-shadow: 20px 0 #0002, -20px 0 #000;
    background: #000;
  }
}

.nrl_loader {
  position: relative;
}
.nrl_loader:before {
  content: '';
  backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, .2);
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.nrl_loader:after {
  content: '';
  display: block;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: loader-animation 1s infinite linear alternate;
  position: absolute;
  top: min(30vh, 50%);
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.nrl_breadcrumbs-block {
  margin-bottom: 60px;
}
.nrl_breadcrumbs {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nrl_breadcrumbs > a {
  color: #22E243;
  text-transform: uppercase;
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.nrl_breadcrumbs > a:hover {
  color: #000;
}
.nrl_breadcrumbs > span {}

.nrl_hero-block {
  background: #000;
  padding: 270px 0 240px;
}
.nrl_hero {
  max-width: calc(1320px - 3.2rem);
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_hero:after {
  content: '';
  clear: both;
  display: block;
}
.nrl_hero-info-block {
  width: 410px;
  float: left;
}
.nrl_hero-info-container {}
.nrl_hero-info-title {
  color: #22E243;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nrl_hero-info-subtitle {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  max-height: 116px;
  overflow: hidden;
}
.nrl_hero-info-subtitle > span {
  display: block;
}
.nrl_hero-info {
  color: #86868B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
}
.nrl_hero-info-date {
  display: inline-block;
  vertical-align: middle;
}
.nrl_hero-info-category {
  display: inline-block;
  vertical-align: middle;
}
.nrl_hero-info-category:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.nrl_hero-info-description {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
}
.nrl_hero-link-box {
  margin-top: 20px;
}
.nrl_hero-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: #22E243;
  padding: 20px 32px;
  border-radius: 60px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 1;
  transition: .2s all ease-in-out;
}
.nrl_hero-info-container a:hover .nrl_hero-link,
.nrl_hero-link:hover {
  opacity: .6;
}
.nrl_hero-image-box {
  width: calc(100% - 450px);
  float: right;
}
.nrl_hero-image {
  border-radius: 26px;
  border: 1px solid #727272;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  vertical-align: top;
  height: auto;
}
.nrl_hero-mlink-box {
  display: none;
}
.nrl_hero-mlink {}

.nrl_list-block {
  padding: 100px 0;
}
.nrl_list-container {
  max-width: calc(1320px - 3.2rem);
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_list-box {}
.nrl_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nrl_list-item,
.nrl_list-item > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.nrl_list-item {
  border-bottom: 1px solid #86868B;
  padding: 40px 0;
}
.nrl_list-item:last-child {
  border: none;
}
.nrl_list-item-image-box {
  width: 410px;
}
.nrl_list-item-mimage-box {
  display: none;
}
.nrl_list-item-image {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  vertical-align: top;
  height: auto;
}
.nrl_list-item-container {
  flex: 1;
  padding-left: 46px;
}
.nrl_list-item-info {
  color: #86868B;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.nrl_list-item-date {
  display: inline-block;
  vertical-align: middle;
}
.nrl_list-item-category {
  display: inline-block;
  vertical-align: middle;
}
.nrl_list-item-category:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.nrl_list-item-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
}
.nrl_list-item-description {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 10px;
}
.nrl_list-item-link-box {
  margin-top: 10px;
}
.nrl_list-item-link {
  color: #22E243;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.nrl_list-item > a:hover .nrl_list-item-link,
.nrl_list-item-link:hover {
  color: #000;
}
.nrl_list-title-box {
  margin-bottom: 10px;
}
.nrl_list-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.nrl_list-more-box {
  margin-top: 20px;
  text-align: center;
}
.nrl_list-more {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: #22E243;
  padding: 20px 32px;
  border-radius: 60px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 1;
  transition: .2s all ease-in-out;
}
.nrl_list-more:hover {
  opacity: .6;
}

.nrl_pinned-block {
  background: #000;
  padding: 120px 0 110px;
}
.nrl_pinned {
  max-width: calc(1320px - 3.2rem);
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_pinned-header {
  margin-bottom: 60px;
}
.nrl_pinned-header:after {
  content: '';
  clear: both;
  display: block;
}
.nrl_pinned-title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  width: 410px;
  float: left;
  margin-bottom: 20px;
}
.nrl_pinned-image-box {
  width: calc(100% - 450px);
  float: right;
}
.nrl_pinned-image {
  border-radius: 26px;
  border: 1px solid #727272;
  width: 100%;
  vertical-align: top;
  height: auto;
}
.nrl_pinned-info-container {
  width: 410px;
  float: left;
}
.nrl_pinned-info {
  color: #86868B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.nrl_pinned-info-date {
  display: inline-block;
  vertical-align: middle;
}
.nrl_pinned-info-category {
  display: inline-block;
  vertical-align: middle;
}
.nrl_pinned-info-category:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.nrl_pinned-info-htitle {
  color: #FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
}
.nrl_pinned-info-description {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 10px;
}
.nrl_pinned-link-box {
  margin-top: 10px;
}
.nrl_pinned-link {
  color: #22E243;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.nrl_pinned-info-container a:hover .nrl_pinned-link,
.nrl_pinned-link:hover {
  color: #FFF;
}
.nrl_pinned-list-box {}
.nrl_pinned-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px 20px;
}
.nrl_pinned-item {
  width: calc(33.3333% - 20px);
}
.nrl_pinned-item:first-child {
  display: none;
}
.nrl_pinned-item-image-box {
  margin-bottom: 20px;
}
.nrl_pinned-item-image {
  border-radius: 10px;
  border: 1px solid #727272;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  vertical-align: top;
  height: auto;
}
.nrl_pinned-item-container {}
.nrl_pinned-item-info {
  color: #86868B;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.nrl_pinned-item-date {
  display: inline-block;
  vertical-align: middle;
}
.nrl_pinned-item-category {
  display: inline-block;
  vertical-align: middle;
}
.nrl_pinned-item-category:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.nrl_pinned-item-title {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
}
.nrl_pinned-item-description {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 10px;
}
.nrl_pinned-item-link-box {
  margin-top: 10px;
}
.nrl_pinned-item-link {
  color: #22E243;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.nrl_pinned-item a:hover .nrl_pinned-item-link,
.nrl_pinned-item-link:hover {
  color: #FFF;
}

.nrl_press_enquiries-block {
  padding: 140px 0;
}
.nrl_press_enquiries {
  max-width: calc(1320px - 3.2rem);
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_press_enquiries-box {
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.90) -4.93%, #000 93.76%);
  border-radius: 16px;
  position: relative;
}
.nrl_press_enquiries-tail-box {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  background: #FFF;
  border-radius: 22px;
  position: absolute;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2);
  left: 50%;
  transform: translate(-50%, -50%);
}
.nrl_press_enquiries-tail {
  vertical-align: middle;
  width: 66%;
}
.nrl_press_enquiries-info-box {
  padding: 110px 60px 60px;
  text-align: center;
}
.nrl_press_enquiries-title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.nrl_press_enquiries-info,
.nrl_press_enquiries-info p {
  font-size: 24px;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  max-width: 520px;
  margin: 0 auto;
}
.nrl_press_enquiries-info a {
  color: #22E243;
  font-weight: 700;
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.nrl_press_enquiries-info a:hover {
  color: #FFF;
}

.nrl_single-header-block {
  padding: 270px 0 60px;
}
.nrl_single-header {
  max-width: calc(1320px - 3.2rem);
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_single-title-box {}
.nrl_single-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.nrl_single-info {
  color: #86868B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
}
.nrl_single-date {
  display: inline-block;
  vertical-align: middle;
}
.nrl_single-category {
  display: inline-block;
  vertical-align: middle;
}
.nrl_single-category:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.nrl_single-image-box {
  margin-top: 60px;
}
.nrl_single-image {
  vertical-align: top;
  width: 100%;
  border-radius: 40px;
  height: auto;
}
.nrl_single-content-block {}
.nrl_single-content {
  max-width: 860px;
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.nrl_single-content b,
.nrl_single-content strong {
  font-weight: bolder;
}

.nrl_archive-block {
  padding: 270px 0 0;
}
.nrl_archive {
  max-width: calc(1320px - 3.2rem);
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_archive-header {margin-bottom: 30px;}
.nrl_archive-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.nrl_archive-title-box {}
.nrl_archive-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.nrl_archive-search-box {}
.nrl_archive-search-box .nrl_archive-years {
  display: none;
}
.nrl_archive-search {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  background: #F2F1ED;
  border: 2px solid #86868B;
  padding: 0 38px;
  height: 49px;
  border-radius: 30px;
}
.nrl_archive-filters {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.nrl_archive-years-box {}
.nrl_archive-years {
  appearance: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border: 2px solid #000000;
  display: inline-block;
  line-height: 19px;
  padding: 15px 40px;
  border-radius: 30px;
  cursor: pointer;
  background: #F2F1ED url(images/chevron.svg) no-repeat;
  background-size: 15px;
  background-position: calc(100% - 13px);
}
.nrl_archive-years::-ms-expand {
  display: none;
}
.nrl_archive-category-box {}
.nrl_archive-category {
  color: #86868B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  background: #F6F6F6;
  border: 2px solid #F6F6F6;
  display: inline-block;
  line-height: 19px;
  padding: 15px 40px;
  cursor: pointer;
  border-radius: 30px;
  transition: .2s all ease-in-out;
}
.nrl_archive-category:hover,
.nrl_archive-category.active {
  color: #000;
  background: #22E243;
  border: 2px solid #22E243;
}
.nrl_archive-list-box {
    max-width: 860px;
    padding: 0 60px;
    box-sizing: content-box;
    margin: 0 auto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.nrl_archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nrl_archive-item {
  padding: 55px 0;
  border-bottom: 1px solid #86868B;
}
.nrl_archive-item:last-child {
  border-bottom: none;
}
.nrl_archive-item-info {
  color: #86868B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.nrl_archive-item-date {
  display: inline-block;
  vertical-align: middle;
}
.nrl_archive-item-category {
  display: inline-block;
  vertical-align: middle;
}
.nrl_archive-item-category:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.nrl_archive-item-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
}
.nrl_archive-item-description {
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  /* line-height: 32px; */
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 1.6rem;
  @media only screen and (min-width: 768px) {
      font-size: 1.8rem;
      margin-bottom: 1.6rem;
  }
}
.nrl_archive-item-link-box {
  margin-top: 10px;
}
.nrl_archive-item-link {
  color: #22E243;
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
  transition: .2s all ease-in-out;
  font-size: 1.6rem;
  line-height: 140%;

  @media only screen and (min-width: 768px) {
    font-size: 1.8rem;
  }
}
.nrl_archive-item a:hover .nrl_archive-item-link,
.nrl_archive-item-link:hover {
  color: #000;
}

.nrl_archive-pagination-box {
  padding: 20px 0;
}
.nrl_archive-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.nrl_archive-pagination > li {
  font-weight: 600;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.nrl_archive-pagination > li > a {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: .2s all ease-in-out;
}
.nrl_archive-pagination > li > a:hover {
  color: #22E243;
}
.nrl_archive-pagination > li > a.active {
  color: #22E243;
}
.nrl_archive-pagination-prev {
  background: url(images/arrow.svg) no-repeat center;
  background-size: 10px;
  transform: rotate(180deg);
}
.nrl_archive-pagination-next {
  background: url(images/arrow.svg) no-repeat center;
  background-size: 10px;
}
.nrl_archive-pagination-prev:hover,
.nrl_archive-pagination-next:hover {
  background-image: url(images/arrow-hover.svg);
}

.nrl_share-block {
  padding-top: 70px;
}
.nrl_share {
  max-width: 860px;
  padding: 0 60px;
  box-sizing: content-box;
  margin: 0 auto;
}
.nrl_share-title-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.nrl_share-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}
.nrl_share-buttons {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  vertical-align: middle;
}
.nrl_share-download {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background: #22E243 url(images/download.svg) no-repeat center;
  opacity: 1;
  background-size: 60%;
  transition: .2s all ease-in-out;
}
.nrl_share-download:hover {
  opacity: .7;
  background-color: #000 !important;
}
.nrl_share-buttons .addtoany_list {
  display: flex;
  gap: 24px;
}
.nrl_share-buttons .addtoany_shortcode {}
.nrl_share-buttons .addtoany_shortcode a {
  vertical-align: top;
  width: 54px;
  height: 54px;
  padding: 0;
}
.nrl_share-buttons .addtoany_shortcode a .a2a_svg {
  width: 54px !important;
  height: 54px !important;
  line-height: 54px !important;
  border-radius: 50% !important;
  background-color: #22E243 !important;
  transition: .2s all ease-in-out;
}
.nrl_share-buttons .addtoany_shortcode a:hover .a2a_svg {
  background-color: #000 !important;
}
.nrl_share-buttons .addtoany_shortcode a svg {
  width: 60%;
  height: 100%;
  vertical-align: middle;
}

.wpml-ls-sub-menu .menu-item__active-lang span:after {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(187deg) brightness(106%) contrast(106%);
}
.app-store-list__single-store a .single-store__img img {
  filter: invert(100%);
}
#top span:last-child {
  filter: invert(100%);
}
#top:hover span:last-child {
  filter: inherit;
}

@media (min-width: 1100px) and (max-width: 1910px) {
  main {
    zoom: .8;
  }
}

@media (max-width: 1000px) {
  .nrl_hero-info-block {
    width: 300px;
  }
  .nrl_hero-image-box {
    width: calc(100% - 320px);
  }
}

@media (max-width: 767px) {
  .nrl_breadcrumbs-block {
    margin-bottom: 24px;
    position: relative;
  }
  .nrl_breadcrumbs-block:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: linear-gradient(90deg, rgba(242, 241, 237, 0) 0%, rgba(242, 241, 237, 1) 50%);
  }
  .nrl_breadcrumbs {
    font-size: 12px;
    white-space: nowrap;
    display: block;
    padding: 10px 40px 10px 0;
    overflow: auto;
  }
  .nrl_breadcrumbs > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nrl_breadcrumbs > span {
    padding-left: 10px;
  }

  .nrl_hero-block {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .nrl_hero {
    padding: 0 24px;
  }
  .nrl_hero-info-block {
    width: auto;
    float: none;
  }
  .nrl_hero-info-container {}
  .nrl_hero-info-title {
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .nrl_hero-info-subtitle {
    font-size: 32px;
    line-height: 38px;
    max-height: 76px;
  }
  .nrl_hero-info {}
  .nrl_hero-info-date {}
  .nrl_hero-info-category {}
  .nrl_hero-info-description {
    margin-top: 12px;
    font-size: 18px;
    line-height: 26px;
  }
  .nrl_hero-link-box {
    display: none;
  }
  .nrl_hero-link {}
  .nrl_hero-image-box {
    width: auto;
    float: none;
    margin-top: 12px;
  }
  .nrl_hero-image {
    border-radius: 10px;
  }
  .nrl_hero-mlink-box {
    display: block;
    margin-top: 12px;
  }
  .nrl_hero-mlink {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    background: #22E243;
    padding: 14px 18px;
    border-radius: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
  }

  .nrl_list-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nrl_list-container {
    padding: 0 24px;
  }
  .nrl_list-box {}
  .nrl_list {}
  .nrl_list-item {}
  .nrl_list-item-image-box {
    display: none;
  }
  .nrl_list-item-mimage-box {
    display: block;
  }
  .nrl_list-item-image {}
  .nrl_list-item-container {
    padding: 0;
  }
  .nrl_list-item-info {}
  .nrl_list-item-date {}
  .nrl_list-item-category {}
  .nrl_list-item-title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 12px;
  }
  .nrl_list-item-description {}
  .nrl_list-item-link-box {}
  .nrl_list-item-link {
    font-size: 16px;
  }
  .nrl_list-title-box {
    margin-bottom: 0;
  }
  .nrl_list-title {
    font-size: 36px;
    line-height: 43px;
  }
  .nrl_list-more-box {}
  .nrl_list-more {
    font-size: 10px;
    padding: 14px 18px;
  }

  .nrl_pinned-block {
    padding: 40px 0;
  }
  .nrl_pinned {
    padding: 0 24px;
  }
  .nrl_pinned-header {
    margin-bottom: 30px;
  }
  .nrl_pinned-title {
    width: auto;
    float: none;
    font-size: 36px;
    line-height: 43px;
    margin: 0;
  }
  .nrl_pinned-image-box {
    display: none;
  }
  .nrl_pinned-image {}
  .nrl_pinned-info-container {
    display: none;
  }
  .nrl_pinned-info {}
  .nrl_pinned-info-date {}
  .nrl_pinned-info-category {}
  .nrl_pinned-info-htitle {}
  .nrl_pinned-info-description {}
  .nrl_pinned-link-box {}
  .nrl_pinned-link {}
  .nrl_pinned-list-box {
    overflow: hidden;
    margin: 0 -24px;
    padding: 0 24px;
  }
  .nrl_pinned-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .nrl_pinned-list:after {
    content: '';
    display: block;
    height: 1px;
    width: 1px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1px;
    margin-left: -1px;
  }
  .nrl_pinned-item {
    display: block !important;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
  .nrl_pinned-item-image-box {}
  .nrl_pinned-item-image {}
  .nrl_pinned-item-container {}
  .nrl_pinned-item-info {
    font-size: 12px;
  }
  .nrl_pinned-item-date {}
  .nrl_pinned-item-category {}
  .nrl_pinned-item-title {
    font-size: 36px;
    line-height: 43px;
  }
  .nrl_pinned-item-description {}
  .nrl_pinned-item-link-box {}
  .nrl_pinned-item-link {
    font-size: 16px;
  }

  .nrl_press_enquiries-block {
    padding: 120px 0 60px;
  }
  .nrl_press_enquiries {
    padding: 0 24px;
  }
  .nrl_press_enquiries-box {}
  .nrl_press_enquiries-tail-box {}
  .nrl_press_enquiries-tail {}
  .nrl_press_enquiries-info-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
  .nrl_press_enquiries-title {
    font-size: 32px;
  }
  .nrl_press_enquiries-info {}

  .nrl_single-header-block {
    padding-bottom: 24px;
    padding-top: 160px;
  }
  .nrl_single-header {
    padding: 0 24px;
  }
  .nrl_single-title-box {}
  .nrl_single-title {
    font-size: 36px;
    line-height: 43px;
  }
  .nrl_single-info {
    font-size: 12px;
  }
  .nrl_single-date {}
  .nrl_single-category {}
  .nrl_single-image-box {
    margin-top: 24px;
  }
  .nrl_single-image {
    border-radius: 10px;
  }
  .nrl_single-content-block {}
  .nrl_single-content {
    padding: 0 24px;
  }
  .nrl_single-content .addtoany_content {
    display: none !important;
  }

  .nrl_archive-block {
    padding-top: 160px;
  }
  .nrl_archive {
    padding: 0 24px;
  }
  .nrl_archive-header {
    position: relative;
  }
  .nrl_archive-header:after {
    content: '';
    position: absolute;
    height: 60px;
    bottom: 0;
    right: 0;
    width: 40px;
    background: linear-gradient(90deg, rgba(242, 241, 237, 0) 0%, rgba(242, 241, 237, 1) 50%);
  }
  .nrl_archive-title-block {
    display: block;
  }
  .nrl_archive-title-box {
    margin-bottom: 24px;
  }
  .nrl_archive-title {
    font-size: 36px;
    line-height: 43px;
  }
  .nrl_archive-search-box {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .nrl_archive-search {
    flex: 1;
    width: auto;
    min-width: auto;
  }
  .nrl_archive-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-right: 40px;
    margin-top: 24px;
  }
  .nrl_archive-years-box {
    display: none;
  }
  .nrl_archive-years {
    width: 140px;
    font-size: 14px;
    padding: 12px 10px;
    text-align: center;
  }
  .nrl_archive-search-box .nrl_archive-years {
    display: block;
  }
  .nrl_archive-category-box {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .nrl_archive-category {}
  .nrl_archive-list-box {}
  .nrl_archive-list {}
  .nrl_archive-item {
    padding: 24px 0;
  }
  .nrl_archive-item-info {
    font-size: 12px;
  }
  .nrl_archive-item-date {}
  .nrl_archive-item-category {}
  .nrl_archive-item-title {
    font-size: 36px;
    line-height: 43px;
  }
  .nrl_archive-item-description {}
  .nrl_archive-item-link-box {}
  .nrl_archive-item-link {
    font-size: 16px;
  }

  .nrl_archive-pagination-box {}
  .nrl_archive-pagination {
    gap: 5px;
  }
  .nrl_archive-pagination-prev {}
  .nrl_archive-pagination-next {}

  .nrl_share-block {
    padding-top: 50px;
  }
  .nrl_share {
    padding: 0 24px;
  }
  .nrl_share-title-box {
    display: block;
    margin: 0 0 24px;
  }
  .nrl_share-title {
    font-size: 24px;
    line-height: 39px;
  }
  .nrl_share-buttons {
    gap: 20px;
  }
  .nrl_share-buttons .addtoany_list {
    gap: 20px;
  }
}