#page-metrics .section-hero .background img, #page-metrics .section-hero .background, .modal-report-error {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-metrics .section-hero a.background, a.modal-report-error {
  text-indent: -999px;
  overflow: hidden;
}

#page-metrics .section-hero button.background, button.modal-report-error {
  text-indent: -999px;
  overflow: hidden;
}

.modal-report-error {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 150;
}
@media (max-height: 840px) {
  .modal-report-error {
    display: block;
    padding: 50rem 0;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  .modal-report-error {
    display: block;
    padding: 50rem 0;
    overflow: auto;
  }
}
.modal-report-error.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal-report-error .wrapper {
  background-color: white;
  position: relative;
  border-radius: 40px;
  width: 965rem;
  padding: 78rem 62rem;
}
@media (max-height: 840px) {
  .modal-report-error .wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper {
    padding: 60rem 25rem 40rem 25rem;
    width: 95%;
    margin: 0 auto;
  }
}
.modal-report-error .wrapper-close {
  position: absolute;
  top: 28rem;
  right: 28rem;
}
.modal-report-error .wrapper-close svg {
  width: 15rem;
  height: unset;
}
.modal-report-error .wrapper-close svg path {
  fill: #d3ae79;
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-report-error .wrapper-close:hover svg path {
  fill: black;
}
.modal-report-error .wrapper-vector {
  position: absolute;
  bottom: 0;
  left: 102rem;
  opacity: 0.48;
  z-index: 1;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-vector {
    right: 0;
    bottom: -50rem;
  }
}
.modal-report-error .wrapper-vector img {
  display: inline-block;
}
.modal-report-error .wrapper-flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-flex {
    flex-direction: column;
  }
}
.modal-report-error .wrapper-flex .left {
  width: 365rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-flex .left {
    width: 100%;
  }
}
.modal-report-error .wrapper-flex .left-title {
  color: #d7b57d;
  font-size: 40rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 15rem;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-flex .left-title {
    font-size: 30rem;
  }
}
.modal-report-error .wrapper-flex .left-description p {
  color: black;
  font-size: 17rem;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-flex .left-description p {
    font-size: 16rem;
  }
}
.modal-report-error .wrapper-flex .left-logo {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-flex .left-logo {
    display: none;
  }
}
.modal-report-error .wrapper-flex .right {
  margin-left: 45rem;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .modal-report-error .wrapper-flex .right {
    width: 100%;
    margin: 35rem 0 0;
  }
}
.modal-report-error .wrapper-flex .right-form .field-group {
  position: relative;
}
.modal-report-error .wrapper-flex .right-form .field-group .label {
  color: #898988;
  font-size: 18rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: absolute;
  top: 5rem;
  left: 12rem;
  pointer-events: none;
  transform-origin: 0% 0%;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-report-error .wrapper-flex .right-form .field-group .field {
  background-color: transparent;
  color: #898988;
  font-size: 18rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: none;
  border-bottom: 1px solid #898988;
  padding: 0 12rem 5rem;
  border-radius: 0px;
  width: 100%;
  display: block;
}
.modal-report-error .wrapper-flex .right-form .field-group.not-empty .label, .modal-report-error .wrapper-flex .right-form .field-group.focus .label {
  transform: scale(0.7) translateY(-25rem);
}
.modal-report-error .wrapper-flex .right-form .form-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20rem;
  grid-row-gap: 28rem;
  margin: 28rem 0;
}
@media (max-width: 767px) {
  .modal-report-error .wrapper-flex .right-form .form-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-report-error .wrapper-flex .right-form .form-submit {
  margin-top: 28rem;
}

#page-metrics .section-hero {
  position: relative;
  padding: 220rem 0 75rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-hero {
    padding: 150rem 0 50rem;
  }
}
#page-metrics .section-hero .background {
  z-index: 1;
}
#page-metrics .section-hero .vector {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-metrics .section-hero .vector svg {
  width: 280rem;
  height: unset;
}
#page-metrics .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-metrics .section-hero .headline {
  padding-left: 30rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-hero .headline {
    padding-left: 0;
  }
}
#page-metrics .section-hero .headline-small {
  color: white;
  font-size: 18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
