#nav-share li:hover span {
  color: #C96A01;
}

.hero-explore {
  background-color: #C96A01;
  position: relative;
  height: 100vh;
  max-height: 800px;
}
.hero-explore .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.hero-explore .container > .scroll-dowm {
  position: absolute;
  border-left: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  padding: 12px 24px;
  left: 50%;
  bottom: 10%;
  font-family: "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  transform: translateX(100%);
}
@media (max-width: 840px) {
  .hero-explore .container > .scroll-dowm {
    bottom: 40px;
  }
}
.hero-explore .container .title-hero {
  min-width: 696px;
  text-align: right;
}
@media (max-width: 840px) {
  .hero-explore .container .title-hero {
    text-align: left;
  }
}
.hero-explore figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.hero-explore figure img {
  display: block;
  height: 100%;
}
@media (max-width: 64em) {
  .hero-explore {
    max-height: none;
  }
  .hero-explore figure {
    top: 0;
    bottom: auto;
    width: auto;
    height: auto;
    right: 20px;
  }
  .hero-explore figure img {
    height: auto;
    width: 100%;
  }
  .hero-explore .container {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .hero-explore .container .title-hero {
    min-width: auto;
    font-size: 68px;
    position: absolute;
    top: 50%;
    line-height: 0.9;
    left: 0;
  }
  .hero-explore .container > .scroll-dowm {
    left: 0;
    transform: none;
  }
}

.statistics .title-h2 {
  color: #000;
  opacity: 0.6 !important;
  margin-top: 72px;
}
.statistics .title-h2 + .cards-popups {
  margin-top: 40px;
}
.statistics .cards-popups__card:hover .cards-popups__bg > svg,
.statistics .cards-popups__card.active .cards-popups__bg > svg {
  opacity: 0.1;
}

.access {
  background-color: #FFFBF7;
  margin-top: 98px;
  padding: 157px 0;
}
.access .title-h1 {
  opacity: 0.6 !important;
}
.access__columns {
  display: flex;
}
.access__columns-column {
  flex: 1;
  padding: 0 24px;
}
.access__columns-column:first-child {
  padding-left: 0;
}
.access__columns-column:last-child {
  padding-right: 0;
}
.access__columns h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  font-family: "Giovanni", serif;
  -webkit-font-smoothing: antialiased !important;
  color: #C96A01;
}
.access__columns a {
  text-decoration: underline;
  color: #C96A01;
}
@media (max-width: 64em) {
  .access {
    padding: 100px 0;
  }
  .access .title-h1 {
    font-size: 52px;
  }
  .access__columns {
    flex-direction: column;
  }
  .access__columns-column {
    padding: 0;
  }
  .access__columns h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.intro {
  padding: 80px 0;
  margin-top: 99px;
}
@media (max-width: 840px) {
  .intro {
    padding-bottom: 20px;
  }
}
.intro .flex {
  gap: 70px;
}
@media (max-width: 840px) {
  .intro .flex {
    flex-direction: column;
    gap: 0px;
  }
}
.intro__title {
  flex: 1;
}
.intro__text {
  flex: 1;
}

.data {
  padding: 80px 0;
}
.data__tabs {
  background: none;
  padding: 0;
}
@media (max-width: 840px) {
  .data {
    padding: 40px 0;
  }
}

[data-tab-component] {
  position: relative;
}
[data-tab-component]::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  height: 1px;
  background: #D9D9D9;
}
@media (max-width: 840px) {
  [data-tab-component]::before {
    opacity: 0;
  }
}
[data-tab-component] [role=tablist] {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
@media (max-width: 840px) {
  [data-tab-component] [role=tablist] {
    display: flex;
  }
}
[data-tab-component] [role=presentation] {
  flex: 1;
  list-style-type: none;
}
[data-tab-component] [role=tab] {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #ADADAD;
  cursor: pointer;
  font-size: 16px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 32px 70px;
  position: relative;
  background: #F7F7F7;
}
@media (max-width: 840px) {
  [data-tab-component] [role=tab] {
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
[data-tab-component] [role=tab]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D8D9D9;
}
[data-tab-component] [role=tab]:first-child {
  padding-left: 0;
}
[data-tab-component] [role=tab]:hover {
  background-color: #FFFBF7;
}
[data-tab-component] [role=tab][aria-selected=true] {
  background-color: #FFFBF7;
  color: #C96A01;
}
[data-tab-component] [role=tab][aria-selected=true]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #E19863;
  border: none;
}
[data-tab-component] [role=tab]:first-child[aria-selected=true]::before, [data-tab-component] [role=tab]:first-child:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFBF7;
  transform: translateX(-100%);
  border-top: 2px solid #E19863;
}
[data-tab-component] [role=tab]:first-child[aria-selected=false]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  background-color: #F7F7F7;
  transform: translateX(-100%);
  border-top: 1px solid #D8D9D9;
  border-bottom: 1px solid #D8D9D9;
}
[data-tab-component] [role=tab]:first-child[aria-selected=false]::after {
  border-left: none;
}
[data-tab-component] [role=tab]:first-child[aria-selected=false]:hover::before {
  background-color: #FFFBF7;
}
[data-tab-component] [role=tab]:last-child[aria-selected=true] {
  border-right: 1px solid #D9D9D9;
}
[data-tab-component] [role=tabpanel] {
  background-color: #FFFBF7;
  padding: 74px 0;
}
@media (max-width: 840px) {
  [data-tab-component] [role=tabpanel] {
    padding: 30px 0;
  }
}
[data-tab-component] [role=tabpanel][aria-hidden=true] {
  display: none;
}
