.cl-bg-white {
  background-color: #fff;
}

.cl-bg-light2 {
  background-color: #ededed;
}

.cl-bg-blue {
  background-color: #0514C2;
}

.cl-btn-yellow {
  background-color: #FFCD00;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: 'Loew';
  border: none;
  padding-top: .5rem;
  padding-bottom: .7rem;
}

.cl-btn-yellow:hover {
  background-color: #ffb400;
}

.cl-btn-blue {
  background-color: #0514C2;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5px;
  padding-bottom: 7px;
  font-family: 'Loew';
  border: none;
  outline: none !important;
}

.cl-btn-blue:hover {
  background-color: #0514C2;
  color: #fff;
}

.cl-section {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .cl-section {
    padding: 3rem 0;
  }
}

.cl-section--p-0 {
  padding: 0;
}

.cl-section--pb-0 {
  padding-bottom: 0;
}

.cl-section--pt-0 {
  padding-top: 0;
}

.cl-section__title {
  font-family: 'Loew';
  font-size: 3.5rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .cl-section__title {
    font-size: 2.5rem;
  }
  .cl-section__title br {
    display: none;
  }
}

.cl-section__title--white {
  color: #fff;
}

.cl-section__title--black {
  color: #000;
}

.cl-section__title--blue {
  color: #0514C2;
}

@media (max-width: 767px) {
  .cl-section__title--blue.display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .cl-section__title--blue.display-4 {
    font-size: 1.5rem;
  }
}

.cl-section__title--yellow {
  color: #FFCD00;
}

.cl-section__title span {
  font-weight: 500;
}

.cl-section__title-sm {
  font-size: 2rem;
  font-weight: 900;
  color: #0514C2;
}

@media (max-width: 767px) {
  .cl-section__title-sm {
    font-size: 1.2rem;
  }
  .cl-section__title-sm br {
    display: none;
  }
}

.banner.banner-short .content-slider h1,
.banner.banner-short .content-slider h2 {
  padding-top: 0 !important;
}

.banner.banner-short .content-slider h1 {
  position: relative;
}

.banner.banner-short .content-slider h1:after {
  left: 3px;
  top: -20px;
  width: 80px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../assets/img/family-business/h1-dots.svg");
  position: absolute;
  content: '';
}

.banner.banner--mena {
  cursor: grabbing !important;
}

.banner.banner--mena .title-slider h2 {
  margin: 30px 0 30px;
  font-size: 80px;
  opacity: 0 !important;
}

@media (max-width: 1280px) {
  .banner.banner--mena .title-slider h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .banner.banner--mena .title-slider h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .banner.banner--mena .title-slider h2 {
    font-size: 40px;
    white-space: normal;
    max-width: 100vw;
  }
}

.banner.banner--mena .title-slider h2.slick-current {
  opacity: 1 !important;
}

.banner.banner--mena .cta-slider--description {
  max-width: 70%;
  margin: auto auto 30px;
}

.banner.banner--mena .cta-slider--description p {
  font-size: 20px;
  line-height: 30px;
}

.banner.banner--mena .banner-bg:after {
  background-color: rgba(0, 0, 0, 0);
}

.banner.banner--mena .cl-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
}

.slider-dots-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.slider-dots-box .slick-dots {
  display: flex !important;
  margin: 1.5rem 0 0;
}

.slider-dots-box .slick-dots li button {
  background-color: #CECECE;
  width: 15px;
  height: 15px;
}

.slider-dots-box .slick-dots li.slick-active button {
  background-color: #0514C2;
}

.slider-dots-box .slick-dots li.slick-active button:active, .slider-dots-box .slick-dots li.slick-active button:focus {
  outline: none;
}

.slider-nav-box {
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 120px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.slider-nav-box .slick-disabled {
  opacity: .3;
  cursor: default;
}

.cl-lawupdates {
  font-family: 'Loew';
}

@media (max-width: 1400px) {
  .cl-lawupdates .container {
    max-width: 1200px;
    width: 100%;
  }
}

.cl-lawupdates p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  font-family: 'Loew' !important;
  margin: 0 0 1.5rem;
}

.cl-lawupdates p:last-child {
  margin: 0;
}

@media (max-width: 576px) {
  .cl-lawupdates p {
    font-size: 14px;
    line-height: 18px;
  }
}

