@font-face {
  font-family: "MMC Display Condensed";
  src: url("../assets/fonts/mmc/WOFF/MMCDisplayCd_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MMC Display Condensed";
  src: url("../assets/fonts/mmc/WOFF/MMCDisplayCd_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*GRID*/
/*ow 12 column system (95px)*/
.ow-12-col{
    max-width: 1360px;
    width: 100%;
}
.ow-11-col{
    max-width: 1245px;
    width: 100%;
}
.ow-10-col{
    max-width: 1130px;
    width: 100%;
}
.ow-9-col{
    max-width: 1015px;
    width: 100%;
}
.ow-8-col{
    max-width: 900px;
    width: 100%;
}
.ow-7-col{
    max-width: 785px;
    width: 100%;
}
.ow-6-col{
    max-width: 670px;
    width: 100%;
}
.ow-5-col{
    max-width: 555px;
    width: 100%;
}
.ow-4-col{
    max-width: 440px;
    width: 100%;
}
.ow-3-col{
    max-width: 325px;
    width: 100%;
}
.ow-2-col{
    max-width: 210px;
    width: 100%;
}
.ow-1-col{
    max-width: 95px;
    width: 100%;
}

body,
html {
  overflow-y: visible;
  margin: 0 auto;
  padding: 0;
}

/* Top section - start */
.top-section {
  width: 100%;
  height: 900px;
  background: #000000;
  position: relative;
  z-index: 99;
  transition: all 600ms ease;
}

.top-section.add-height {
  height: 700px;
}

.top-section.generic-pages {
  height: 450px;
}

.top-section.generic-pages .generic-content {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-section.generic-pages .generic-content h1 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 110%;
  color: #ffffff;
}

.top-section .city-data-container {
  position: absolute;
  opacity: 0;
}

.top-section .city-data-container.rankings {
  width: 700px;
  margin: 0 auto;
  height: 100%;
  left: 0;
  right: 0;
  top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-section .city-data-container.rankings h1 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 110%;
  color: #ffffff;
}

.top-section .city-data-container.rankings .search-bar {
  position: relative;
}
.top-section .city-data-container.rankings .search-bar .search-bar-text-box {
  background: #000000;
  padding: 12px 25px;
  width: 570px;
  outline: 0;
  color: #ffffff;
  border-radius: 30px;
  border: solid 1px #4d4d4d;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.top-section .city-data-container.rankings .search-bar .search-icon {
  display: block;
  position: absolute;
  right: 105px;
  margin-top: -33px;
  opacity: 1;
  cursor: pointer;
  transition: all 500ms ease;
}
.top-section .city-data-container.rankings .search-bar .search-icon.hide-icon {
  opacity: 0;
  filter: blur(5px);
}

.top-section .city-data-container.profiles-compare {
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.top-section .city-data-container.profiles-compare .left-data,
.top-section .city-data-container.profiles-compare .right-data {
  padding-top: 200px;
}

.top-section .city-data-container.profiles-compare .left-data {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@media (max-width: 1200px) {
  .top-section .city-data-container.profiles-compare .left-data {
    width: 100%;
    padding-top: 100px;
  }
}
.top-section .city-data-container.profiles-compare .left-data.border-right {
  border-right: solid 1px #1a1a1a;
}

.top-section .city-data-container.profiles-compare .right-data {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .top-section .city-data-container.profiles-compare .right-data {
    display: none;
  }
}
.top-section .city-data-container.active {
  opacity: 1;
  visibility: visible;
}

.top-section .city-data-container .cdc-container {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  filter: blur(20px);
  width: 100%;
  transform: translateY(180px);
  transition: all 600ms ease;
}
.top-section .city-data-container .cdc-container.search-container {
  width: 100%;
}

.top-section .city-data-container .cdc-container.show-this {
  opacity: 1;
  visibility: visible;
  filter: blur(0px);
  transform: translateY(0px);
}

.top-section .city-data-container .cdc-container .profile-selector .profile-selector-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-section .city-data-container .cdc-container .profile-selector h2 {
  display: inline-block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  color: #ffffff;
}

.top-section .city-data-container .cdc-container .profile-selector .city-selector {
  display: inline-block;
  border: solid 1px #4d4d4d;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  top: -10px;
  left: 10px;
}
.top-section .city-data-container .cdc-container .profile-selector .city-selector span {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
  padding: 5px 12px 6px 12px;
  transition: all 300ms ease;
}

.top-section .city-data-container .cdc-container .profile-selector .city-selector span img {
  display: inline-block;
  padding-left: 7px;
  position: relative;
  top: 3px;
}

.top-section .city-data-container .cdc-container .profile-selector .city-selector span.active {
  color: #c8dc00;
}

.top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown {
  position: absolute;
  width: 300px;
  background: #000000;
  border: solid 1px #4d4d4d;
  border-radius: 10px;
  margin-top: 20px;
  display: none;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 10;
}
.top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown.active {
  display: block;
  opacity: 1;
}
.top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-search {
  padding: 10px;
}

.top-section
  .city-data-container
  .cdc-container
  .profile-selector
  .city-selector
  .city-dropdown
  .city-search
  .city-search-box {
  width: 100%;
  outline: 0;
  background: #000000;
  color: #ffffff;
  border: solid 1px #4d4d4d;
  border-radius: 30px;
  padding: 8px 15px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-content {
  max-height: 500px !important;
}
.top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-content p {
  border-top: solid 1px #1a1a1a;
  border-bottom: solid 1px #1a1a1a;
  padding: 10px 10px 10px 20px;
  width: calc(100% - 40px);
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  position: relative;
  transition: all 300ms ease;
  cursor: pointer;
}
.top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-content p:hover {
  background: rgba(77, 77, 77, 0.39);
}

.top-section
  .city-data-container
  .cdc-container
  .profile-selector
  .city-selector
  .city-dropdown
  .city-content
  p.selected {
  color: #c8dc00;
  background: rgba(77, 77, 77, 0.39);
}

.top-section
  .city-data-container
  .cdc-container
  .profile-selector
  .city-selector
  .city-dropdown
  .city-content
  p.selected:after {
  content: "";
  position: absolute;
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index-2023/images/check_icon_green.svg")
    center no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 8px;
}

.top-section
  .city-data-container
  .cdc-container
  .profile-selector
  .city-selector
  .city-dropdown
  .city-content
  p.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default !important;
}

@media (max-width: 1024px) {
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown.city-dropdown-right {
    right: 0;
  }
}

.top-section .city-data-container .cdc-container .scores-section .top-scores {
  display: flex;
  justify-content: left;
  gap: 170px;
}

@media (max-width: 1200px) {
  .top-section .city-data-container .cdc-container .scores-section .top-scores {
    justify-content: space-between;
    gap: 0;
    padding: 0 5px;
  }
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right {
  position: relative;
}

.top-section .city-data-container .cdc-container .scores-section .top-scores .left .title,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.top-section .city-data-container .cdc-container .scores-section .top-scores .left .title .tooltip,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title .tooltip,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .title .tooltip {
  font-size: 10px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text {
  position: relative;
}

.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-text {
    font-size: 28px;
  }
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-status,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-status,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-status {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .scores
  .score-text
  .rank-status
  .arrow-stats
  .hide-this,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .arrow-stats
  .hide-this,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .right
  .scores
  .score-text
  .rank-status
  .arrow-stats
  .hide-this {
  display: none;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .scores
  .score-text
  .rank-status
  .number-status,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .right
  .scores
  .score-text
  .rank-status
  .number-status {
  display: inline-block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .scores
  .score-text
  .rank-status
  .number-status.green,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.green,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .right
  .scores
  .score-text
  .rank-status
  .number-status.green {
  color: #26cf73;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .scores
  .score-text
  .rank-status
  .number-status.red,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.red,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .right
  .scores
  .score-text
  .rank-status
  .number-status.red {
  color: #ff2b3d;
}

.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .scores
  .score-text
  .rank-status
  .number-status.yellow,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.yellow,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .right
  .scores
  .score-text
  .rank-status
  .number-status.yellow {
  color: #ffbe00;
}

.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .new-tag,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .new-tag,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .new-tag {
  position: absolute;
  top: 0px;
  right: -30px;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .new-tag span,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .new-tag span,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .new-tag span {
  background: #c8dc00;
  padding: 5px 8px;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .bottom-title,
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .bottom-title,
.top-section .city-data-container .cdc-container .scores-section .top-scores .right .bottom-title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.top-section .city-data-container .cdc-container .scores-section .bottom-scores {
  width: 100%;
}
.top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table {
  width: 100%;
  margin-top: 44px;
}
.top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table tr td {
  border-bottom: solid 1px #4d4d4d;
  padding: 8px 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #999999;
}

.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .bottom-scores
  .profile-scores-table
  tr
  td:nth-of-type(2) {
  width: 100px;
  text-align: right;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .bottom-scores
  .profile-scores-table
  tr
  td:nth-of-type(2)
  span {
  color: #ffffff;
}

.top-section .city-data-container .cdc-container .city-summary-header {
  transition: all 600ms ease;
}
.top-section .city-data-container .cdc-container .city-summary-header.hide-this {
  filter: blur(20px);
  transform: translateY(100px);
  opacity: 0;
}

.top-section .city-data-container .cdc-container .city-summary {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.top-section .city-data-container .cdc-container .city-summary.hide-this {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.top-section .city-data-container .cdc-container .city-data-container-left {
  margin-top: 44px;
  transition: all 600ms ease;
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}
.top-section .city-data-container .cdc-container .city-data-container-left.hide-this {
  filter: blur(20px);
  transform: translateY(100px);
  opacity: 0;
}

.top-section .city-data-container .cdc-container .city-data-container-right {
  margin-top: 44px;
  transition: all 600ms ease;
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}
.top-section .city-data-container .cdc-container .city-data-container-right.hide-this {
  filter: blur(20px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

@media (max-width: 992px) {
  .top-section {
    height: 650px;
  }
  .top-section .city-data-container.rankings {
    width: 95%;
    margin: 0 auto;
    top: 0px;
  }
  .top-section .city-data-container.rankings .search-bar h1 {
    font-size: 46px;
  }
  .top-section .city-data-container.rankings .search-bar .search-bar-text-box,
  .top-section .city-data-container.rankings .search-bar .search-icon {
    display: none;
  }

  .top-section.profiles-compare-only {
    display: none;
  }
}

.tooltip-parent {
  display: inline-block;
  position: relative;
}
.tooltip-parent.tooltip-ranking {
  text-align: left !important;
}
.tooltip-parent.tooltip-ranking span {
  left: 3px;
}
.tooltip-parent.tooltip-profiles {
  font-size: 10px;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  cursor: pointer;
}
.tooltip-parent.tooltip-profiles span {
  color: #999;
}
.tooltip-parent span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -5px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #000;
  cursor: pointer;
}
.tooltip-parent .tooltip-content {
  display: none;
  position: absolute;
  width: 300px;
  background: #000000;
  border: solid 1px #4d4d4d;
  z-index: 10;
  padding: 10px;
  top: 25px;
  left: -15px;
  border-radius: 8px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  z-index: 1;
}
.tooltip-parent .tooltip-content:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #4d4d4d transparent;
}
.tooltip-parent .tooltip-content:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #000000 transparent;
}
.tooltip-parent .tooltip-content.flip {
  left: unset;
  right: -20px;
}
.tooltip-parent .tooltip-content.flip:before {
  left: unset;
  right: 14px;
}
.tooltip-parent .tooltip-content.flip:after {
  content: "";
  left: unset;
  right: 14px;
}
.tooltip-parent:hover .tooltip-content {
  display: block;
}
@media (max-width: 768px) {
  .tooltip-parent .tooltip-content {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    background: #fff;
    height: 300px;
    width: 100%;
    z-index: 101;
    opacity: 1;
    visibility: visible;
    max-height: unset;
    border-radius: unset;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: unset;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
    padding: 0;
    transition: all 300ms ease;
    transform: translateY(800px);
    z-index: 1001;
  }
  .tooltip-parent .tooltip-content:after,
  .tooltip-parent .tooltip-content:before {
    display: none;
  }
  .tooltip-parent .tooltip-content .responsive-title {
    display: block;
    text-align: center;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.16px;
    color: #202020;
    padding: 40px 0 10px 0;
    border-bottom: solid 2px #dadada;
  }
  .tooltip-parent .tooltip-content .tooltip-desc {
    padding: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .tooltip-parent.tooltip-parent-active .tooltip-content {
    transform: translateY(0px);
  }
  .tooltip-parent.tooltip-parent-active .tooltip-mobile-overlay {
    visibility: visible;
    opacity: 1;
  }
}
/* Top section -end */
.index-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.index-container .content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.index-container .content.active {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}

.index-container .content.cc-rankings .table-content .rankings-table {
  width: 100%;
  margin-top: 20px;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th,
.index-container .content.cc-rankings .table-content .rankings-table tr td {
  padding: 15px 10px;
  width: 100px;
  text-align: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th:nth-of-type(1),
.index-container .content.cc-rankings .table-content .rankings-table tr td:nth-of-type(1) {
  width: 5%;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th.text-left,
.index-container .content.cc-rankings .table-content .rankings-table tr td.text-left {
  text-align: left;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th.text-center,
.index-container .content.cc-rankings .table-content .rankings-table tr td.text-center {
  text-align: center;
}


.index-container .content.cc-rankings .table-content .rankings-table tr th {
  border-bottom: solid 1px #000000;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting {
  cursor: pointer;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting img {
  display: inline-block;
  padding-right: 10px;
  opacity: 0;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting img.show {
  opacity: 1;
}

.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting img.flip {
  opacity: 1 !important;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.index-container .content.cc-rankings .table-content .rankings-table tr td a {
  color: #000000;
  outline: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.h1-100 {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 82px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  margin: 0;
  margin-bottom: 18px;
}

.h1-70 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 110%;
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .h1-70 {
    font-size: 35px;
    line-height: 120%;
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 1016px) {
  .h1-100 {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 62px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    margin-bottom: 18px;
  }
}




@media (max-width: 620px) {
  .h1-100 {
    font-size: 50px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 12px;
  }
  .hero-bottom-container {
    margin-top: 20px;
  }
}


.h1-60 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

@media (max-width: 768px) {
  .h1-60 {
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .h1-60 {
    font-size: 35px;
  }
}

h2 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  padding: 0;
  margin: 0;
  letter-spacing: -0.28px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 32px;

  }
}

h3 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin: 0;
  margin-bottom: 30px;
}

h4 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

.h4-home {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  max-width: 362px;
}

@media (max-width: 768px) {
  .h4-home {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .h4-home {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 290px;
  }
}

p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -0.18px;
}

.lead {
  margin: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .lead {
    text-align: left;
    max-width: 100%;
    margin: 20px 0;
  }
}

a {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}


a:hover {
  color: #000000;
}

.hero-link {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero-link {
    font-size: 18px;
  }
}

.hero-link:hover {
  color: #c8dc00;
}

.white-link {
  color: #ffffff;
}

.bg-light-grey {
  background-color: #f2f2f2;
  position: relative;
}

.bg-black {
  background-color: #000000;
}

.white {
  color: #ffffff;
}

.neon-underline {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #c8dc00;
}
.owsection {
  padding: 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0px;
  }
}

.container {
  width: auto;
  margin-top: 0px !important;
  max-width: 1360px;
}

@media (max-width: 1490px) {
  .container,
  .homepage-content,
  section .about {
    padding: 0px 20px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0px 10px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1366px;
  }
}

.read-more {
  max-height: 450px;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}

.read-more .trigger {
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding-top: 150px;
  background-image: linear-gradient(0deg, #fff 30%, rgba(244, 227, 227, 0.06) 100%);
}
.read-more .trigger a {
  font-family: Inter, sans-serif;
  color: black;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

@media (max-width: 1024px) {
  .read-more {
    max-height: 400px;
    font-size: 60px;
  }
  .read-more .trigger {
    text-align: left;
    top: 250px;
    padding-top: 120px;
  }
}

@media (max-width: 576px) {
  .read-more {
    max-height: 650px;
    margin-bottom: 100px;
  }
  .read-more .trigger {
    top: 250px;
    padding-top: 115px;
  }
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .flex-space-between {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33%;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-0 {
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  .mobile-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 576px) {
  .mobile-mb-20 {
    margin-bottom: 20px !important;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.pr-30 {
  padding-right: 30px;
}

@media (max-width: 576px) {
  .pr-30 {
    padding-right: 0px;
  }
}

.mr-50 {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .mr-50 {
    margin-right: 30px;
  }
}

@media (max-width: 576px) {
  .mr-50 {
    margin-right: 0px;
  }
}

.max-width-380 {
  max-width: 380px;
}

@media (max-width: 576px) {
  .max-width-380 {
    max-width: 100%;
  }
}

.hero-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) {
  .hero-home {
    height: 78vh;
  }
}

@media (max-width: 945px) {
  .hero-home {
    height: 80vh;
  }
}

@media (max-width: 600px) {
  .hero-home {
    height: 100vh;
  }
}

.contain-hero {
  max-width: 1360px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-home .hero-box {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  z-index: 1;
  padding-top: 80px;
}

.hero-contain-padding{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: auto;
  height: 100%;
  padding: 0 20px;
}

.hero-top, .hero-middle, .hero-bottom{
  width: 100%;
}

.hero-middle{
  display: flex;
  justify-content: center;
}

.hero-bottom{
  display: flex;
  justify-content: space-between;
}

.hero-bottom-container{
  max-width: 310px;
}

.hero-p{
  font-size: 18px;
  color: #bcbcbc;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  opacity:0;
}

@media (max-width: 645px) {
  .hero-bottom-container {
    max-width: 250px;
  }
  .hero-p{
    line-height: 150%;
  }
}

@media (max-width: 620px){
  .hero-bottom{
    flex-direction: column-reverse;
  }
  .hero-middle{
    display: flex;
    justify-content: flex-end;
  }
  .hero-bottom-container-bottom{
    display: flex;
    justify-content: flex-start;
  }

  h3{
    margin-top: 20px;
  }
  
}

@media (max-width: 486px) {
  .hero-bottom-container {
      max-width: 240px;
  }
}

@media (max-width: 768px) {
  .hero-home .hero-box {
    padding-bottom: 0px;
    padding-top: 80px;
  }
}

@media (max-width: 620px) {
  .hero-home .hero-box {
    max-width: calc(100% - 40px);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
  }
  .hero-contain-padding{
    padding: 0;
            margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .hero-home .hero-box {
    padding: 60px 20px 0 20px;
    max-width: calc(100% - 40px);
  }
}

.green-text {
  color: #14853d;
}

.home-img-box {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .home-img-box {
    margin-bottom: 20px;
  }
}

.hero-1 {
  padding-top: 217px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .hero-1 {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-1 {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .hero-1 {
    padding-bottom: 50px;
    padding-top: 140px;
  }
}

.separator {
  max-width: 1350px;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.col-gap-30 div {
  margin-right: 30px;
}

@media (max-width: 576px) {
  .col-gap-30 div {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.col-gap-30 div:last-child {
  margin-right: 0px;
}

@media (max-width: 576px) {
  .col-gap-30 div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.col-gap-20 div:last-child {
  margin-right: 0px;
}

@media (max-width: 576px) {
  .col-gap-20 div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .mobile-full-width {
    width: 100%;
  }
}

.no-line-break {
  white-space: nowrap;
}

.highlight-new-box {
  background-color: #c8dc00;
  border-radius: 10px;
  padding: 3px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 22px;
  color: #000000;
  margin: 0px;
}

.slick-slider div {
  margin-right: 20px;
}

.slick-img {
  margin-bottom: 30px;
}

.slick-data {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 5px;
}

.slick-slider .item:hover a,
.slick-slider .item:active a {
  text-decoration: none !important;
}

.related-content:active a {
  text-decoration: none;
}

.slick-heading {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 0px;
}

.slick-list {
  padding: 0 15% 0 0 !important;
}

.mobile-box-releted-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 20px;
}

.no-border {
  border: none !important;
}

.slick-data-mobile {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #999999;
  margin-bottom: 10px;
}

.slick-heading-mobile {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}

.width-70percentage {
  width: 70%;
}

.width-30percentage {
  width: 30%;
}

.pr-20 {
  padding-right: 20px;
}

.video-baner {
  width: 100%;
  height: 100%;
  background: #000;
  /* position: fixed; */
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .video-baner {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .video-baner {
    height: 380px;
  }
}


.index-bg {
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index-2023/images/mobility-index-banner-image_about.jpg");
  background-size: cover;
  width: 100%;
  height: 445px;
  background-position: center;
}

.index-bg-1 {
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index-2023/images/mobility-index-banner-image_main.jpg");
  background-size: cover;
  width: 100%;
  height: 445px;
  background-position: center;
}

.play-pause-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}



.play-pause-btn .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.play-pause-btn .container a {
  padding: 10px 20px;
  width: 95px;
  height: 43px;
  color: white;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  background: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
  gap: 3px;
}

.play-pause-btn .container a span {
  color: #c8dc00;
  font-family: Inter, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 3px;
  width: 50px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 768px) {
  .play-pause-btn .container a span {
    display: none;
  }

  .play-pause-btn .container a {
    padding: 0;
    width: 43px;
    height: 43px;
  }
}
.play-pause-btn .container a svg {
  display: none;
}

.play-pause-btn .container a svg.active {
  display: inline;
}

section#page-with-two-col {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.wrapper {
  width: 100%;
  max-width: 1366px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  padding: 80px 0;
}

@media (max-width: 1490px) {
  .wrapper {
    padding: 60px 20px 80px 20px;
  }
}
@media (max-width: 910px) {
  .wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0;
    padding-bottom: 80px;
  }
}



.wrapper li {
  padding-bottom: 20px;
}

.wrapper a {
  text-decoration: none;
}

.sidebar-home-custom{
  position: relative;
}

.sidebar-logo {
  position: absolute;
  top: 5px;
  left: 20px;
  opacity:0;
  transition: opacity 0.5s ease;
  
}

.sidebar-logo.visible{
  opacity:1;
}

.sidebar-logo img {
  width: 150px;
}

@media only screen and (max-width: 1172px) {
  .sidebar-logo{
    top: 18px;
  }
}

@media only screen and (max-width: 620px) {
  .sidebar-logo{
    display:none;
  }
}

.sidebar ul li.active {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 2px;
  text-underline-offset: 22px;
}

.sidebar ul li.active a{
  color:#000!important;
}

.wrapper li.active .sidebar-item {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 2px;
  text-underline-offset: 18px;
  color: #000000 !important;
}

.wrapper li .sidebar-item:hover {
  color: #000000 !important;
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 2px;
  text-underline-offset: 18px;
}

.main,
.sidebar {
  background-color: #fff;
}

.main {
  width: 100%;
}
@media (max-width: 1024px) {
  .main {
    width: 100%;
  }
}
@media (max-width: 910px) {
  .wrapper li .sidebar-item:hover {
    text-decoration: none;
  }
}


@media (max-width: 1024px) {
  .main-article #Overview,
  .main-article #Title-One,
  .main-article #Title-Two,
  .main-article #Title-Three,
  .main-article #Title-Four,
  .main-article #Title-Five {
    padding: 20px;
    margin: 0 !important;
  }

  /* #Related-Articles-Section,
  #About-Section-Home,  */
  .main-article #About-Introduction,
  .main-article #About-Ranking-Dimensions,
  .main-article #About-Methodology,
  .main-article #About-Sustainable-Mobility,
  .main-article #About-Public-Transit,
  .main-article #About-Index-Structure-Reliability,
  .main-article #About-References,
  .main-article #About-Authors {
    padding: 20px;
    margin-bottom: 0 !important;
  }

  .sidebar ul li.active,
  .wrapper li.active .sidebar-item,
  .wrapper li .sidebar-item:hover {
    text-decoration: none;
  }

  .sidebar ul li.active .sidebar-item {
    padding-bottom: 12px;
    border-bottom: 2px solid #000000;
    color: #000;
  }
}

@media (max-width: 600px) {
  .main-article #Overview,
  .main-article #Title-One,
  .main-article #Title-Two,
  .main-article #Title-Three,
  .main-article #Title-Four,
  .main-article #Title-Five {
    padding: 20px;
    margin-bottom: 50px !important;
  }
}

.sidebar ul li .sidebar-item:hover {
  color: 000000 !important;
}

@media (max-width: 768px) {
  .sidebar ul li.active .sidebar-item {
    padding-bottom: 13px;
    border-bottom: 2px solid #000000;
    color: #000;
  }
}

@media (max-width: 600px) {
  /* #Related-Articles-Section,
  #About-Section-Home,  */
  .main-article #About-Introduction,
  .main-article #About-Ranking-Dimensions,
  .main-article #About-Methodology,
  .main-article #About-Sustainable-Mobility,
  .main-article #About-Public-Transit,
  .main-article #About-Index-Structure-Reliability,
  .main-article #About-References,
  .main-article #About-Authors,
  .main-article #Overview,
  .main-article #Title-One,
  .main-article #Title-Two,
  .main-article #Title-Three,
  .main-article #Title-Four,
  .main-article #Title-Five {
    padding: 0 10px;
  }
}

ul {
  list-style: none;
}

.sidebar {
  position: -webkit-sticky;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  max-width: -webkit-fill-available;
  -webkit-box-orient: horizontal;
  z-index: 1;
  height: 59px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px rgba(218, 218, 218, .5) solid;
  transition: transform 0.3s ease;
}

.sidebar.push-down {
  transform: translateY(60px);
}

.timepicker{
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding: 0 20px;
}



.sidebar ul li {
  display: inline-block;
  color: white;
  text-align: center;
  padding-left: 27px;
}


.main-article {
  width: 75%;
}
@media (max-width: 1172px){
    .sidebar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      overflow: scroll;
      white-space: nowrap;
      width: 100%;
      height: 59px;
      padding: 0;
      border-bottom: 1px solid #e6e6e6;
      max-width: -webkit-fill-available;
      top: 0px;
  }

    .timepicker {
      white-space: nowrap;
      margin: 0;
      height: 50px;
      display: flex;
      align-items: center;
  }
}

@media (max-width: 1024px) {
  .main-article {
    max-width: 100%;
    width: 100%;
  }
}
.sidebar-home {
  padding: 0 10px !important;
}


.underline {
  text-decoration: underline !important;
}

.sidebar-item {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: auto;
  color: #565656 !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sidebar {
    overflow: scroll;
    white-space: nowrap;
    display: flex;
  }
  .sidebar .timepicker {
    scroll-behavior: smooth;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .sidebar-item {
    font-size: 14px;
    position: relative;
  }
}

@media screen and (max-width: 720px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul {
    padding-left: 0;
  }
  .sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    height: -webkit-fill-available;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    position: fixed;
    height: 50px;
    overflow-y: hidden;
    max-width: -webkit-fill-available;
    z-index: 1;
    top: 0px;
  }

  .sidebar ul li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
  }
}

.download-item {
  max-width: 620px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.download-item .download-pdf-icon {
  margin-right: 20px;
}

.download-pdf-icon {
  width: 60px;
}

.download-item .download-pdf-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.download-item .download-pdf-size {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0px;
}

.download-item .flex-vertical-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .download-pdf-description {
    width: 70%;
  }
}

section#article {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.homepage-content {
  max-width: 810px;
  width: 100%;
}
section .related-articles,
section .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-container {
  max-width: 1366px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.about-container .left-side {
  width: 25%;
}
.about-container .right-side {
  width: 75%;
}

.about-container .right-side a {
  color: #000;
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.about-container .right-side a.green-link.city-name {
  font-family: "Noto Sans";
}

.related-articles-container {
  max-width: 1366px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 80px 0;
}

.related-articles-container h2 {
  margin-bottom: 40px;
}

.related-articles-container .related-articles-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px;
}

.related-articles-container .related-articles-grid .ra-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}

.related-articles-container .related-articles-grid .ra-grid-item a {
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* margin-top: 30px; */
  display: inline-block;
  color: rgba(0, 0, 0, 0.9);
}

.related-articles-container .related-articles-grid .ra-grid-item a h4 {
  margin-bottom: 15px !important;
}

.related-articles-container .related-articles-grid .ra-grid-item p {
  margin-bottom: 15px !important;
}

@media (max-width: 1490px) {
  .about-container {
    padding: 40px 20px;
  }

  .related-articles-container {
    padding: 40px 20px 80px 20px;
  }
}

@media (max-width: 1024px) {
  .about-container {
    gap: 30px;
    flex-direction: column;
  }


  .about-container .left-side,
  .about-container .right-side {
    width: 100%;
  }

  .related-articles-container .related-articles-grid {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 600px) {
  .about-container {
    padding: 40px 10px;
  }

  .related-articles-container {
    padding: 40px 10px 80px 10px;
  }

  .related-articles-container .related-articles-grid {
    grid-template-columns: auto;
    gap: 0;
  }

  .related-articles-container .related-articles-grid .ra-grid-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
  }

  .related-articles-container .related-articles-grid .ra-grid-item:last-child {
    border-bottom: none;
  }

  .related-articles-container .related-articles-grid .ra-grid-item p,
  /* .related-articles-grid .ra-grid-item h4, */
  .related-articles-container .related-articles-grid .ra-grid-item a,
  .related-articles-container .related-articles-grid .ra-grid-item a h4 {
    margin: 0 !important;
    padding: 0;
  }

  .related-articles-container h2 {
    margin: 0 !important;
  }
}

.timepicker {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  scroll-behavior: smooth;
  margin: 0;
}

@media (max-width: 720px) {
  .timepicker {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul {
    padding-left: 0;
    overflow-x: scroll;
  }
  .sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    max-width: -webkit-fill-available;
    top: -1px;
    height: 50px;
    overflow-y: hidden;
  }

  .sidebar ul li {
    display: inline-block;
    color: white;
    text-align: center;
    padding-left: 20px;
  }


  .timepicker {
    white-space: nowrap;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .wrapper li {
    padding-bottom: 0;
}


  .home-submenu-share-mobile,
  .about-submenu-share-mobile {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .timepicker {
    padding-left: 10px;
  }
  .sidebar ul li:last-child {
    padding-right: 10px;
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  background-color: #000;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
  background-color: #000;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*# sourceMappingURL=custom.css.map */

.newpar {
  display: none;
}

.font-inter {
  font-family: Inter, sans-serif;
}

/* HEADER - start */
header .country-navigation .display-pdf {
  border: solid 1px #4d4d4d;
  width: 200px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  text-align: left !important;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header .country-navigation .display-pdf:hover {
  background: #333;
}

header .country-navigation .display-pdf span {
  display: inline-block;
  padding-left: 10px;
  color: #ffffff;
}

header .country-navigation .display-pdf img {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 17px;
}


.color-green path {
  stroke: #c8dc00;
}

.dropdown a:hover {
  background-color: #4d4d4d;
}

/* HEADER - end */

.font-weight-600 {
  font-weight: 600;
}

.styled-bullets {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}

.styled-bullets li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding-bottom: 10px;
}

.sources-city {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 10px;
}

.styled-bullets-sources {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}

.styled-bullets-sources li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  padding-bottom: 10px;
}

.sources-link {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  padding-bottom: 10px;
  text-decoration: underline !important;
}

.authors-link {
  font-family: "Noto Sans";
  text-decoration: underline !important;
  font-size: 18px !important;
  line-height: 27px !important;
}

.exhibit-title {
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  padding-top: 0rem;
}

.subtitle {
  font-family: "Noto Sans";
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  padding-top: 0rem;
}
.exhibit-subtitle {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
  padding-top: 0rem;
}

.exhibit-source {
  color: #565656;
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* City Profile - shams*/
#city-stats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #000000;
}

#city-article {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 90px;
}

.city-article-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}

.city-article-container .strenghts,
.city-article-container .weaknesses,
.city-article-container .recommendations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.city-article-container .strenghts h2,
.city-article-container .weaknesses h2,
.city-article-container .recommendations h2 {
  font-family: "Noto Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 50%;
}

@media (max-width: 1140px) {
  .city-article-container .strenghts h2,
  .city-article-container .weaknesses h2,
  .city-article-container .recommendations h2 {
    width: 100%;
  }
}

.city-article-container .strenghts .content-exhibit,
.city-article-container .weaknesses .content-exhibit,
.city-article-container .recommendations .content-exhibit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 86px;
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .city-article-container .strenghts .content-exhibit,
  .city-article-container .weaknesses .content-exhibit,
  .city-article-container .recommendations .content-exhibit {
    flex-direction: column;
    align-items: center;
  }
}

.city-article-container .strenghts .content-exhibit .content,
.city-article-container .weaknesses .content-exhibit .content,
.city-article-container .recommendations .content-exhibit .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 50%;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

@media screen and (max-width: 1140px) {
  .city-article-container .strenghts .content-exhibit .content,
  .city-article-container .weaknesses .content-exhibit .content,
  .city-article-container .recommendations .content-exhibit .content {
    width: 100%;
  }
}

.city-article-container .strenghts .content-exhibit .exhibit,
.city-article-container .weaknesses .content-exhibit .exhibit,
.city-article-container .recommendations .content-exhibit .exhibit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 50%;
}

@media screen and (max-width: 1140px) {
  .city-article-container .strenghts .content-exhibit .exhibit,
  .city-article-container .weaknesses .content-exhibit .exhibit,
  .city-article-container .recommendations .content-exhibit .exhibit {
    width: 100%;
  }
}

.city-article-container .strenghts .content-exhibit .exhibit h4,
.city-article-container .weaknesses .content-exhibit .exhibit h4,
.city-article-container .recommendations .content-exhibit .exhibit h4 {
  font-family: Inter, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.city-article-container .strenghts .content-exhibit .exhibit img,
.city-article-container .weaknesses .content-exhibit .exhibit img,
.city-article-container .recommendations .content-exhibit .exhibit img {
  width: 645px;
  height: 443px;
}

@media screen and (max-width: 1024px) {
  .city-article-container .strenghts .content-exhibit .exhibit img,
  .city-article-container .weaknesses .content-exhibit .exhibit img,
  .city-article-container .recommendations .content-exhibit .exhibit img {
    width: 100%;
    height: 443px;
  }
}

/* Share button in profile page */
.share-cta {
  position: absolute;
  right: 0;
  z-index: 1;
  left: 0;
}

.share-cta.mobile-home-share {
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1024px) {
  .share-cta.mobile-home-share {
    display: block;
  }
}

.share-cta .share-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background: #000000;
  color: #c8dc00;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

@media (max-width: 1024px) {
  .share-cta .share-btn {
    border: solid 1px #4d4d4d;
  }
}

.share-cta .share-btn img {
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
  top: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.share-cta .share-btn:hover {
  background: #c8dc00;
  color: #000000;
}
.share-cta .share-btn:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%)
    contrast(102%);
}
.share-cta .share-btn.active {
  background: #c8dc00;
  color: #000000;
}
.share-cta .share-btn.active img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%)
    contrast(102%);
}

.share-cta .share-dropdown {
  position: absolute;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  background: #1a1a1a;
  margin-top: 10px;
}

.share-cta .share-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.share-cta .share-dropdown ul {
  margin: 0;
  margin-left: -40px;
}

@media (max-width: 910px) {
  .share-cta .share-dropdown ul {
    margin-left: 0;
  }
  .sidebar.push-down {
    transform: translateY(50px);
  }
}

.share-cta .share-dropdown ul li {
  display: block;
  list-style: none;
}

.share-cta .share-dropdown ul li a {
  outline: 0;
  cursor: pointer;
  color: rgba(230, 230, 230, 0.85);
  font-family: Inter, sans-serif;
  border-bottom: solid 1px rgba(77, 77, 77, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 10px 17.5px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.share-cta .share-dropdown ul li a:hover {
  background: rgba(153, 153, 153, 0.25);
}

.share-cta .share-dropdown ul li a.copy-link .copy-link-text {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text img {
  position: absolute;
  top: 5px;
  right: -25px;
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text.animate {
  filter: blur(3px);
  opacity: 0;
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text .copied {
  color: #c8dc00;
}

/* Share mobile menu */

.share-cta-mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.share-cta-mobile.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  display: block;
}

.share-cta-mobile.active .share-menu-mobile {
  opacity: 1;
  z-index: 101;
  visibility: visible;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 300px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: calc(100vh - 600px);  */
  transition: all 400s ease;
}

@media (max-width: 992px) {
  .share-cta-mobile.active .share-menu-mobile {
    transform: translateY(0);
  }
}

.share-cta-mobile .bg-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 300ms ease;
}
.share-cta-mobile.active .bg-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.share-cta-mobile.active .share-mobile-list {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.share-cta-mobile.active .share-mobile-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.share-cta-mobile.active .share-mobile-list ul li {
  padding: 15px 20px;
}
.share-cta-mobile.active .share-mobile-list ul li:hover {
  background-color: rgba(153, 153, 153, 0.1);
}

.share-cta-mobile.active .share-mobile-list ul li.share-mobile-title:hover {
  background-color: #ffffff !important;
}

.share-cta-mobile.active .share-mobile-list ul li.share-mobile-title {
  border-bottom: 1px solid #e6e6e6;
}
.share-cta-mobile.active .share-mobile-list ul li.share-mobile-title a {
  font-weight: 600 !important;
}

.share-cta-mobile.active .share-mobile-list ul li a {
  text-decoration: none;
  cursor: pointer;
  color: var(--ow-primary-black, #000);
  font-family: Inter, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  display: block;
  width: 100%;
}

.references-about {
  max-height: 800px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  transition: 2s ease;
  margin: 0;
}
.references-about .read-more-ref {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 200px;
  background-image: linear-gradient(0deg, #fff 30%, rgba(244, 227, 227, 0.06) 100%);
}

@media (max-width: 1024px) {
  .references-about .read-more-ref {
    text-align: start;
  }
}
.references-about .read-more-ref a {
  font-family: Inter, sans-serif;
  color: #000000;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 165%;
  padding-bottom: 3px;
  border-bottom: 2px solid #c8dc00;
}

.references-about li {
  padding-bottom: 30px;
}
.references-about li {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 165%;
}
.references-about li:last-child {
  padding-bottom: unset;
}
.references-about li a {
  text-decoration: none;
}

.references-about li a .link-icon {
  padding: 0;
  margin: 0;
}

.references-about li a img {
  padding-left: 5px;
}

#consent_blackbar {
  z-index: 10;
}

.no-break {
  white-space: nowrap;
}

.home-section {
  width: 100%;
  height: auto;
}

.ow-12-col {
  max-width: 1360px;
  width: 100%;
  height: auto;
}

.ow-container-new {
  max-width: 1130px;
  width: 100%;
}

.flex-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ow-container {
  padding: 0 20px;
  height: 100%;
}

.styled-bullets {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}

.styled-bullets li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding-bottom: 10px;
}

.blue-link {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #14853d;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}

.blue-link:hover{
  color: #14853d;
  cursor: pointer;
}

.p-60-100 {
  padding: 27px 0 100px 0;
}
@media (max-width: 1024px) {
  .p-60-100 {
    padding: 0px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .p-60-100 {
    padding: 30px 0 60px 0;
  }
}

.video-banner-gti {
  width: 100%;
  height: 100%;
  background: #000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.video-banner-gti video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner-gti .mobile-video {
  display: none;
}

canvas{
  opacity: 0;
}

@media (max-width: 620px) {
  .video-banner-gti{
    padding-top: 0%;
  }
  canvas{
    padding-top: 12%;
  }
}

@media (max-width: 600px) {
  .video-banner-gti .desktop-video {
    display: none;
  }
  .video-banner-gti .mobile-video {
    display: block;
  }
  canvas {
    padding-top: 0%;
  }
}

.logo {
  text-decoration: none;
}

.no-break {
  white-space: nowrap;
}

.mobile-video {
  img {
  width: 90%;
      position: absolute;
      height: auto;
      bottom: 20px;
  margin:0 auto;
  left:0;
  right:0;
  }
}

.arrow-link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #14853d;
  width: 18px;
  height: 18px;
  vertical-align: middle;
    position: relative;
    top: -2px;
}

.h1-100-animated-1{
  font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 82px;
    letter-spacing: -8px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    margin-bottom: 18px;
}

/*New grid*/

.ow-grid-section{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  padding: 40px 20px 130px 20px;
}

.p-empty-height{
  height: 36px;
  margin-bottom: 30px;
}

.p-empty-height-two-lines{
  height: 72px;
  margin-bottom: 30px;
}


.container {
      padding: 0px 20px;
}

.full-section{
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px rgba(218, 218, 218, .5) solid;
}

.mb-100-0{
  margin-bottom: 100px;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.0s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 930px){
  .container {
    padding: 0px 10px;
  }
  .ow-grid-section{
    grid-template-columns: 1fr;
    padding: 40px 20px 50px 20px;
  }
  .mb-100-0{
    margin-bottom: 20px;
  }
  .ow-4-col{
    max-width: 100%;
  }
  .p-empty-height{
    height: 0px;
    margin-bottom: 0px;
  }
}


@media (max-width: 720px){
  .timepicker {
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 0 20px;
  }
  .sidebar ul li{
    padding: 0;
    padding-left: 20px;
  }
}

@media (max-width: 620px){
  .container {
    padding: 0px 10px;
  }
  .timepicker {
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 0 20px;
  }
  .sidebar ul li:first-child{
    padding-left: 0;
  }
  .top-0{
    padding: 0px 20px 50px 20px;
  }
  .full-section{
    border-bottom: none;
  }
}

@media (max-width: 600px){
  .timepicker{
    padding: 0px 20px;
  }
  .ow-grid-section{
    grid-template-columns: 1fr;
    padding: 40px 20px 50px 20px;
  }
  .top-0{
    padding: 0px 20px 50px 20px;
  }
}

.no-break {
    word-break: keep-all;
}

.blue-link:hover img{
    transform: rotate(45deg);
    transition: ease all 0.3s;
}

.blue-link img {
    transition: ease all 0.3s;
}

