header {
  position: fixed;
  background: #000000;
  width: 100%;
  height: 90px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #1a1a1a;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
header .header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 1000;
  background: #000000;
}
header .header-content .logo {
  height: 90px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
header .header-content .logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header .header-content .logo a img {
  width: 114px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}
header .navigation {
  height: 90px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
header .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  -webkit-margin-after: unset;
          margin-block-end: unset;
  -webkit-padding-start: unset;
          padding-inline-start: unset;
}
header .navigation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
header .navigation ul li a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 125%;
  text-decoration: none;
  font-weight: 400;
  color: #e6e6e6;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navigation ul li a:hover {
  color: #c8dc00;
}
header .navigation ul li a:hover svg path {
  stroke: #c8dc00;
}
header .navigation ul li a.active {
  z-index: 99;
  color: #c8dc00;
  border-bottom: 1px solid #c8dc00;
}
header .navigation ul li a.active svg path {
  stroke: #c8dc00;
}
header .navigation ul li a svg {
  margin-left: 10px;
  width: 14px;
  height: 7px;
  pointer-events: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
header.fixed {
  height: 80px;
}
header.fixed .header-content .logo {
  height: 80px;
}
header.fixed .header-content .navigation {
  height: 80px;
}
header.fixed .header-content .navigation ul li a {
  height: 80px;
}
header.fixed .header-content .navigation .profile-dropdown .link-profiles {
  height: 80px;
}
header.fixed .header-content .navigation .dropdown-full {
  top: 80px;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.profile-dropdown {
  display: inline-block;
}
.profile-dropdown .link-profiles {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 125%;
  text-decoration: none;
  font-weight: 400;
  color: #e6e6e6;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-dropdown .link-profiles:hover {
  color: #c8dc00;
}
.profile-dropdown .link-profiles:hover svg path {
  stroke: #c8dc00;
}
.profile-dropdown .link-profiles.active {
  z-index: 99;
  color: #c8dc00;
  border-bottom: 1px solid #c8dc00;
}
.profile-dropdown .link-profiles.active svg path {
  stroke: #c8dc00;
}
.profile-dropdown .link-profiles svg {
  margin-left: 10px;
  width: 14px;
  height: 7px;
  pointer-events: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.profile-dropdown:hover .city-wrapper {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.profile-dropdown:hover .link-profiles.active {
  color: #c8dc00;
}
.profile-dropdown:hover .link-profiles.active .dropdown-full {
  top: 80px;
}
.profile-dropdown:hover .dropdown-full {
  opacity: 1;
  visibility: visible;
  height: 365px;
  top: 90px;
  transition: height 0.5s ease-in-out, visibility 0s linear;
}

.dropdown-full {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: -1000px;
  height: 0;
  background-color: #1a1a1a;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  transition: height 0.5s ease-in-out, visibility 0s linear 500ms;
}
.dropdown-full .city-wrapper {
  opacity: 0;
  margin: 68px auto;
  padding: 0 175px;
  transition: opacity 2s ease-in-out;
}
.dropdown-full .city-wrapper p {
  font-family: "Inter", sans-serif;
  color: rgba(230, 230, 230, 0.7);
  font-size: 1rem;
  line-height: 137.5%;
  font-weight: 400;
  margin-bottom: 42px;
}
@media (max-width: 1150px) {
  .dropdown-full .city-wrapper {
    padding: 0px 20px;
  }
}
.dropdown-full.active {
  opacity: 1;
  visibility: visible;
  height: 365px;
  top: 90px;
  transition: height 0.5s ease-in-out, visibility 0s linear;
}
.dropdown-full.active .city-wrapper {
  opacity: 1;
}
.dropdown-full .city-links {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  grid-gap: 30px;
}
.dropdown-full .city-links a {
  font-weight: 400;
  line-height: 135%;
  height: unset !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  color: #ffffff;
}
.dropdown-full .city-links a.active {
  border-bottom: none;
}

@-webkit-keyframes slideDown {
  from {
    height: 0;
    visibility: hidden;
  }
  to {
    height: 365px;
    visibility: visible;
  }
}

@keyframes slideDown {
  from {
    height: 0;
    visibility: hidden;
  }
  to {
    height: 365px;
    visibility: visible;
  }
}
.dropdown-toggle-bg {
  background: #1a1a1a !important;
  transition: 0.2s ease-in-out;
}

.dropdown-toggle-pdf {
  background-color: #1a1a1a !important;
  transition: 0.2s ease-in-out !important;
}

.dropdown-toggle-border {
  border-top: 1px solid #4D4D4D;
}

/* HEADER - start */
.mobile-show {
  display: none;
}

@media (max-width: 910px) {
  .mobile-show {
    display: block;
  }
}
.header-content {
  height: 100%;
}

@media (max-width: 910px) {
  header {
    height: 80px;
    overflow: hidden;
    opacity: 1;
    transition: all 0.5s ease-out;
    transition-delay: 0.2s;
  }
  header.fixed {
    height: 80px;
  }
  header .header-content .logo {
    height: 80px;
  }
  header .header-content .logo a img {
    width: 110px;
  }
  header.fixed .header-content .logo a img {
    height: 80px;
  }
}
@media (max-width: 576px) {
  header {
    height: 50px;
  }
  header.fixed {
    height: 50px;
  }
  header .header-content .logo {
    height: 50px;
  }
  header.fixed .header-content .logo {
    height: 50px;
  }
  header .header-content .logo a img {
    width: 90px;
  }
}
/* main downloads button - start*/
.main-downloads {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.turn {
  transform: rotate(180deg);
}

.open-dropdown-menu {
  border: none !important;
}

.dropbtn {
  border: 1px solid #565656;
  padding: 10px 20px;
  background-color: #000000;
  color: #c8dc00;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 300ms ease;
  /* transition: all 300ms ease; */
}
.dropbtn:hover {
  background-color: #c8dc00;
  color: #000000;
  border-color: transparent;
}

.dropbtn:focus {
  outline: none !important;
}

@media (max-width: 576px) {
  .download-pdf-btn-mobile {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 78px;
  }
}
.download-pdf-button-mobile:focus {
  outline: none !important;
  color: #c8dc00;
}

.green-link {
  color: #c8dc00;
}

.show {
  display: block;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  background: #000000;
  height: 100%;
  transform: translateY(-2000px);
  width: 100%;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  box-shadow: 0px 10px 30px 20px rgba(0, 0, 0, 0.75);
  transition: transform 800ms ease, box-shadow 1000ms ease;
}
.mobile-menu-overlay nav {
  padding-top: 50px;
  height: inherit;
  transition: opacity 2000ms ease, transform 1300ms ease;
  opacity: 0;
  transform: translateY(-150px) rotate(0.01deg);
}
.mobile-menu-overlay nav ul {
  margin-left: -40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu-overlay nav ul li {
  list-style: none;
}
.mobile-menu-overlay nav ul li a {
  width: 95%;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 13px 0;
  color: #e6e6e6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  border-bottom: solid 1px #4d4d4d;
}
.mobile-menu-overlay nav ul li a:before {
  content: "";
  position: absolute;
  background: url("https://www.oliverwymanforum.com/content/dam/oliver-wyman/ow-forum/template-scripts/road-to-one-point-five/images/arrow_right_green.svg") center no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  background-size: contain;
}
.mobile-menu-overlay nav ul li a.active {
  color: #c8dc00;
}
.mobile-menu-overlay nav ul li a.active:before {
  background: unset;
}
.mobile-menu-overlay nav ul li a.active:after {
  content: "";
  position: absolute;
  background: url("https://www.oliverwymanforum.com/content/dam/oliver-wyman/ow-forum/template-scripts/road-to-one-point-five/images/check_icon_green.svg") center no-repeat;
  width: 20px;
  height: 20px;
  right: 0px;
  background-size: contain;
}
.mobile-menu-overlay nav ul li a.active.city-profiles-cta:after {
  background: none;
}
.mobile-menu-overlay nav ul li .city-profiles-cta {
  pointer-events: none;
}
.mobile-menu-overlay nav ul li:nth-of-type(1) a {
  border-top: solid 1px #4d4d4d;
}
.mobile-menu-overlay nav ul li:nth-of-type(2) a {
  display: flex;
  justify-content: space-between;
  transition: transform 0.2s ease-out;
}
.mobile-menu-overlay nav ul li:nth-of-type(2) a:before {
  background: unset;
}
.mobile-menu-overlay nav ul li:nth-of-type(5) {
  margin-top: auto;
  margin-bottom: 150px;
}
.mobile-menu-overlay nav ul li:nth-of-type(5) a {
  border: solid 1px #c8dc00;
  font-family: "Inter", sans-serif;
  color: #c8dc00;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.mobile-menu-overlay nav ul li:nth-of-type(5) a:before {
  background: unset;
}
@media (max-width: 576px) {
  .mobile-menu-overlay nav {
    padding-top: 30px;
  }
}
.mobile-menu-overlay.active {
  transform: translateY(0px);
}
.mobile-menu-overlay.active nav {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 910px) {
  .mobile-menu-overlay {
    display: block;
  }
}
.mobile-menu-overlay a.right-6.active::after {
  right: -18px !important;
}
@media (max-width: 576px) {
  .mobile-menu-overlay a.right-6.active::after {
    right: -6px !important;
  }
}

.rotate-plus {
  background: none;
  color: inherit;
  border: none;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
.rotate-plus svg {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.rotate-plus.down {
  transform-origin: 50% 50%;
  transform: rotate(135deg);
}

.mobile-city-accordion {
  position: relative;
  display: none;
  width: 95%;
  margin: 0 auto;
  height: auto;
  padding: 0;
  cursor: pointer;
}
.mobile-city-accordion.active {
  display: block;
}

.mobile-city-links {
  min-height: 200px;
  max-height: 350px;
  overflow-y: scroll !important;
  overflow-x: hidden;
  margin-left: unset !important;
  padding: unset !important;
}
@media (max-width: 377px) {
  .mobile-city-links {
    max-height: 250px;
  }
}
.mobile-city-links li {
  margin-bottom: unset !important;
  border-bottom: 1px solid #4d4d4d;
}
.mobile-city-links a {
  border-top: unset !important;
  border-bottom: unset !important;
  border: unset !important;
  color: rgba(230, 230, 230, 0.85) !important;
}
.mobile-city-links a span {
  position: relative;
  left: 20px;
}
.mobile-city-links a.active {
  color: #c8dc00 !important;
}

@media (max-width: 910px) {
  .mobile-hide {
    display: none !important;
  }
}
/* HEADER - end */
.footer-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 175px;
}
@media (max-width: 1490px) {
  .footer-container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .footer-container {
    padding: 0 10px;
  }
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  height: 115px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 36px;
}
footer .content .content-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .content .content-container.mobile {
  display: none;
}
footer .content .content-container .left {
  width: 33.333%;
}
footer .content .content-container .left .logo img {
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  margin-bottom: 30px;
}
footer .content .content-container .left .text p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.12px;
  color: rgba(230, 230, 230, 0.95);
}
footer .content .content-container .middle {
  width: 40.333%;
  text-align: center;
}
footer .content .content-container .middle ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .middle ul li {
  display: inline-block;
  list-style: none;
}
footer .content .content-container .middle ul li a {
  outline: 0;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.12px;
  color: rgba(230, 230, 230, 0.95);
}
footer .content .content-container .middle ul li a:hover {
  text-decoration: none;
  color: #c8dc00;
}
footer .content .content-container .middle ul li span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding: 0 3px;
  position: relative;
  top: -1px;
}
footer .content .content-container .right {
  width: 33.333%;
  text-align: right;
}
footer .content .content-container .right ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .right ul li {
  display: inline-block;
  list-style: none;
}
footer .content .content-container .right ul li a {
  outline: 0;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.12px;
  color: rgba(230, 230, 230, 0.95);
  padding-left: 20px;
}
footer .content .content-container .right ul li a:hover {
  text-decoration: none;
  color: #c8dc00;
}
footer .content .content-container .right ul li .footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -22px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}
footer .content .content-container .right ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  footer {
    height: 140px;
  }
  footer .content .content-container.desktop {
    display: none;
  }
  footer .content .content-container.mobile {
    display: block;
  }
  footer .content .content-container.mobile .top {
    display: flex;
    justify-content: space-between;
  }
  footer .content .content-container.mobile .top .top-left {
    width: 50%;
  }
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 131px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
    position: relative;
    top: 3px;
  }
  footer .content .content-container.mobile .top .top-right {
    width: 50%;
    text-align: right;
  }
  footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    margin-left: -40px;
    position: relative;
    top: 1px;
  }
  footer .content .content-container.mobile .top .top-right ul li {
    display: inline-block;
    list-style: none;
  }
  footer .content .content-container.mobile .top .top-right ul li a {
    outline: 0;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    padding-left: 20px;
  }
  footer .content .content-container.mobile .top .top-right ul li a:hover {
    text-decoration: none;
    color: #c8dc00;
  }
  footer .content .content-container .bottom {
    width: 100%;
  }
  footer .content .content-container .bottom ul {
    margin: 0;
    margin-left: -40px;
  }
  footer .content .content-container .bottom ul li {
    display: inline-block;
    list-style: none;
  }
  footer .content .content-container .bottom ul li a {
    outline: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .content .content-container .bottom ul li a:hover {
    text-decoration: none;
    color: #c8dc00;
  }
  footer .content .content-container .bottom ul li span {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .content .content-container .bottom .text {
    margin: 0;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
}
@media (max-width: 576px) {
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 108px;
    height: 31px;
  }
}
footer.footer-version-1 {
  background: #000;
}
footer.footer-version-2 {
  background: #f2f2f2;
}
footer.footer-version-2 .content .content-container .top .top-left .logo img {
  filter: invert(100);
}
footer.footer-version-2 .content .content-container .top .top-right ul li a {
  color: #000000;
}
footer.footer-version-2 .content .content-container .bottom ul li a,
footer.footer-version-2 .content .content-container .bottom ul li span {
  color: #000000;
}
footer.footer-version-2 .content .content-container .bottom .text {
  color: #000000;
}
footer.footer-version-2 .content .content-container .left ul li a,
footer.footer-version-2 .content .content-container .left ul li span,
footer.footer-version-2 .content .content-container .right ul li a,
footer.footer-version-2 .content .content-container .right ul li span,
footer.footer-version-2 .content .content-container .middle ul li a,
footer.footer-version-2 .content .content-container .middle ul li span {
  color: #000000;
}
footer.footer-version-2 .content .content-container .left .logo img,
footer.footer-version-2 .content .content-container .right .logo img,
footer.footer-version-2 .content .content-container .middle .logo img {
  filter: invert(100);
}
footer.footer-version-2 .content .content-container .left .text p,
footer.footer-version-2 .content .content-container .right .text p,
footer.footer-version-2 .content .content-container .middle .text p {
  color: #000;
}
footer.no-logo {
  height: 80px;
}
@media (max-width: 1024px) {
  footer.no-logo {
    height: 150px;
  }
  footer.no-logo .content .content-container.mobile .top .top-left {
    display: none;
  }
  footer.no-logo .content .content-container.mobile .top .top-right {
    margin-bottom: 20px;
    text-align: left;
  }
  footer.no-logo .content .content-container.mobile .top .top-right ul li a {
    padding-left: unset;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  margin-top: 0px !important;
  padding: 0px 175px;
  max-width: 2000px;
  margin: 0 auto;
}

@media (max-width: 1490px) {
  .container {
    padding: 0px 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0px 10px;
    box-sizing: border-box;
  }
}
.flex-center {
  display: flex;
  justify-content: center;
}

.section-container {
  width: 100%;
  max-width: 900px;
  color: white;
  padding-bottom: 100px;
}

.border-bottom {
  border: 1px solid #4D4D4D;
}

.main-container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.main-container.for-profiles {
  flex-direction: unset;
  justify-content: unset;
  align-items: unset;
}
.main-container.for-home {
  padding-top: unset;
  align-items: unset;
}
.main-container.for-results {
  width: 70%;
}

.profile-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.profile-container .city-data {
  width: 48%;
}
.profile-container .city-data .city-main-column {
  display: flex;
  width: 100%;
  height: 700px;
  flex-wrap: wrap;
  align-content: space-between;
}
.profile-container .city-data .city-main-column .desc,
.profile-container .city-data .city-main-column .table-data {
  width: 100%;
}
.profile-container .city-data .city-main-column .desc h1 {
  font-family: Tiempos, serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
}
.profile-container .city-data .city-main-column .desc h2 {
  font-family: Tiempos, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  padding-top: 26px;
}
.profile-container .city-data .city-main-column .table-data table {
  width: 100%;
}
.profile-container .city-data .city-main-column .table-data table tr th {
  padding: 15px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  text-align: left;
}
.profile-container .city-data .city-main-column .table-data table tr td {
  border-bottom: solid 1px #4d4d4d;
  padding: 15px 0;
}
.profile-container .city-data .city-main-column .table-data table tr td:nth-of-type(1) {
  color: rgba(230, 230, 230, 0.95);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.profile-container .city-data .city-main-column .table-data table tr td:nth-of-type(2) {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
.profile-container .number-data {
  width: 48%;
  position: relative;
}
.profile-container .number-data .share-cta {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 80px;
}
.profile-container .number-data .share-cta .share-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: solid 1px #4d4d4d;
  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;
}
.profile-container .number-data .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;
}
.profile-container .number-data .share-cta .share-btn:hover {
  background: #c8dc00;
  color: #000000;
}
.profile-container .number-data .share-cta .share-btn:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
}
.profile-container .number-data .share-cta .share-btn.active {
  background: #c8dc00;
  color: #000000;
}
.profile-container .number-data .share-cta .share-btn.active img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
}
.profile-container .number-data .share-cta .share-dropdown {
  position: absolute;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  background: #1a1a1a;
  margin-top: 10px;
}
.profile-container .number-data .share-cta .share-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.profile-container .number-data .share-cta .share-dropdown ul {
  margin: 0;
  margin-left: -40px;
}
.profile-container .number-data .share-cta .share-dropdown ul li {
  display: block;
  list-style: none;
}
.profile-container .number-data .share-cta .share-dropdown ul li a {
  outline: 0;
  cursor: pointer;
  color: rgba(230, 230, 230, 0.85);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 10px 19px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.profile-container .number-data .share-cta .share-dropdown ul li a:hover {
  background: rgba(153, 153, 153, 0.25);
}
.profile-container .number-data .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;
}
.profile-container .number-data .share-cta .share-dropdown ul li a.copy-link .copy-link-text img {
  position: absolute;
  top: 5px;
  right: -25px;
}
.profile-container .number-data .share-cta .share-dropdown ul li a.copy-link .copy-link-text.animate {
  filter: blur(3px);
  opacity: 0;
}
.profile-container .number-data .share-cta .share-dropdown ul li a.copy-link .copy-link-text .copied {
  color: #c8dc00;
}
.profile-container .number-data .temperature-main-column {
  display: flex;
  width: 100%;
  height: 700px;
  flex-wrap: wrap;
  align-content: space-between;
}
.profile-container .number-data .temperature-main-column .temperature,
.profile-container .number-data .temperature-main-column .emission {
  width: 100%;
}
.profile-container .number-data .temperature-main-column .temperature .title {
  margin-top: 190px;
  width: 100%;
  border-bottom: solid 1px #ffffff;
  display: flex;
  justify-content: flex-start;
}
.profile-container .number-data .temperature-main-column .temperature .title p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .profile-container .number-data .temperature-main-column .temperature .title p {
    font-size: 14px;
  }
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar {
  width: 40%;
  position: relative;
  height: 220px;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-number {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-flow: column;
  height: inherit;
  text-align: center;
  position: absolute;
  left: 0;
  color: #ffffff;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-number .temperature-text {
  color: #999;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  position: relative;
  top: 5px;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-flow: column;
  height: inherit;
  text-align: center;
  position: absolute;
  width: 100%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .line {
  height: 2px;
  border-top: dashed 1px #4d4d4d;
  width: 100%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .line:last-child {
  border-top: solid 1px #4d4d4d;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .target-line {
  height: 2px;
  border-top: solid 1px #ffffff;
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0%;
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .target-line .target-text {
  position: absolute;
  top: -28px;
  right: 0;
  color: #ffffff;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .target-line.animate {
  bottom: 30%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-level-block {
  width: 20px;
  background: #1a1a1a;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-level {
  width: 20px;
  background: #1a1a1a;
  position: absolute;
  bottom: 3px;
  height: 0%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-level.red {
  background: #ff2b3d;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-level.orange {
  background: #ff8c00;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-level.yellow {
  background: #ffbe00;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius {
  width: 50%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number {
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin: 0;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  color: #ffffff;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span:nth-of-type(2) {
  position: relative;
  top: 21px;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number .temperature-value {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 0;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend {
  display: flex;
  justify-content: space-between;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory {
  width: 50%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory span {
  display: inline-block;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory span.icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory span.icon.red {
  background: #ff2b3d;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory span.icon.yellow {
  background: #ffbe00;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory span.icon.orange {
  background: #ff8c00;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory span.text {
  color: #ffffff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .target {
  width: 50%;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .target span {
  display: inline-block;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .target span.icon {
  width: 15px;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .target span.text {
  color: #ffffff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.profile-container .number-data .temperature-main-column .emission .title p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .profile-container .number-data .temperature-main-column .emission .title p {
    font-size: 14px;
  }
}
.profile-container .number-data .temperature-main-column .emission .emission-data {
  display: flex;
  justify-content: space-between;
}
.profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 100px;
  padding: 0 20px;
}
.profile-container .number-data .temperature-main-column .emission .emission-data .left svg,
.profile-container .number-data .temperature-main-column .emission .emission-data .right svg {
  display: inline-block;
  height: unset;
}
.profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  color: #ffffff;
  margin: 0;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    font-size: 17px;
  }
}
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
  border-left: solid 1px #ffffff;
}
@media (max-width: 1577px) {
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    padding-left: 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .target-line .target-text {
    display: none;
  }
}
@media (max-width: 1450px) {
  .profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
    width: 50%;
    padding: 0 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    padding-left: 10px;
  }
}
@media (max-width: 1370px) {
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    padding-left: 10px;
  }
}
@media (max-width: 1150px) {
  .profile-container {
    flex-direction: column;
  }
  .profile-container .city-data {
    width: 100%;
  }
  .profile-container .city-data .city-main-column {
    height: 100%;
  }
  .profile-container .city-data .city-main-column .desc {
    position: relative;
  }
  .profile-container .city-data .city-main-column .desc h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .profile-container .city-data .city-main-column .desc h2 {
    font-size: 20px;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 31px;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-btn {
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
    border: solid 1px #4d4d4d;
    color: #c8dc00;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-btn img {
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    top: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-btn:hover {
    background: #c8dc00;
    color: #000000;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-btn:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-btn.active {
    background: #c8dc00;
    color: #000000;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-btn.active img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown {
    position: absolute;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    background: #1a1a1a;
    margin-top: 10px;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul {
    margin: 0;
    margin-left: -40px;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li {
    display: block;
    list-style: none;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li a {
    outline: 0;
    cursor: pointer;
    color: rgba(230, 230, 230, 0.85);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    background: #1a1a1a;
    text-decoration: none;
    display: block;
    padding: 7px 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li a:hover {
    background: rgba(153, 153, 153, 0.25);
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li a.copy-link .copy-link-text {
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li a.copy-link .copy-link-text img {
    position: absolute;
    top: 5px;
    right: -25px;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li a.copy-link .copy-link-text.animate {
    filter: blur(3px);
    opacity: 0;
  }
  .profile-container .city-data .city-main-column .desc .mobile-share .share-dropdown ul li a.copy-link .copy-link-text .copied {
    color: #c8dc00;
  }
  .profile-container .city-data .city-main-column .table-data {
    display: none;
  }
  .profile-container .number-data {
    width: 100%;
  }
  .profile-container .number-data .share-cta {
    display: none;
  }
  .profile-container .number-data .temperature-main-column {
    height: 100%;
  }
  .profile-container .number-data .temperature-main-column .temperature .title {
    margin-top: 30px;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .bar {
    width: 40%;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .bar .temperature-lines .target-line .target-text {
    display: none;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number .temperature-value {
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span:nth-of-type(2) {
    top: 10px;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend {
    flex-direction: column;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .city-trajectory,
.profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .celcius-legend .target {
    width: 100%;
    margin-top: 15px;
  }
  .profile-container .number-data .temperature-main-column .emission {
    margin-top: 30px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
    height: 100%;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left svg,
.profile-container .number-data .temperature-main-column .emission .emission-data .right svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    padding-left: 10px;
    margin-top: 20px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .profile-container .number-data .temperature-main-column .mobile-dashboard-table {
    width: 100%;
    margin-top: 30px;
  }
  .profile-container .number-data .temperature-main-column .mobile-dashboard-table table {
    width: 100%;
  }
  .profile-container .number-data .temperature-main-column .mobile-dashboard-table table tr th {
    padding: 15px 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    text-align: left;
  }
  .profile-container .number-data .temperature-main-column .mobile-dashboard-table table tr td {
    border-bottom: solid 1px #4d4d4d;
    padding: 15px 0;
  }
  .profile-container .number-data .temperature-main-column .mobile-dashboard-table table tr td:nth-of-type(1) {
    color: rgba(230, 230, 230, 0.95);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .profile-container .number-data .temperature-main-column .mobile-dashboard-table table tr td:nth-of-type(2) {
    text-align: right;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
  }
}
@media (max-width: 1200px) {
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number .temperature-value {
    font-size: 110px;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span:nth-of-type(2) {
    top: 10px;
  }
}
@media (max-width: 576px) {
  .profile-container .number-data .temperature-main-column .temperature .temperature-column {
    align-items: unset;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number .temperature-value {
    font-size: 90px;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span {
    font-size: 30px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
    padding: 0 15px;
    flex-wrap: unset;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left svg,
.profile-container .number-data .temperature-main-column .emission .emission-data .right svg {
    top: 40px;
    left: -10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    font-size: 40px;
    padding-left: 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 410px) {
  .profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
    flex-wrap: unset;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    font-size: 40px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 377px) {
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number .temperature-value {
    font-size: 70px;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span {
    font-size: 20px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
    flex-wrap: unset;
    padding: 0 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left svg,
.profile-container .number-data .temperature-main-column .emission .emission-data .right svg {
    left: 0;
    top: 30px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    font-size: 30px;
    padding-left: 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 325px) {
  .profile-container .number-data .temperature-main-column .temperature .temperature-column {
    align-items: unset;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number .temperature-value {
    font-size: 70px;
  }
  .profile-container .number-data .temperature-main-column .temperature .temperature-column .celcius .number span {
    font-size: 20px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left,
.profile-container .number-data .temperature-main-column .emission .emission-data .right {
    flex-wrap: unset;
    padding: 0 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left svg,
.profile-container .number-data .temperature-main-column .emission .emission-data .right svg {
    left: 0;
    top: 30px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value {
    font-size: 30px;
    padding-left: 10px;
  }
  .profile-container .number-data .temperature-main-column .emission .emission-data .left .value .icon,
.profile-container .number-data .temperature-main-column .emission .emission-data .right .value .icon {
    position: relative;
    left: 0;
    bottom: 0;
  }
}

.city-data-container {
  margin-top: 30px;
}
.city-data-container .city-content {
  padding-top: 20px;
}
.city-data-container .city-content .title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  border-top: solid 1px #4d4d4d;
  padding-top: 80px;
}
.city-data-container .city-content h2 {
  color: #ffffff;
  font-family: Tiempos, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  width: 48%;
}
.city-data-container .city-content .two-column {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-top: 20px;
}
.city-data-container .city-content .two-column:nth-of-type(1) {
  border-top: none;
}
.city-data-container .city-content .two-column .content,
.city-data-container .city-content .two-column .frame {
  width: 48%;
}
.city-data-container .city-content .two-column .content p {
  color: rgba(230, 230, 230, 0.95);
  font-family: Tiempos, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
  margin: 0;
}
.city-data-container .city-content .two-column .content ul li {
  color: rgba(230, 230, 230, 0.95);
  font-family: Tiempos, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
}
.city-data-container .city-content .two-column .content ul li strong {
  color: #ffffff;
}
.city-data-container .city-content .two-column .frame h3 {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  margin-bottom: 20px;
}
.city-data-container .city-content .two-column .frame .legend .legend-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.city-data-container .city-content .two-column .frame .legend .legend-container .left span,
.city-data-container .city-content .two-column .frame .legend .legend-container .right span {
  color: rgba(230, 230, 230, 0.95);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-left: 10px;
}
.city-data-container .city-content .two-column .frame .legend .legend-container .left .demand-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: #999;
  border-radius: 50%;
  margin-left: 0;
}
.city-data-container .city-content .two-column .frame .legend .legend-container .left .projected-mobility-demand-icon {
  background: #c8dc00;
  width: 20px;
  height: 2px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.city-data-container .city-content .two-column .frame .legend .legend-container .right {
  margin-left: 10px;
}
.city-data-container .city-content .two-column .frame .legend .legend-container .right .emission-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: #ff2b3d;
  border-radius: 50%;
}
.city-data-container .city-content .two-column .frame .legend .legend-container .right .emission-icon-2 {
  width: 17px;
  height: 2px;
  display: inline-block;
  border-top: dashed 2px #ffffff;
  position: relative;
  top: -1px;
}
.city-data-container .city-content .two-column .frame iframe {
  width: 100%;
  height: 400px;
}
.city-data-container .city-content .two-column .frame .iframe-columns {
  margin-top: -18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.city-data-container .city-content .two-column .frame .iframe-columns .iframe-col {
  width: 30%;
  margin: 18px 0;
}
.city-data-container .city-content .two-column .frame .iframe-columns .iframe-col iframe {
  width: 100%;
  height: 225px;
}
@media (max-width: 1150px) {
  .city-data-container {
    margin-top: -30px;
  }
  .city-data-container .city-content {
    padding-top: 0;
  }
  .city-data-container .city-content .title {
    padding-top: 40px;
    margin-top: 40px;
    font-size: 14px;
  }
  .city-data-container .city-content h2 {
    width: 100%;
    font-size: 20px;
  }
  .city-data-container .city-content .two-column {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .city-data-container .city-content .two-column .content,
.city-data-container .city-content .two-column .frame {
    width: 100%;
  }
  .city-data-container .city-content .two-column .frame h3 {
    margin-top: 30px;
  }
  .city-data-container .city-content .two-column .frame .iframe-columns .iframe-col {
    width: 48.5%;
  }
  .city-data-container .city-content .two-column .frame .iframe-columns .iframe-col:nth-of-type(5), .city-data-container .city-content .two-column .frame .iframe-columns .iframe-col:nth-of-type(6) {
    margin-bottom: 0;
  }
}

.tabs .tabs-nav {
  border-bottom: solid 1px #4d4d4d;
}
.tabs .tabs-nav ul {
  margin: 0;
  margin-left: -40px;
}
.tabs .tabs-nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
}
.tabs .tabs-nav ul li:nth-of-type(1) {
  padding: 0 15px 0 0;
}
.tabs .tabs-nav ul li span {
  color: rgba(230, 230, 230, 0.95);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  top: 1px;
  display: inline-block;
  border-bottom: solid 1px transparent;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.tabs .tabs-nav ul li span:hover {
  color: #c8dc00;
}
.tabs .tabs-nav ul li span.active {
  color: #c8dc00;
  border-bottom: solid 1px #c8dc00;
}
.tabs .tabs-content {
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 100%;
}
.tabs .tabs-content .column {
  color: #fff;
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  margin-bottom: 80px;
  filter: blur(10px);
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  display: flex;
  justify-content: space-between;
}
.tabs .tabs-content .column.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  position: relative;
  float: left;
  filter: blur(0);
  height: 100%;
}
.tabs .tabs-content .column .chart,
.tabs .tabs-content .column .content {
  width: 48%;
}
.tabs .tabs-content .column .chart iframe {
  width: 100%;
  height: 700px;
}
.tabs .tabs-content .column .content p {
  color: rgba(230, 230, 230, 0.95);
  font-family: Tiempos, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
}
.tabs .tabs-content .column .content p.list-title {
  color: #ffffff;
  margin-top: 40px;
}
.tabs .tabs-content .column .content ul li {
  color: rgba(230, 230, 230, 0.95);
  font-family: Tiempos, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
}
.tabs .asterisk {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: unset;
}
@media (max-width: 1150px) {
  .tabs {
    margin-top: 30px;
  }
  .tabs .tabs-nav ul li {
    padding: 0 5px;
  }
  .tabs .tabs-nav ul li:nth-of-type(1) {
    padding: 0 5px 0 0;
  }
  .tabs .tabs-nav ul li span {
    font-size: 14px;
  }
  .tabs .tabs-content .column {
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .tabs .tabs-content .column .chart,
.tabs .tabs-content .column .content {
    width: 100%;
  }
  .tabs .tabs-content .column .content {
    display: none;
  }
  .tabs .tabs-content .column .content p {
    color: #ffffff;
  }
  .tabs .tabs-content .column .content ul li {
    color: rgba(230, 230, 230, 0.85);
  }
  .tabs .tabs-content .column.active .content {
    display: block;
  }
}
@media (max-width: 576px) {
  .tabs .tabs-content .column {
    margin-top: 10px;
    padding-top: unset !important;
    border-bottom: unset !important;
  }
}
@media (max-width: 377px) {
  .tabs .tabs-nav ul li span {
    font-size: 13px;
  }
}

.tooltip-parent.tooltip-profile {
  text-align: left !important;
}

.tooltip-parent .tooltip-content-profile {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #1a1a1a;
  z-index: 10;
  padding: 12px;
  top: 28px;
  left: 3px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 576px) {
  .tooltip-parent .tooltip-content-profile {
    left: unset;
    right: -3px;
    top: 20px;
  }
}

.tooltip-parent.tooltip-profile span {
  left: 3px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  position: relative;
  top: -3px;
  line-height: 22px;
  letter-spacing: -0.16px;
  cursor: pointer;
  color: #ffffff;
}

.tooltip-parent:hover .tooltip-content-profile {
  display: block;
}

@media (max-width: 325px) {
  .tabs .tabs-nav {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }
  .tabs .tabs-nav ul li span {
    top: 0;
  }
}
@media (max-width: 400px) {
  .profile-container .city-data .city-main-column .desc .mobile-share.long-city-sf {
    left: 0;
    top: 85px;
  }
}
@media (max-width: 320px) {
  .profile-container .city-data .city-main-column .desc .mobile-share.long-city {
    left: 0;
    top: 85px;
  }
}
.temperature-bar1 {
  height: 400px;
  width: 90px;
  background: #111;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  border-bottom: solid 1px #fff;
}
.temperature-bar1 .temperature-number {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-flow: column;
  height: inherit;
  text-align: center;
  position: absolute;
  left: 10px;
  color: #ffffff;
}
.temperature-bar1 .temperature-number .temperature-text:nth-of-type(1) {
  transform: translateY(-10px);
}
.temperature-bar1 .temperature-number .temperature-text:nth-of-type(2) {
  transform: translateY(-5px);
}
.temperature-bar1 .temperature-number .temperature-text:nth-of-type(4) {
  transform: translateY(5px);
}
.temperature-bar1 .temperature-number .temperature-text:nth-of-type(5) {
  transform: translateY(5px);
}
.temperature-bar1 .center-temperature-bar {
  height: inherit;
  width: 25px;
  position: relative;
}
.temperature-bar1 .center-temperature-bar .bottom-layer {
  position: absolute;
  width: inherit;
  opacity: 0.4;
  bottom: 0;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
}
.temperature-bar1 .center-temperature-bar .bottom-layer.red {
  background: #ff2b3d;
}
.temperature-bar1 .center-temperature-bar .bottom-layer.orange {
  background: #ffbe00;
}
.temperature-bar1 .center-temperature-bar .bottom-layer.green {
  background: #26cf73;
}
.temperature-bar1 .center-temperature-bar .top-layer {
  position: absolute;
  width: inherit;
  bottom: 0;
  z-index: 1;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
}
.temperature-bar1 .center-temperature-bar .top-layer.red {
  background: #ff2b3d;
}
.temperature-bar1 .center-temperature-bar .top-layer.orange {
  background: #ffbe00;
}
.temperature-bar1 .center-temperature-bar .top-layer.green {
  background: #26cf73;
}
.temperature-bar1 .bars-left {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-flow: column;
  height: inherit;
}
.temperature-bar1 .bars-left .lines {
  width: 20px;
  height: 1px;
  background: #4d4d4d;
  position: relative;
  left: 5px;
}
.temperature-bar1 .bars-left .lines.main-line {
  width: 25px;
  background: #fff;
  position: relative;
  left: 0px;
}
.temperature-bar1 .bars-left .main-temperature {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.temperature-bar1 .bars-right {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-flow: column;
  height: inherit;
}
.temperature-bar1 .bars-right .lines {
  width: 20px;
  height: 1px;
  background: #4d4d4d;
}
.temperature-bar1 .bars-right .lines.main-line {
  width: 25px;
  background: #fff;
}

.hamburger {
  padding: 5px 15px;
  display: block;
  position: absolute;
  top: 23px;
  right: 7px;
  z-index: 1000;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transform: scale(0.6);
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (max-width: 576px) {
  .hamburger {
    top: 8px;
    right: -3px;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 0px;
  height: 24px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -10px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.color-override .hamburger-inner,
.color-override .hamburger-inner::before,
.color-override .hamburger-inner::after {
  background-color: #000;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -12px;
}

.hamburger-inner::after {
  bottom: -12px;
}

/*
     * Spin
     */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section-container-home {
  width: 100%;
  max-width: 810px;
  color: white;
  padding-top: 170px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.section-container-home a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  color: #c8dc00;
  text-decoration: none;
}
.section-container-home a:hover {
  color: #E8FF00;
}

.title-heading {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
  -webkit-margin-before: 200px;
          margin-block-start: 200px;
}

.home-heading svg {
  width: 100%;
  height: 100%;
}
.home-heading svg .cls {
  -webkit-animation: dash 6s ease forwards;
          animation: dash 6s ease forwards;
}
.home-heading svg .cls-1 {
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: -1000;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.home-heading svg .cls-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.home-heading svg .cls-3 {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.home-heading svg .cls-3-mobile {
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: -1000;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.home-heading svg .cls-4-mobile {
  opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.home-heading svg .cls-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.home-heading svg .cls-5 {
  opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.home-heading h1 {
  color: #ffffff;
  text-align: center;
  width: 1000px;
  margin: 0 auto 120px auto;
}

.revealText span,
.revealText2 span {
  display: inline-block;
  margin: 0 6px;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  will-change: opacity, filter;
  opacity: 0;
  filter: blur(20px);
}
@media (max-width: 576px) {
  .revealText span,
.revealText2 span {
    margin: 0 6px;
    margin-left: 0;
  }
}

.revealText span:nth-child(1) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.revealText span:nth-child(2) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.revealText span:nth-child(3) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.revealText2 span:nth-child(1) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.revealText2 span:nth-child(2) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.revealText2 span:nth-child(3) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.revealText2 span:nth-child(4) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.revealText2 span:nth-child(5) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.revealText2 span:nth-child(6) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.revealText2 span:nth-child(7) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.revealText2 span:nth-child(8) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.revealText2 span:nth-child(9) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.section-container-home p {
  font-family: Tiempos, serif;
  color: rgba(230, 230, 230, 0.95);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
}

.read-more {
  max-height: 730px;
  position: relative;
  overflow: hidden;
}
.read-more .trigger {
  position: absolute;
  top: 500px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 200px;
  background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.06) 100%);
}
.read-more .trigger a {
  font-family: "Inter", sans-serif;
  color: #c8dc00;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 165%;
}
.read-more .trigger a:hover {
  color: #E8FF00;
}

.home-container {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  box-sizing: border-box;
}
@media screen and (min-width: 2000px) {
  .home-container {
    margin: 0 auto;
  }
}
.home-container .city-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #ffffff;
  padding-bottom: 50px;
  padding-top: 70px;
  border-top: 1px solid #4D4D4D;
}
.home-container .city-header h2 {
  margin: unset;
}
.home-container .city-header p {
  font-family: "Inter", sans-serif;
  color: rgba(230, 230, 230, 0.95);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: unset;
}

.about-section {
  display: flex;
  color: #ffffff;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #4D4D4D;
}
.about-section h2 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.about-section .about-details {
  width: 70%;
  margin-bottom: 70px;
}
.about-section .about-details p {
  font-family: Tiempos, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 165%;
  margin-top: 70px;
  margin-bottom: unset;
  color: rgba(230, 230, 230, 0.95);
}
.about-section .about-details a {
  text-decoration: none;
  color: #c8dc00;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.about-section .about-details a:hover {
  color: #E8FF00;
}
.about-section .about-details .link-inter-about {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  color: #c8dc00;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 165%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.about-section .about-details .link-inter-about:hover {
  color: #E8FF00;
}
@media (max-width: 576px) {
  .about-section .about-details {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .about-section {
    flex-direction: column;
  }
  .about-section .about-details {
    width: 100%;
  }
  .about-section p {
    margin-top: 30px !important;
  }
  .about-section h2 {
    margin-bottom: unset;
    margin-top: 40px;
  }
}

.related-section {
  color: #ffffff;
  padding-bottom: 150px;
}
.related-section h2 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.related-section h4 {
  margin-top: unset;
  margin-bottom: unset;
  min-height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.related-section p {
  color: rgba(230, 230, 230, 0.95);
  font-family: Tiempos, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 165%;
}
.related-section a {
  color: #c8dc00;
  text-decoration: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 165%;
}
.related-section a:hover {
  color: #E8FF00;
}
@media (max-width: 576px) {
  .related-section {
    padding-bottom: 30px;
  }
  .related-section h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

div#related-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 2000px;
}
@media (max-width: 1180px) {
  div#related-grid {
    width: 90%;
  }
}
@media (max-width: 576px) {
  div#related-grid {
    width: 100%;
  }
}

.column {
  width: 23.5%;
  display: block;
}
@media (max-width: 1200px) {
  .column {
    width: 30%;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .column {
    width: 45%;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .column {
    width: 100%;
    padding-right: unset;
  }
  .column:not(:last-child) {
    border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  }
  .column:not(:first-child) {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .home-heading h1 {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .read-more {
    max-height: 765px;
  }
  .read-more .trigger {
    top: 540px;
    padding-top: 200px;
    text-align: start;
  }
}
@media (max-width: 576px) {
  .home-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 70px;
  }
  .home-heading h1 {
    text-align: start;
    width: 360px;
    margin: unset;
    padding: 0 10px;
    margin-bottom: 110px;
  }
  .home-heading h1 span {
    margin: 0 12px;
    margin-left: 0;
  }
  .title-heading {
    font-size: 1.25rem;
    line-height: 130%;
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    padding: 0 10px;
  }
  .home-container .city-header {
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .home-container .city-header p {
    margin-top: 15px;
  }
  .read-more {
    max-height: 1360px;
  }
  .read-more .trigger {
    top: 1100px;
    padding-top: 230px;
    text-align: start;
  }
  .home-container {
    padding-top: 40px;
  }
  .related-section h4 {
    min-height: unset;
  }
}
@media (max-width: 375px) {
  .home-heading h1 {
    width: 90%;
  }
}
.grid-city-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  padding-bottom: 83px;
  border-bottom: 1px solid #4D4D4D;
}
@media (max-width: 1024px) {
  .grid-city-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 992px) {
  .grid-city-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .grid-city-container {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 576px) {
  .grid-city-container {
    padding-bottom: 40px;
  }
}

.cell {
  width: 100%;
  height: 340px;
  color: white;
  cursor: pointer;
  text-align: start;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0.5px solid #4D4D4D;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.cell h4 {
  font-family: "Inter", sans-serif;
  line-height: 100%;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 12px;
  padding: 24px;
}
.cell h4 div {
  height: 38px;
  overflow: hidden;
}
.cell h4 span {
  display: block;
  padding: 5px 0;
  transition: 1s ease;
}
@media (max-width: 1024px) {
  .cell {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cell {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cell {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .cell {
    height: 50vw;
  }
}

.city-overview {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.city-overview p {
  color: #c8dc00;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  margin: unset;
  padding: 24px;
}
.city-overview h3 {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  text-align: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 125%;
  margin: 24px;
}
.city-overview h3 div {
  height: 60px;
  overflow: hidden;
}
.city-overview h3 span {
  display: flex;
  padding: 5px 0;
  transition: 1s ease;
}

.small-degree {
  font-size: 1.4rem;
  margin-top: -9px;
}

.cell:hover h4 span {
  transform: translateY(-100%);
}

.cell:hover h3 span {
  color: black;
  transform: translateY(-100%);
}

.cell:hover p {
  color: black;
}

.cell:hover {
  border-color: transparent;
  color: #000000;
  background-color: #c8dc00;
  transition: background-color 1000ms linear;
}

@media (max-width: 768px) {
  .section-container-home {
    width: unset;
    padding: 17px 20px;
  }
}
@media (max-width: 576px) {
  .section-container-home {
    width: unset;
    padding: 0 10px;
  }
  .cell h4 {
    font-size: 1.125rem;
    padding-left: 16px;
    padding-top: 10px;
    padding-right: unset;
  }
  .cell h4 span {
    padding: 8px 0;
  }
  .city-overview h3 {
    font-size: 1.875rem;
    margin: 16px;
  }
  .city-overview h3 div {
    height: 40px;
  }
  .city-overview p {
    font-size: 0.9rem;
    padding: 16px;
  }
}
@media (max-width: 325px) {
  .cell h4 {
    padding-left: 12px;
    padding-top: 8px;
  }
  .city-overview h3 {
    margin: 8px;
  }
  .city-overview p {
    font-size: 12px;
    padding: 12px;
  }
}
#align-padding {
  padding-top: 60px !important;
}

@media (max-width: 992px) {
  .emissions-table {
    display: block !important;
    width: 100%;
  }
  .emissions-table table {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-collapse: collapse;
  }
  .emissions-table .border-bottom-line-white {
    border-bottom: 1px solid #fff;
    padding: 10px 0 !important;
  }
  .emissions-table .border-bottom-line {
    border-bottom: 1px solid #4d4d4d;
    padding: 10px 0 !important;
  }
  .emissions-table .right-align {
    text-align: right;
  }
  .emissions-table .table-font-color-gray {
    color: rgba(230, 230, 230, 0.9490196078) !important;
  }
}
@media (max-width: 576px) {
  #align-padding {
    padding-top: 35px !important;
  }
}
.map-legend {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
  gap: 20px;
  padding: 0 !important;
  margin-bottom: 20px;
}

.map-legend p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
}

.map-legend .year {
  display: inline-block;
}

.map-legend .map-legend-colors {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
}

.map-legend .map-legend-colors .scale {
  display: flex;
  flex-direction: row;
  width: 240px;
}

.map-legend .map-legend-colors .scale-labels {
  display: flex;
  flex-direction: row;
  width: 97%;
  justify-content: left;
}

.map-legend .map-legend-colors .scale-labels p {
  color: rgba(230, 230, 230, 0.95);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  width: 60px;
}

.map-legend .map-legend-colors .scale .gray-legend,
.map-legend .map-legend-colors .scale .yellow-legend,
.map-legend .map-legend-colors .scale .orange-legend {
  width: 60px;
  height: 14px;
  border-right: 1px solid white;
}

.map-legend .map-legend-colors .scale .red-legend {
  width: 60px;
  height: 14px;
}

.map-legend .gray-colour {
  background-color: #4d4d4d;
  width: 100%;
  height: 10px;
}

.map-legend .yellow-colour {
  background-color: #ffbe00;
  width: 100%;
  height: 10px;
}

.map-legend .orange-colour {
  background-color: #ff8c00;
  width: 100%;
  height: 10px;
}

.map-legend .red-colour {
  background-color: #ff2b3d;
  width: 100%;
  height: 10px;
}

.section-container-map {
  max-width: 1367px;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.section-container-map .ow-12-col {
  width: 100%;
  max-width: 1367px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  position: relative;
}

.section-container-map .ow-12-col .map {
  width: 100%;
  height: 100%;
}

.section-container-map .ow-12-col .barsWrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
}

@-webkit-keyframes tempBar {
  from, 15% {
    margin-top: 150px;
    height: 0px;
  }
  26%, 42% {
    margin-top: 143px;
    height: 7px;
  }
  42%, 75% {
    margin-top: 128px;
    height: 22px;
  }
  75%, 100% {
    margin-top: 0px;
    height: 150px;
  }
}

@keyframes tempBar {
  from, 15% {
    margin-top: 150px;
    height: 0px;
  }
  26%, 42% {
    margin-top: 143px;
    height: 7px;
  }
  42%, 75% {
    margin-top: 128px;
    height: 22px;
  }
  75%, 100% {
    margin-top: 0px;
    height: 150px;
  }
}
@-webkit-keyframes solidLine {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes solidLine {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes cityTitle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cityTitle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-container-map .ow-12-col .barsWrapper .details {
  display: none;
}

.section-container-map .ow-12-col .barsWrapper .bar-line {
  border: none;
  border-top: 0.5px solid #fff;
  padding: 0;
  margin: 0;
  width: 26px;
  opacity: 0;
}

.section-container-map .ow-12-col .barsWrapper #map-bar {
  width: 100px;
  padding: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}

.section-container-map .ow-12-col .barsWrapper #map-bar:hover .details {
  display: block;
  width: 150px;
  height: 65px;
  background-color: white;
  z-index: 101;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: black;
  padding: 12px;
}

.section-container-map .ow-12-col .barsWrapper #map-bar .details::after {
  content: "";
  position: relative;
  top: -157%;
  left: 28%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white;
}

.section-container-map .ow-12-col .barsWrapper #map-bar #top-mexico::after {
  top: -170%;
}

.section-container-map .ow-12-col .barsWrapper #map-bar #top-left::after {
  left: 5% !important;
}

.section-container-map .ow-12-col .barsWrapper #map-bar #top-middle::after {
  left: 50% !important;
}

.section-container-map .ow-12-col .barsWrapper #map-bar #left-middle::after {
  top: 10% !important;
  left: 23% !important;
  border-color: transparent white transparent transparent;
  position: absolute;
}

.section-container-map .ow-12-col .barsWrapper #map-bar #left-middle-berlin::after {
  top: 50% !important;
  left: -4% !important;
  border-color: transparent white transparent transparent;
  position: absolute;
}

.section-container-map .ow-12-col .barsWrapper #map-bar #right-middle::after {
  top: 50% !important;
  left: 104% !important;
  border-color: transparent transparent transparent white;
  position: absolute;
}

@media (max-width: 992px) {
  .section-container-map .ow-12-col .barsWrapper #map-bar:hover .details {
    display: none;
  }
}
.section-container-map .ow-12-col .barsWrapper #map-bar:hover .details .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #000 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.section-container-map .ow-12-col .barsWrapper #map-bar:hover .details .baseline,
.section-container-map .ow-12-col .barsWrapper #map-bar:hover .details .projected {
  color: #4D4D4D !important;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.section-container-map .ow-12-col .barsWrapper #map-bar:hover .details .baseline,
.projected {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.section-container-map .ow-12-col .barsWrapper #centered-title {
  text-align: center;
}

.section-container-map .ow-12-col .barsWrapper .temp-col {
  z-index: 99;
  width: 12px;
  height: 44px;
  background-color: #4d4d4d;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.section-container-map .ow-12-col .barsWrapper .bar-title {
  padding: 0;
  margin: 0;
  width: 80px;
  height: 30px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  z-index: 100;
}

.section-container-map .ow-12-col .barsWrapper .bar-title p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.section-container-map .ow-12-col .barsWrapper .city-temp {
  width: 12px;
  z-index: 99;
}

.section-container-map .ow-12-col .barsWrapper #bar-column {
  z-index: 30;
  height: 0px;
  width: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.section-container-map .ow-12-col .barsWrapper .sf-bar-chart {
  position: absolute;
  top: 45px;
  left: -5px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .sf-bar-chart .sfb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-container-map .ow-12-col .barsWrapper .sf-bar-chart .sfb .bar-title {
  text-align: right !important;
  width: 100px !important;
}

.section-container-map .ow-12-col .barsWrapper .sf-bar-chart .details {
  width: 150px !important;
}

.section-container-map .ow-12-col .barsWrapper .la-bar-chart {
  position: absolute;
  top: 73px;
  left: 20px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .la-bar-chart .bar-title {
  text-align: right;
}

.section-container-map .ow-12-col .barsWrapper .la-bar-chart .lab {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .la-bar-chart .details {
  width: 150px !important;
}

.section-container-map .ow-12-col .barsWrapper .mx-bar-chart {
  position: absolute;
  top: 125px;
  left: 96px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .mx-bar-chart .mcb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .mx-bar-chart .details {
  width: 148px !important;
}

.section-container-map .ow-12-col .barsWrapper .ny-bar-chart {
  position: absolute;
  top: 37px;
  left: 238px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .ny-bar-chart .nyb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .ln-bar-chart {
  position: absolute;
  top: -20px;
  left: 290px;
  margin: 0 !important;
  gap: 5px;
  width: 300px !important;
  height: 100%;
  display: flex;
  flex-direction: row-reverse !important;
}

.section-container-map .ow-12-col .barsWrapper .ln-bar-chart .bar-title {
  margin-top: 70px !important;
  width: 50px !important;
}

.section-container-map .ow-12-col .barsWrapper .ln-bar-chart .lnb {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .ln-bar-chart .details {
  position: relative;
  margin-top: 30px;
}

.section-container-map .ow-12-col .barsWrapper .pr-bar-chart {
  position: absolute;
  top: 10px;
  left: 560px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .pr-bar-chart .prb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .br-bar-chart {
  position: absolute;
  top: -35px;
  left: 590px;
  margin: 0 !important;
  gap: 5px;
  width: 300px !important;
  display: flex;
  flex-direction: row !important;
}

.section-container-map .ow-12-col .barsWrapper .br-bar-chart .brb {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.section-container-map .ow-12-col .barsWrapper .br-bar-chart .bar-title {
  position: relative;
  top: 70px;
  text-align: center !important;
}

.section-container-map .ow-12-col .barsWrapper .br-bar-chart .details {
  position: relative;
  margin-top: 40px;
  margin-left: -10px;
}

.section-container-map .ow-12-col .barsWrapper .lg-bar-chart {
  position: absolute;
  top: 200px;
  left: 550px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .lg-bar-chart .lgb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-container-map .ow-12-col .barsWrapper .lg-bar-chart .lgb .bar-title {
  text-align: center !important;
  width: 50px !important;
}

.section-container-map .ow-12-col .barsWrapper .db-bar-chart {
  position: absolute;
  top: 115px;
  left: 775px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .db-bar-chart .dbb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .sn-bar-chart {
  position: absolute;
  top: 225px;
  left: 990px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .sn-bar-chart .snb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .hk-bar-chart {
  position: absolute;
  top: 130px;
  left: 1025px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .hk-bar-chart .bar-title {
  margin-bottom: -50px !important;
  margin-left: 65px !important;
  text-align: left !important;
}

.section-container-map .ow-12-col .barsWrapper .hk-bar-chart .hkb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.section-container-map .ow-12-col .barsWrapper .hk-bar-chart .details {
  position: relative;
  margin-left: 40px;
  margin-top: 50px;
}

.section-container-map .ow-12-col .barsWrapper .sh-bar-chart {
  position: absolute;
  top: 90px;
  left: 1095px;
  margin: 0 !important;
  gap: 5px;
  height: 100%;
  display: flex;
}

.section-container-map .ow-12-col .barsWrapper .sh-bar-chart .shb {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-end;
  gap: 5px;
  position: absolute;
}

.section-container-map .ow-12-col .barsWrapper .sh-bar-chart .bar-title {
  align-items: flex-start;
}

.section-container-map .ow-12-col .barsWrapper .sh-bar-chart .details {
  margin-left: 30px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .section-container-map {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 280px) {
  .map-legend p {
    margin: 5px 0;
  }
  .ow-12-col {
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .map-legend {
    gap: 5px;
  }
}
@media (min-width: 1225px) {
  .ow-12-col {
    overflow-x: hidden;
  }
}
.tooltip-parent {
  display: inline-block;
  position: relative;
}

.tooltip-parent.tooltip-map {
  text-align: left !important;
}

.tooltip-parent.tooltip-map span {
  left: 3px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  position: relative;
  top: -6px;
  line-height: 22px;
  letter-spacing: -0.16px;
  cursor: pointer;
}

.tooltip-parent .tooltip-content {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #1a1a1a;
  z-index: 10;
  padding: 12px;
  top: 28px;
  left: 3px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  z-index: 1;
}

.tooltip-parent:hover .tooltip-content {
  display: block;
}

.about-h1 {
  font-family: Tiempos, serif;
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 150px;
  margin-bottom: 130px;
  text-align: center;
  width: 950px;
}

.share-cta-desktop {
  display: block;
  position: absolute;
  z-index: 1;
  top: 300px;
}
.share-cta-desktop .share-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: solid 1px #4d4d4d;
  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;
}
.share-cta-desktop .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-desktop .share-btn:hover {
  background: #c8dc00;
  color: #000000;
}
.share-cta-desktop .share-btn:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
}
.share-cta-desktop .share-btn.active {
  background: #c8dc00;
  color: #000000;
}
.share-cta-desktop .share-btn.active img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
}
.share-cta-desktop .share-dropdown {
  position: absolute;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  background: #1a1a1a;
  margin-top: 10px;
}
.share-cta-desktop .share-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.share-cta-desktop .share-dropdown ul {
  margin: 0;
  margin-left: -40px;
}
.share-cta-desktop .share-dropdown ul li {
  display: block;
  list-style: none;
  padding-bottom: unset;
}
.share-cta-desktop .share-dropdown ul li a {
  outline: 0;
  cursor: pointer;
  color: rgba(230, 230, 230, 0.85);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.share-cta-desktop .share-dropdown ul li a:hover {
  background: rgba(153, 153, 153, 0.25);
}
.share-cta-desktop .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-desktop .share-dropdown ul li a.copy-link .copy-link-text img {
  position: absolute;
  top: 5px;
  right: -25px;
}
.share-cta-desktop .share-dropdown ul li a.copy-link .copy-link-text.animate {
  filter: blur(3px);
  opacity: 0;
}
.share-cta-desktop .share-dropdown ul li a.copy-link .copy-link-text .copied {
  color: #c8dc00;
}

.wrapper li.active .sidebar-item {
  color: #c8dc00 !important;
}

.wrapper li .sidebar-item:hover {
  color: #E8FF00;
}

.main,
.sidebar-desktop {
  color: white;
  /* padding: 15px; */
}
.main p,
.sidebar-desktop p {
  font-family: Tiempos, serif;
  color: rgba(230, 230, 230, 0.95);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
}

.main {
  width: 80%;
  margin: 0 auto;
}

.sidebar-desktop {
  width: 25%;
  height: 30vh;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.sidebar-desktop .sidebar-item {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: rgba(230, 230, 230, 0.85);
}
.sidebar-desktop ul li {
  list-style-type: none;
  padding-bottom: 19px;
}

#timepicker {
  -webkit-overflow-scrolling: touch;
  /* white-space: nowrap; */
  padding: 5px 0;
  scroll-behavior: smooth;
}

.timepicker {
  -webkit-overflow-scrolling: touch;
  /* white-space: nowrap; */
  padding: 5px 0;
  scroll-behavior: smooth;
}

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

.sidebar-item {
  color: rgba(230, 230, 230, 0.85);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

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

.wrapper {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 70px 0;
}

.styled-bullets {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}
.styled-bullets li {
  font-family: Tiempos, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(230, 230, 230, 0.95);
  padding-bottom: 10px;
}

#Contact h2,
#Authors h2,
#Methodology h2,
#About h2,
#References h2,
#Sustainability h2 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

#Contact h2,
#Authors h2,
#Methodology h2,
#Sustainability h2,
#References h2 {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}

#Authors a,
#Methodology a,
#Sustainability a,
#About a,
#References a {
  color: #c8dc00;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  text-decoration: none;
}
#Authors a:hover,
#Methodology a:hover,
#Sustainability a:hover,
#About a:hover,
#References a:hover {
  color: #E8FF00;
}

.references-about {
  max-height: 800px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  transition: 2s ease;
}
.references-about .read-more-ref {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: start;
  margin: 0;
  padding-top: 200px;
  background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.06) 100%);
}
.references-about .read-more-ref a {
  font-family: "Inter", sans-serif;
  color: #c8dc00;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 165%;
}
.references-about .read-more-ref a:hover {
  color: #E8FF00;
}
.references-about li {
  font-family: Tiempos, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 165%;
  color: rgba(230, 230, 230, 0.95);
  padding-bottom: 30px;
}
.references-about li:last-child {
  padding-bottom: unset;
}
.references-about li a {
  text-decoration: none;
  padding-left: 10px;
}

@media (max-width: 1300px) {
  .about-h1 {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .about-h1 {
    width: 90%;
  }
  .main {
    padding-top: 30px !important;
  }
}
.sidebar-mobile {
  display: none;
}

@media (max-width: 768px) {
  .main {
    width: 100%;
  }
  .wrapper {
    width: 100%;
    padding: 0px;
  }
  .about-h1 {
    width: unset;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .share-cta-desktop {
    display: none;
  }
  .mobile-share-cta {
    display: block;
    z-index: 2;
    padding: 0px 20px;
    margin-bottom: 100px;
    align-self: flex-start;
  }
  .mobile-share-cta .share-btn {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: solid 1px #4d4d4d;
    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;
  }
  .mobile-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;
  }
  .mobile-share-cta .share-btn:hover {
    background: #c8dc00;
    color: #000000;
  }
  .mobile-share-cta .share-btn:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
  }
  .mobile-share-cta .share-btn.active {
    background: #c8dc00;
    color: #000000;
  }
  .mobile-share-cta .share-btn.active img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%) contrast(102%);
  }
  .mobile-share-cta .share-dropdown {
    position: absolute;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    background: #1a1a1a;
    margin-top: 10px;
  }
  .mobile-share-cta .share-dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile-share-cta .share-dropdown ul {
    margin: 0;
    margin-left: -40px;
  }
  .mobile-share-cta .share-dropdown ul li {
    display: block;
    list-style: none;
    padding-bottom: unset;
  }
  .mobile-share-cta .share-dropdown ul li a {
    outline: 0;
    cursor: pointer;
    color: rgba(230, 230, 230, 0.85);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    background: #1a1a1a;
    text-decoration: none;
    display: block;
    padding: 10px 19px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
  }
  .mobile-share-cta .share-dropdown ul li a:hover {
    background: rgba(153, 153, 153, 0.25);
  }
  .mobile-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;
  }
  .mobile-share-cta .share-dropdown ul li a.copy-link .copy-link-text img {
    position: absolute;
    top: 5px;
    right: -25px;
  }
  .mobile-share-cta .share-dropdown ul li a.copy-link .copy-link-text.animate {
    filter: blur(3px);
    opacity: 0;
  }
  .mobile-share-cta .share-dropdown ul li a.copy-link .copy-link-text .copied {
    color: #c8dc00;
  }
  .sidebar-desktop {
    display: none;
  }
  .flex-center {
    flex-direction: column;
    justify-content: flex-start;
  }
  .sidebar-mobile {
    display: block;
    background-color: #000000;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    height: 50px;
    overflow-y: hidden;
    padding: 0;
    border-bottom: 1px solid #4d4d4d;
    max-width: -webkit-fill-available;
    -webkit-box-orient: horizontal;
    z-index: 1;
  }
  .sidebar-mobile .timepicker {
    white-space: nowrap;
    padding: 16px 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow-x: scroll;
    margin: 0;
  }
  .sidebar-mobile ul li:first-child {
    padding-left: 20px !important;
  }
  .sidebar-mobile ul li {
    display: inline-block;
    padding: 0px 10px;
    text-align: center;
  }
  .sidebar-mobile ul li .sidebar-item {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: rgba(230, 230, 230, 0.85);
    position: relative;
    top: 1px;
    padding: 15px 0;
  }
  .sidebar-mobile ul li.active .sidebar-item {
    color: #c8dc00 !important;
    border-bottom: 1px solid #c8dc00;
  }
  .sidebar-mobile ul li .sidebar-item:hover {
    color: #E8FF00;
  }
  .for-about {
    width: unset !important;
  }
}
@media (max-width: 576px) {
  .about-h1 {
    text-align: start;
    width: unset;
    margin: unset;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .sidebar-mobile {
    top: 50px;
  }
  .sidebar-mobile ul li:first-child {
    padding-left: 10px !important;
  }
  .mobile-share-cta {
    z-index: 2;
    padding: 0px 10px;
  }
  .mot-box.ml-0 {
    margin-left: 0 !important;
  }
}
#Cities1 h2,
#Multi-transport h2,
#Summary h2,
#Cities2 h2 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

#Cities1 h2,
#Cities2 h2,
#Multi-transport h2 {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
@media (max-width: 576px) {
  #Cities1 h2,
#Cities2 h2,
#Multi-transport h2 {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

#Cities1 a,
#Multi-transport a,
#Cities2 a, #Summary a {
  color: #c8dc00;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  text-decoration: none;
}
#Cities1 a:hover,
#Multi-transport a:hover,
#Cities2 a:hover, #Summary a:hover {
  color: #E8FF00;
}
#Cities1 .legend-container,
#Multi-transport .legend-container,
#Cities2 .legend-container, #Summary .legend-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  #Cities1 .legend-container,
#Multi-transport .legend-container,
#Cities2 .legend-container, #Summary .legend-container {
    width: 60%;
    justify-content: start;
  }
}
@media (max-width: 477px) {
  #Cities1 .legend-container,
#Multi-transport .legend-container,
#Cities2 .legend-container, #Summary .legend-container {
    width: 75%;
  }
}
@media (max-width: 385px) {
  #Cities1 .legend-container,
#Multi-transport .legend-container,
#Cities2 .legend-container, #Summary .legend-container {
    width: 80%;
  }
}
@media (max-width: 377px) {
  #Cities1 .legend-container,
#Multi-transport .legend-container,
#Cities2 .legend-container, #Summary .legend-container {
    width: 90%;
  }
}
@media (max-width: 325px) {
  #Cities1 .legend-container,
#Multi-transport .legend-container,
#Cities2 .legend-container, #Summary .legend-container {
    width: 100%;
  }
}
#Cities1 .legend-container .legend-span,
#Multi-transport .legend-container .legend-span,
#Cities2 .legend-container .legend-span, #Summary .legend-container .legend-span {
  display: flex;
  align-items: center;
}
#Cities1 .legend-container .legend-text,
#Multi-transport .legend-container .legend-text,
#Cities2 .legend-container .legend-text, #Summary .legend-container .legend-text {
  color: rgba(230, 230, 230, 0.95);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#Cities1 .legend-container .cars-box,
#Multi-transport .legend-container .cars-box,
#Cities2 .legend-container .cars-box, #Summary .legend-container .cars-box {
  width: 11px;
  height: 11px;
  background: #50209B;
  margin-right: 10px;
}
#Cities1 .legend-container .walking-box,
#Multi-transport .legend-container .walking-box,
#Cities2 .legend-container .walking-box, #Summary .legend-container .walking-box {
  width: 11px;
  height: 11px;
  background: #E6E6E6;
  margin-right: 10px;
  margin-left: 20px;
}
#Cities1 .legend-container .pt-box,
#Multi-transport .legend-container .pt-box,
#Cities2 .legend-container .pt-box, #Summary .legend-container .pt-box {
  width: 11px;
  height: 11px;
  background: #999;
  margin-right: 10px;
  margin-left: 20px;
}
#Cities1 .legend-container .cycling-box,
#Multi-transport .legend-container .cycling-box,
#Cities2 .legend-container .cycling-box, #Summary .legend-container .cycling-box {
  width: 11px;
  height: 11px;
  background: #06C9F4;
  margin-right: 10px;
  margin-left: 20px;
}
@media (max-width: 576px) {
  #Cities1 .legend-container .cycling-box,
#Multi-transport .legend-container .cycling-box,
#Cities2 .legend-container .cycling-box, #Summary .legend-container .cycling-box {
    margin-left: 0;
  }
}
#Cities1 .legend-container .mot-box,
#Multi-transport .legend-container .mot-box,
#Cities2 .legend-container .mot-box, #Summary .legend-container .mot-box {
  width: 11px;
  height: 11px;
  background: #26CF73;
  margin-right: 10px;
  margin-left: 20px;
}

.top-200 {
  top: 200px !important;
}
@media (max-width: 1024px) {
  .top-200 {
    top: 240px !important;
  }
}
@media (max-width: 807px) {
  .top-200 {
    top: 280px !important;
  }
}

.mobile-show-results {
  display: none;
}

@media (max-width: 576px) {
  .mobile-show-results {
    display: block;
  }
}
@media (max-width: 576px) {
  .mobile-hide-results {
    display: none !important;
  }
}
.iframe-container {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.iframe-container iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.iframe-container.short {
  min-height: 435px;
}

@media (max-width: 399px) {
  .iframe-container.short {
    min-height: 400px;
  }
}
@media (max-width: 375px) {
  .iframe-container.short {
    min-height: 391px;
  }
}
body {
  overflow-y: scroll;
  margin: 0;
  height: 100%;
  background-color: #000000;
}

.main-container,
footer {
  filter: blur(0);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.main-container.active,
footer.active {
  filter: blur(10px);
}

h1 {
  font-family: Tiempos, serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
    line-height: 130%;
  }
}

h2 {
  font-family: Tiempos, serif;
  font-size: 1.5625rem;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  font-family: Tiempos, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  h4 {
    font-size: 1.125rem;
  }
}

.body-long-text {
  font-family: Tiempos, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 165%;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

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

.mt-50 {
  margin-top: 50px;
}

.mt-0 {
  margin-top: 0;
}

.link {
  color: #c8dc00;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.link:hover, .link:focus {
  color: #E8FF00;
}

.text-white {
  color: #ffffff !important;
}

sub {
  vertical-align: unset;
  position: relative;
  top: 5px;
  z-index: 0;
}

.top-36 {
  top: 36px !important;
}
@media (max-width: 1024px) {
  .top-36 {
    top: 44px !important;
  }
}
@media (max-width: 768px) {
  .top-36 {
    top: 50px !important;
  }
}
@media (max-width: 576px) {
  .top-36 {
    top: 40px !important;
  }
}
@media (max-width: 377px) {
  .top-36 {
    top: 30px !important;
  }
}

.info-mtc0 {
  width: 200px !important;
  left: unset !important;
  top: 80px !important;
  right: -4px;
}

@media (max-width: 768px) {
  .text-15-mobile {
    font-size: 15px !important;
  }
  .text-grey {
    color: rgba(230, 230, 230, 0.85) !important;
  }
}
.webby-ribbon {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.webby-ribbon a {
  display: block;
  background: #1a1a1a;
  height: 51px;
  padding-top: 12px;
  width: 151px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #333;
  border-bottom: none !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  transition: all 300ms ease;
}
@media screen and (min-width: 577px) {
  .webby-ribbon a:hover {
    background-color: #c8dc00;
    color: #000000;
    border-color: transparent;
  }
}/*# sourceMappingURL=custom.css.map */