.cl-lawupdates h5 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media (max-width: 576px) {
  .cl-lawupdates h5 {
    font-size: 1.1rem;
    line-height: 24px;
  }
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein--2 {
  transition: all 2.5s;
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

html:not(.show-chatbox) iframe[data-product=web_widget] ~ div.fancybox-is-open {
  opacity: 1;
  pointer-events: all;
}

.cl-top-slider {
  position: relative;
  min-width: 150px;
  overflow: hidden;
  transition: 0.3s;
}

.cl-top-slider .swiper-button-next,
.cl-top-slider .swiper-button-prev {
  width: 20px;
  background-size: 20px 35px;
  top: 56% !important;
}

.cl-top-slider .swiper-button-next {
  background-image: url(../assets/img/lawupdates/arrow-right.svg);
}

.cl-top-slider .swiper-button-prev {
  background-image: url(../assets/img/lawupdates/arrow-left.svg);
}

.cl-top-slider .slick-dots {
  margin-top: 30px;
  margin-bottom: 0;
}

.cl-top-slider .slick-dots li {
  margin: 0 5px;
}

.cl-top-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #CECECE;
}

.cl-top-slider .slick-dots li button:focus {
  outline: none;
}

.cl-top-slider .slick-dots li.slick-active button {
  background-color: #0514C2;
  border-color: #0514C2;
}

.cl-top-slider .slick-track {
  display: flex !important;
}

.cl-top-slider .slick-slide {
  height: inherit !important;
}

.cl-top-slider::before, .cl-top-slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  width: 15%;
  pointer-events: none;
  z-index: 2;
}

.cl-top-slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.cl-top-slider::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.cl-top-slider__container {
  position: relative;
  padding-top: 10rem;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .cl-top-slider__container {
    padding-top: 6rem;
  }
}

.cl-top-slider__container::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);
}

.cl-top-slider__slider {
  z-index: 1;
  padding-bottom: 50px !important;
}

.cl-top-slider__slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.cl-top-slider__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0514C2;
}

.cl-top-slider__slide {
  border-radius: 15px;
  overflow: hidden;
  transform: scale(0.9);
  transition: 0.3s;
}

.cl-top-slider__slide.slick-center, .cl-top-slider__slide.swiper-slide-active {
  transform: scale(1);
  transition: 0.3s;
}

.cl-top-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-law-content p img {
  width: 60%;
}

@media (max-width: 767px) {
  .cl-law-content p img {
    width: 80%;
  }
}

.cl-law-content h5 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 1500px) {
  .cl-law-content h5 {
    font-size: 25px;
  }
}

@media (max-width: 1399px) {
  .cl-law-content h5 {
    font-size: 21px;
  }
}

@media (max-width: 1172px) {
  .cl-law-content h5 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .cl-law-content h5 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .cl-law-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 597px) {
  .cl-law-content h5 {
    font-size: 18px;
  }
}

.cl-law-content p {
  text-align: center;
}

.btn.btn-filled.btn-ht50 {
  background-color: #0514C2;
  border-color: #0514C2;
  color: #fff;
}