#page-metrics .section-hero .headline-title {
  color: white;
  font-size: 40rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-hero .headline-title {
    font-size: 30rem;
  }
}
#page-metrics .section-metrics {
  padding: 72rem 0 50rem;
}
#page-metrics .section-metrics .headline {
  padding: 0 30rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .headline {
    padding: 0;
  }
}
#page-metrics .section-metrics .headline-description {
  margin-bottom: 72rem;
}
#page-metrics .section-metrics .headline-description p {
  color: #292929;
  font-size: 17rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-align: justify;
}
#page-metrics .section-metrics .flex-wrapper {
  display: flex;
  padding: 0 30rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .flex-wrapper {
    padding: 0;
    flex-direction: column;
  }
}
#page-metrics .section-metrics .flex-wrapper .left {
  width: 300rem;
  border-right: 2px solid #005342;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .flex-wrapper .left {
    width: 100%;
    border: none;
  }
}
#page-metrics .section-metrics .flex-wrapper .left-navigation {
  width: 100%;
}
#page-metrics .section-metrics .flex-wrapper .left-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .flex-wrapper .left-navigation ul {
    flex-direction: unset;
    position: relative;
    left: -25px;
    width: 100vw;
    overflow: auto;
    padding: 0 25px 10rem;
  }
}
#page-metrics .section-metrics .flex-wrapper .left-navigation ul li {
  width: 100%;
}
#page-metrics .section-metrics .flex-wrapper .left-navigation ul li:not(:last-child) {
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .flex-wrapper .left-navigation ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20rem;
  }
}
#page-metrics .section-metrics .flex-wrapper .left-navigation ul li button {
  background-color: transparent;
  color: #898988;
  font-size: 16rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  width: 100%;
  height: 30rem;
  padding: 0 13rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  transition-property: background-color, color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  border-radius: 6px 0 0 6px;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .flex-wrapper .left-navigation ul li button {
    white-space: nowrap;
    border-radius: 6px;
  }
}
#page-metrics .section-metrics .flex-wrapper .left-navigation ul li button:hover, #page-metrics .section-metrics .flex-wrapper .left-navigation ul li button.active {
  background-color: #005342;
  color: white;
}
#page-metrics .section-metrics .flex-wrapper .right {
  flex-grow: 1;
  margin-left: 65rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .flex-wrapper .right {
    flex-grow: unset;
    width: 100%;
    margin: 40rem 0 0;
  }
}
#page-metrics .section-metrics .flex-wrapper .right-tabs {
  position: relative;
  overflow: hidden;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab.active {
  opacity: 1;
  transition-delay: 0.1s;
  z-index: 2;
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab-title {
  color: #005342;
  font-size: 22rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 35rem;
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab-description > *:not(:last-child) {
  margin-bottom: 35rem;
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab-description p {
  color: #292929;
  font-size: 17rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab-description p:not(:last-child) {
  margin-bottom: 33rem;
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab-description p a {
  color: #d7b57d;
  font-size: 17rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-metrics .section-metrics .flex-wrapper .right-tabs .tab-description p a:hover {
  color: black;
}
#page-metrics .section-metrics .wrapper {
  margin-top: 130rem;
  padding: 0 30rem;
}
@media (max-width: 1023px) {
  #page-metrics .section-metrics .wrapper {
    padding: 0;
  }
}
#page-metrics .section-metrics .wrapper-items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#page-metrics .section-metrics .wrapper-items .item {
  display: flex;
  align-items: center;
}
#page-metrics .section-metrics .wrapper-items .item:not(:last-child) {
  margin-bottom: 24rem;
}
#page-metrics .section-metrics .wrapper-items .item:nth-child(2):hover .item-icon svg path {
  fill: red;
}
#page-metrics .section-metrics .wrapper-items .item:nth-child(2):hover .item-icon svg {
  transform: scale(1.05);
}
#page-metrics .section-metrics .wrapper-items .item-icon svg path {
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-metrics .section-metrics .wrapper-items .item-icon svg {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-metrics .section-metrics .wrapper-items .item-info {
  margin-left: 11rem;
}
#page-metrics .section-metrics .wrapper-items .item-info span {
  color: #898988;
  font-size: 17rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
#page-metrics .section-metrics .wrapper-items .item-info button {
  color: #898988;
  font-size: 17rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: left;
  text-decoration: underline !important;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-metrics .section-metrics .wrapper-items .item-info button:hover {
  color: #005342;
}
/*# sourceMappingURL=metrics.min.css.map */