.btn.btn-filled.btn-ht50:hover, .btn.btn-filled.btn-ht50:focus {
  background-color: #AD2BE0;
  border-color: #AD2BE0;
  color: #fff;
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-img img {
  border-radius: 15px;
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-content h4 {
  color: #0514C2;
  font-size: 26px;
  margin-bottom: 0;
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-content p {
  font-size: 22px;
  line-height: 32px;
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-content .sec-btn .btn {
  min-width: inherit;
  padding: 8px 40px 10px 12px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  border-radius: 12px;
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-content .sec-btn .btn::after {
  width: 20px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("../assets/img/lawupdates/arrow.svg");
  content: '';
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-content .sec-btn .btn:hover {
  background-color: #AD2BE0;
  border-color: #AD2BE0;
  color: #fff;
}

.cl-law-list .lawyer-thumb-box .lawyer-thumb-content .sec-btn .btn:hover::after {
  background-image: url("../assets/img/lawupdates/arrow-w.svg");
}

.cl-disclaimer .cl-section__title--blue {
  margin-bottom: 1rem;
}

.cl-disclaimer p {
  font-size: 10px;
  /* font-weight: normal !important; */
  line-height: 1.2;
  margin: 0 0 12px;
}

.cl-hr hr {
  border-top: 1px solid #AD2BE0;
}

.cl-section-subscribe-v2 {
  border-bottom: 1px solid #cdcdcd;
}

.cl-section-subscribe-v2 .cl-section__title--blue {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.cl-section-subscribe-v2 h5 {
  color: #000;
}

.cl-section-subscribe-v2__img {
  margin-top: -100px;
  margin-bottom: 50px;
  pointer-events: none;
}

@media (max-width: 992px) {
  .cl-section-subscribe-v2__img {
    margin-top: 0;
  }
}

.cl-section-subscribe-v2__form .border-dark {
  border-color: #000;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 500;
}

.cl-section-subscribe-v2__form .btn-outline-dark {
  border-color: #000;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 500;
  padding: 11px 10px 13px;
}

.cl-section-subscribe-v2__form .btn-outline-dark:hover {
  background-color: #AD2BE0;
  border-color: #AD2BE0;
}

@media (max-width: 767px) {
  .cl-dbm-touch {
    text-align: center;
  }
}

.cl-dbm-touch__title {
  color: #0514C2;
  text-align: center;
  font-weight: 900;
  margin: 0 0 2rem;
}

.cl-dbm-touch__person {
  text-align: center;
}

.cl-dbm-touch__person-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid #696A6D;
}

.cl-dbm-touch__person-details h5 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.cl-dbm-touch__person-details h5 strong {
  display: block;
  font-weight: 900;
  font-size: 20px;
}

.cl-dbm-touch .cl-btn-yellow {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.cl-dbm-touch .cl-btn-yellow img {
  width: 20px;
}

.cl-progress {
  position: fixed;
  top: 102px;
  width: 100%;
  z-index: 5;
}

@media (max-width: 991px) {
  .cl-progress {
    top: 75px;
  }
}

@media (max-width: 767px) {
  .cl-progress {
    top: 90px;
  }
}

.cl-progress__container {
  background-color: transparent;
  height: 10px;
  width: 100%;
}

.cl-progress__bar {
  background-color: #0514C2;
  height: 10px;
  width: 0%;
}

.cl-edition-top__title-sub {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
}

.cl-edition-top .cl-btn-blue {
  font-weight: normal;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  margin: auto;
}

.cl-edition-top .cl-btn-blue img {
  width: 11px;
  margin-left: 5px;
}

.cl-edition-top__img {
  border-radius: 55px;
}

@media (max-width: 767px) {
  .cl-edition-top__img {
    border-radius: 25px;
  }
}

@media (max-width: 576px) {
  .cl-edition-top__img {
    border-radius: 15px;
  }
}

.cl-letter .slick-arrow {
  width: 20px;
  background-size: 20px 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 35px;
  background-color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: -500px;
  z-index: 2;
}

.cl-letter .slick-next {
  background-image: url(../assets/img/lawupdates/arrow-right.svg);
  right: -15px;
}

.cl-letter .slick-prev {
  background-image: url(../assets/img/lawupdates/arrow-left.svg);
  left: -15px;
}

.cl-letter .slick-track {
  display: flex !important;
}

.cl-letter .slick-slide {
  height: inherit !important;
}

.cl-letter .slick-dots {
  margin-top: 30px;
  margin-bottom: 0;
}

.cl-letter .slick-dots li {
  margin: 0 5px;
}

.cl-letter .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #CECECE;
}

.cl-letter .slick-dots li button:focus {
  outline: none;
}

.cl-letter .slick-dots li.slick-active button {
  background-color: #0514C2;
  border-color: #0514C2;
}

.cl-letter__slide {
  height: 100%;
  margin: 0 1rem;
}

.cl-letter__slide-video {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 55px;
  height: 100%;
}

@media (max-width: 767px) {
  .cl-letter__slide-video {
    border-radius: 25px;
  }
}

@media (max-width: 576px) {
  .cl-letter__slide-video {
    border-radius: 15px;
  }
}

.cl-letter__slide-video::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.cl-letter__slide-video::before {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../assets/img/lawupdates/video.svg);
  z-index: 1;
}

@media (max-width: 767px) {
  .cl-letter__slide-video::before {
    width: 60px;
    height: 60px;
  }
}

.cl-letter__slide-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cl-letter__slide-text {
  text-align: center;
  padding: 1.5rem 5rem;
  border-radius: 55px;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 1172px) {
  .cl-letter__slide-text {
    padding: 2rem;
  }
}

@media (max-width: 1024px) {
  .cl-letter__slide-text {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .cl-letter__slide-text {
    border-radius: 25px;
  }
}

@media (max-width: 576px) {
  .cl-letter__slide-text {
    border-radius: 15px;
  }
}

.cl-letter__slide-text--type-2 {
  background-color: #CECECE;
  border-radius: 55px;
  padding: 1.5rem 2rem;
}

@media (max-width: 767px) {
  .cl-letter__slide-text--type-2 {
    border-radius: 25px;
  }
}

@media (max-width: 576px) {
  .cl-letter__slide-text--type-2 {
    border-radius: 15px;
  }
}

.cl-letter__slide-text--type-2 .cl-letter__slide-text-block {
  height: 415px;
  overflow: auto;
  padding-right: 1rem;
}

.cl-letter__slide-text-block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CECECE;
}

.cl-letter__slide-text-block::-webkit-scrollbar {
  width: 5px;
  background-color: #CECECE;
}

.cl-letter__slide-text-block::-webkit-scrollbar-thumb {
  background-color: #0514C2;
}

@media (max-width: 1172px) {
  .cl-letter__slide-text-block {
    max-height: 480px;
    overflow-x: auto;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .cl-letter__slide-text-block {
    max-height: 380px;
    overflow-x: auto;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .cl-letter__slide-text-block {
    max-height: 300px;
    overflow-x: auto;
    padding-right: .5rem;
  }
}

@media (max-width: 576px) {
  .cl-letter__slide-text-block {
    max-height: 235px;
    overflow-x: auto;
    padding-right: .5rem;
  }
}

.cl-tab .nav {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 25px;
}

.cl-tab .nav-link {
  padding: .2rem 1rem .25rem;
  border-radius: 25px;
}

.cl-tab .nav-link.active {
  background-color: #0514C2;
  color: #fff;
}

.cl-accordion__block {
  display: none;
  border-bottom: 2px solid #000;
}

.cl-accordion__block2 {
  border-bottom: 2px solid #000;
}

.cl-accordion__header {
  padding: 0;
}

.cl-accordion__link {
  background-color: transparent;
  cursor: pointer;
  color: #0514C2;
  font-weight: bold;
  border: none;
  outline: none !important;
  display: block;
  width: 100%;
  padding: 1rem 2rem 1rem 0;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px;
  background-image: url(../assets/img/lawupdates/minus.svg);
}

.cl-accordion__link.collapsed {
  background-image: url(../assets/img/lawupdates/plus.svg);
}

.cl-accordion__content {
  padding-bottom: 1rem;
}

.cl-video-tab h5 {
  color: #0514C2;
  font-weight: bold;
}

.cl-more {
  font-weight: normal;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  border: 2px solid #000;
  background-color: transparent;
}

@media (max-width: 1399px) {
  .cl-more {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 4px;
    padding-bottom: 6px;
  }
}

.cl-more img,
.cl-more svg {
  width: 20px;
  margin-left: 7px;
  margin-top: 3px;
}

.cl-more:hover {
  border: 2px solid #AD2BE0;
  background-color: #AD2BE0;
  color: #fff !important;
}

.cl-more:hover svg path {
  fill: #fff;
}

.cl-spotify-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #1018b8;
}

.cl-quick-reads__filter,
.cl-related__filter {
  background-color: #fff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  padding: 1.2rem 1.2rem 1.2rem 5rem;
  border-radius: 15px;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-image: url("../assets/img/mena/icon-filter.svg");
  background-size: 30px;
}

.cl-quick-reads__filter-select,
.cl-related__filter-select {
  width: 100%;
  border: none;
  outline: none !important;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

.cl-quick-reads__grid-more .cl-btn-blue:hover,
.cl-related__grid-more .cl-btn-blue:hover {
  background-color: #FFCD00;
}

.cl-quick-reads__grid,
.cl-related__grid {
  margin: auto;
  min-height: 500px;
  width: 100% !important;
}

.cl-quick-reads__grid:after,
.cl-related__grid:after {
  content: '';
  display: block;
  clear: both;
}

.cl-quick-reads__grid .cl-more,
.cl-related__grid .cl-more {
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: .7rem;
  padding-right: .7rem;
  font-size: 14px;
  border-width: 1px;
}

.cl-quick-reads__grid .cl-more:hover, .cl-quick-reads__grid .cl-more:active,
.cl-related__grid .cl-more:hover,
.cl-related__grid .cl-more:active {
  border-width: 1px;
}

.cl-quick-reads__grid .cl-more svg,
.cl-related__grid .cl-more svg {
  width: 15px;
  margin-left: 7px;
  margin-top: 1px;
}

.cl-quick-reads__grid-item,
.cl-related__grid-item {
  float: left;
  overflow: hidden;
  margin: 1rem;
  width: 30%;
}

@media (max-width: 1400px) {
  .cl-quick-reads__grid-item,
.cl-related__grid-item {
    width: 29%;
  }
}

@media (max-width: 1108px) {
  .cl-quick-reads__grid-item,
.cl-related__grid-item {
    width: 46%;
  }
}

@media (max-width: 901px) {
  .cl-quick-reads__grid-item,
.cl-related__grid-item {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__grid-item,
.cl-related__grid-item {
    width: 44%;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__grid-item,
.cl-related__grid-item {
    width: 300px;
    margin: 1rem auto;
  }
}

.cl-quick-reads__grid-item.video,
.cl-related__grid-item.video {
  padding: 8px;
  background-color: #ededed;
  border-radius: 40px;
}

@media (max-width: 1399px) {
  .cl-quick-reads__grid-item.video,
.cl-related__grid-item.video {
    border-radius: 25px;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__grid-item.video,
.cl-related__grid-item.video {
    border-radius: 15px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__grid-item.video,
.cl-related__grid-item.video {
    border-radius: 10px;
  }
}

.cl-quick-reads__grid-item.video .video-link__thumb,
.cl-related__grid-item.video .video-link__thumb {
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 32px;
}

@media (max-width: 1400px) {
  .cl-quick-reads__grid-item.video .video-link__thumb,
.cl-related__grid-item.video .video-link__thumb {
    height: 150px;
    border-radius: 22px;
  }
}

@media (max-width: 1108px) {
  .cl-quick-reads__grid-item.video .video-link__thumb,
.cl-related__grid-item.video .video-link__thumb {
    height: 210px;
  }
}

@media (max-width: 901px) {
  .cl-quick-reads__grid-item.video .video-link__thumb,
.cl-related__grid-item.video .video-link__thumb {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__grid-item.video .video-link__thumb,
.cl-related__grid-item.video .video-link__thumb {
    height: 190px;
    border-radius: 12px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__grid-item.video .video-link__thumb,
.cl-related__grid-item.video .video-link__thumb {
    height: 160px;
    border-radius: 8px;
  }
}

.cl-quick-reads__grid-item.podcast,
.cl-related__grid-item.podcast {
  height: 352px;
}

.cl-quick-reads__grid-item.turtl,
.cl-related__grid-item.turtl {
  height: 210px;
}

@media (max-width: 1400px) {
  .cl-quick-reads__grid-item.turtl,
.cl-related__grid-item.turtl {
    height: 175px;
  }
}

@media (max-width: 1108px) {
  .cl-quick-reads__grid-item.turtl,
.cl-related__grid-item.turtl {
    height: 240px;
  }
}

@media (max-width: 901px) {
  .cl-quick-reads__grid-item.turtl,
.cl-related__grid-item.turtl {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__grid-item.turtl,
.cl-related__grid-item.turtl {
    height: 150px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__grid-item.turtl,
.cl-related__grid-item.turtl {
    height: 190px;
  }
}

.cl-quick-reads__infographic,
.cl-related__infographic {
  padding: 8px;
  background-color: #ededed;
  border-radius: 40px;
  height: 560px;
}

@media (max-width: 1399px) {
  .cl-quick-reads__infographic,
.cl-related__infographic {
    height: 533px;
    border-radius: 25px;
    padding: 5px;
  }
}

@media (max-width: 1108px) {
  .cl-quick-reads__infographic,
.cl-related__infographic {
    height: 535px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__infographic,
.cl-related__infographic {
    height: 535px;
    border-radius: 15px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__infographic,
.cl-related__infographic {
    border-radius: 10px;
  }
}

.cl-quick-reads__infographic img,
.cl-related__infographic img {
  object-fit: cover;
  object-position: top center;
  height: 400px;
  width: 100%;
  border-radius: 32px;
}

@media (max-width: 1399px) {
  .cl-quick-reads__infographic img,
.cl-related__infographic img {
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__infographic img,
.cl-related__infographic img {
    border-radius: 12px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__infographic img,
.cl-related__infographic img {
    border-radius: 8px;
  }
}

.cl-quick-reads__infographic h5,
.cl-related__infographic h5 {
  font-weight: bold;
  color: #0514C2;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 1rem 1rem;
}

@media (max-width: 1399px) {
  .cl-quick-reads__infographic h5,
.cl-related__infographic h5 {
    font-size: 1rem;
    line-height: 1.2;
    padding: .7rem .5rem;
  }
}

.cl-quick-reads__infographic h5 a,
.cl-related__infographic h5 a {
  color: #000;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cl-quick-reads__infographic h5 a:hover,
.cl-related__infographic h5 a:hover {
  color: #0514C2;
}

.cl-quick-reads__article, .cl-archive__slider-item, .cl-rulings__item,
.cl-related__article {
  padding: 8px;
  background-color: #ededed;
  border-radius: 40px;
  height: 370px;
  color: #000;
}

@media (max-width: 1399px) {
  .cl-quick-reads__article, .cl-archive__slider-item, .cl-rulings__item,
.cl-related__article {
    border-radius: 25px;
    padding: 5px;
    height: 345px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__article, .cl-archive__slider-item, .cl-rulings__item,
.cl-related__article {
    border-radius: 15px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__article, .cl-archive__slider-item, .cl-rulings__item,
.cl-related__article {
    border-radius: 10px;
  }
}

.cl-quick-reads__article img, .cl-archive__slider-item img, .cl-rulings__item img,
.cl-related__article img {
  object-fit: cover;
  object-position: top center;
  height: 210px;
  width: 100%;
  border-radius: 32px;
}

@media (max-width: 1400px) {
  .cl-quick-reads__article img, .cl-archive__slider-item img, .cl-rulings__item img,
.cl-related__article img {
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__article img, .cl-archive__slider-item img, .cl-rulings__item img,
.cl-related__article img {
    border-radius: 12px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__article img, .cl-archive__slider-item img, .cl-rulings__item img,
.cl-related__article img {
    border-radius: 8px;
  }
}

.cl-quick-reads__article h5, .cl-archive__slider-item h5, .cl-rulings__item h5,
.cl-related__article h5 {
  font-weight: bold;
  color: #0514C2;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 1rem 1rem;
}

@media (max-width: 1399px) {
  .cl-quick-reads__article h5, .cl-archive__slider-item h5, .cl-rulings__item h5,
.cl-related__article h5 {
    font-size: 1rem;
    line-height: 1.2;
    padding: .7rem .5rem;
  }
}

.cl-quick-reads__article h5 a, .cl-archive__slider-item h5 a, .cl-rulings__item h5 a,
.cl-related__article h5 a {
  color: #000;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cl-quick-reads__article h5 a:hover, .cl-archive__slider-item h5 a:hover, .cl-rulings__item h5 a:hover,
.cl-related__article h5 a:hover {
  color: #0514C2;
}

.cl-quick-reads__article p, .cl-archive__slider-item p, .cl-rulings__item p,
.cl-related__article p {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.cl-quick-reads__spotify,
.cl-related__spotify {
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .cl-quick-reads__spotify,
.cl-related__spotify {
    border-radius: 25px;
  }
}

@media (max-width: 767px) {
  .cl-quick-reads__spotify,
.cl-related__spotify {
    border-radius: 15px;
  }
}

@media (max-width: 567px) {
  .cl-quick-reads__spotify,
.cl-related__spotify {
    border-radius: 10px;
  }
}

.cl-quick-reads__time-btn,
.cl-related__time-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 1rem;
  align-items: center;
}

@media (max-width: 1399px) {
  .cl-quick-reads__time-btn,
.cl-related__time-btn {
    padding: 0 .7rem .5rem;
  }
}

.cl-quick-reads__time img,
.cl-related__time img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.video-link {
  position: relative;
  overflow: hidden;
  display: block;
}

.video-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 32px;
}

@media (max-width: 1399px) {
  .video-link::after {
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .video-link::after {
    border-radius: 15px;
  }
}

@media (max-width: 567px) {
  .video-link::after {
    border-radius: 10px;
  }
}

.video-link::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  z-index: 2;
  background-image: url(../assets/img/lawupdates/video.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 50px;
}

.video-link__thumb {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-share {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: .5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.cl-share svg {
  width: 100%;
  height: 100px;
}

.cl-chart .slick-track {
  display: flex !important;
}

.cl-chart .slick-slide {
  height: inherit !important;
}

.cl-chart .slick-dots {
  margin-top: 30px;
  margin-bottom: 0;
}

.cl-chart .slick-dots li {
  margin: 0 5px;
}

.cl-chart .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #CECECE;
}

.cl-chart .slick-dots li button:focus {
  outline: none;
}

.cl-chart .slick-dots li.slick-active button {
  background-color: #0514C2;
  border-color: #0514C2;
}

.cl-chart__slide-items {
  padding: 0 15%;
}

@media (max-width: 991px) {
  .cl-chart__slide-items {
    padding: 0 0 0 0;
  }
}

.cl-chart__slide-content {
  max-width: 345px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .cl-chart__slide-content {
    text-align: center;
  }
}

.cl-chart__chart {
  position: relative;
  text-align: center;
  color: #fff;
  height: 400px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media (max-width: 1099px) {
  .cl-chart__chart {
    width: 365px;
    height: 365px;
  }
}

@media (max-width: 1024px) {
  .cl-chart__chart {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 567px) {
  .cl-chart__chart {
    margin: inherit;
    width: 220px;
    height: 220px;
  }
}

.cl-chart__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100% !important;
  width: 100% !important;
}

.cl-chart__chart.cl-below-6 .cl-chart__chart-per-num span {
  color: #000;
}

.cl-chart__chart-content {
  position: absolute;
  right: -130px;
  top: 95px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  color: #000;
  width: 260px;
}

.cl-chart__chart-per {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  padding-right: 70px;
}

.cl-chart__chart-per span {
  color: #fff;
}

.cl-chart__chart-per span.cl-below-6 {
  color: #000;
}

.cl-chart__chart-text {
  font-weight: bold;
  padding-left: 90px;
  text-align: left;
  max-width: 215px;
  min-width: 215px;
}

.cl-chart__img {
  width: 70%;
  height: 70%;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
}

.cl-bottom-stats {
  background-color: #ededed;
}

.cl-bottom-stats__item {
  height: 100%;
  padding: 0 2rem;
  height: 100%;
  display: flex;
  flex-flow: column;
}

@media (max-width: 992px) {
  .cl-bottom-stats__item {
    padding: 0 1rem;
    margin-bottom: 2rem;
    display: block;
  }
}

.cl-bottom-stats__title {
  border-bottom: 2px solid #0514C2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cl-bottom-stats__title--big h4 {
  font-size: 70px;
  line-height: .99;
}

.cl-bottom-stats__title h4 {
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cl-bottom-stats__btn {
  margin-top: auto;
}

.cl-bottom-stats__popup {
  display: none;
  max-width: 700px;
  border-radius: 15px;
  padding: 40px;
}

.button:hover:focus {
  outline: none !important;
}

.cl-rulings__block, .cl-related__content-block {
  display: none;
}

.cl-rulings__item {
  height: 100%;
  display: flex;
  flex-flow: column;
}

.cl-rulings__item > img {
  height: 255px;
}

.cl-rulings__item .cl-quick-reads__time-btn {
  margin-top: auto;
}

.cl-rulings__item .cl-more {
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: .7rem;
  padding-right: .7rem;
  font-size: 14px;
  border-width: 1px;
}

.cl-rulings__item .cl-more:hover, .cl-rulings__item .cl-more:active {
  border-width: 1px;
}

.cl-rulings__item .cl-more svg {
  width: 15px;
  margin-left: 7px;
  margin-top: 1px;
}

.cl-rulings__item-content {
  padding: 1rem 1rem 2rem 2rem;
  max-height: 325px;
  overflow: auto;
  margin-top: 1rem;
  margin-right: 1rem;
}

.cl-rulings__item-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CECECE;
}

.cl-rulings__item-content::-webkit-scrollbar {
  width: 5px;
  background-color: #CECECE;
}

.cl-rulings__item-content::-webkit-scrollbar-thumb {
  background-color: #0514C2;
}

.cl-rulings__item-content p {
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: visible;
}

.cl-rulings__item-tag {
  padding: 0 2rem 1rem;
  margin-top: auto;
  text-align: right;
  font-size: 18px;
}

.cl-msg__container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .cl-msg__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.cl-msg__container::after, .cl-msg__container::before {
  position: absolute;
  content: '';
  height: 70%;
  border-color: #0514C2;
  border-style: solid;
  pointer-events: none;
}

@media (max-width: 767px) {
  .cl-msg__container::after, .cl-msg__container::before {
    height: 85%;
  }
}

.cl-msg__container::before {
  top: 0;
  left: 0;
  right: 20%;
  border-width: 2px 2px 0 0;
  border-radius: 0 100px 0 0;
}

@media (max-width: 992px) {
  .cl-msg__container::before {
    right: 0;
  }
}

@media (max-width: 767px) {
  .cl-msg__container::before {
    display: none;
  }
}

.cl-msg__container::after {
  bottom: 0;
  right: 0;
  left: 20%;
  border-width: 0 0 2px 2px;
  border-radius: 0 100px 0;
}

@media (max-width: 992px) {
  .cl-msg__container::after {
    left: 0;
  }
}

@media (max-width: 767px) {
  .cl-msg__container::after {
    left: 15px;
  }
}

.cl-msg__container > .row {
  position: relative;
}

.cl-msg__container > .row::after, .cl-msg__container > .row::before {
  position: absolute;
  content: '';
  pointer-events: none;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../assets/img/lawupdates/quote.svg);
}

@media (max-width: 992px) {
  .cl-msg__container > .row::after, .cl-msg__container > .row::before {
    width: 2rem;
    height: 2rem;
  }
}

.cl-msg__container > .row::before {
  left: 18%;
  bottom: 73%;
}

@media (max-width: 992px) {
  .cl-msg__container > .row::before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .cl-msg__container > .row::before {
    bottom: 89%;
  }
}

.cl-msg__container > .row::after {
  right: 18%;
  top: 73%;
  transform: scale(-1);
}

@media (max-width: 992px) {
  .cl-msg__container > .row::after {
    right: 0;
  }
}

@media (max-width: 767px) {
  .cl-msg__container > .row::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .cl-msg__block {
    padding-left: 2rem;
  }
}

.cl-msg__person {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.cl-msg__person-img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 567px) {
  .cl-msg__person-img {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
}

.cl-msg__person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.cl-msg__person-name {
  padding-left: 1rem;
  color: #000;
  font-size: 18px;
}

@media (max-width: 767px) {
  .cl-msg__person-name {
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .cl-msg__person-name {
    font-size: 12px;
  }
}

.cl-msg__person-name strong {
  font-weight: bold;
}

@media (max-width: 567px) {
  .cl-msg__person-name strong {
    font-size: 14px;
  }
}

.cl-msg__person-title {
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.cl-msg__person-email {
  font-size: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 16px;
  background-image: url(../assets/img/lawupdates/ic-envelop.svg);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.cl-contributors .cl-msg__person-name {
  max-width: 255px;
}

@media (max-width: 992px) {
  .cl-contributors .cl-msg__person-name {
    padding-left: .5rem;
  }
}

@media (max-width: 992px) {
  .cl-contributors .cl-msg__person-img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}

.cl-archive .swiper-button-next,
.cl-archive .swiper-button-prev {
  width: 20px;
  background-size: 20px 35px;
}

.cl-archive .swiper-button-next {
  right: 0 !important;
  background-image: url(../assets/img/lawupdates/arrow-right.svg);
}

.cl-archive .swiper-button-prev {
  left: 0 !important;
  background-image: url(../assets/img/lawupdates/arrow-left.svg);
}

.cl-archive__slider {
  margin: 0 30px !important;
  padding-bottom: 50px !important;
}

.cl-archive__slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.cl-archive__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0514C2;
}

.cl-archive__slider-item img {
  height: 600px;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 1400px) {
  .cl-archive__slider-item img {
    height: 465px;
  }
}

@media (max-width: 1160px) {
  .cl-archive__slider-item img {
    height: 500px;
  }
}

@media (max-width: 1024px) {
  .cl-archive__slider-item img {
    height: 415px;
  }
}

@media (max-width: 992px) {
  .cl-archive__slider-item img {
    height: 500px;
  }
}

.cl-archive__slider-img-holder {
  margin-bottom: 1rem;
}

.cl-archive__slider-detail {
  padding: 0rem 1.5rem 1rem;
  font-size: 1.125rem;
  color: #000;
}

@media (max-width: 991px) {
  .cl-archive__slider-detail {
    font-size: 1rem;
  }
}

.cl-archive__slider-detail-issue-no {
  font-weight: bold;
}

.cl-archive__slider-detail-name a {
  color: #0514C2;
  font-weight: bold;
}

.cl-archive__slider-btn {
  display: flex;
  padding: 0 1.5rem 1rem;
}

.cl-related__content-block {
  display: block;
}

.cl-quote__content {
  padding-left: 60px;
  position: relative;
}

.cl-quote__content::after {
  width: 40px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 10px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url(../assets/img/lawupdates/quote.svg);
  content: '';
}

.cl-quote__content h5 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0514C2;
  color: #000;
  margin: 0;
}

@media (max-width: 991px) {
  .cl-quote__content h5 {
    font-size: 1.5rem;
  }
}
