button,
a {
  cursor: pointer;
  border: none;
}

/* img {
  width: 100%;
  height: 100%;
} */

a,
ul,
li {
  text-decoration: none;
  color: inherit;
}

/* ** */
/*  GLOBAL SLIDER  AND FIXED ICON  */
.global-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 3.73vw;
  background-color: black;
  color: white;
  height: 3.65vw;
  overflow: hidden;
}

.global-slider span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 1.3vw;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: #fff;
}

.performance__floating__icon {
  position: fixed;
  bottom: 2vw;
  right: 3.44vw;
  width: 5.2vw;
  height: 5.2vw;
  z-index: 5;
}
/* ** */

/* ***/
/*  PERFORMANCE HEADER  */

.performance-header {
  display: flex;
  column-gap: 9.69vw;
  justify-content: space-between;
  padding-inline: 3.28vw;
  padding-block: 1.51vw;
}

.performance-header .performance-header__logo {
  width: 13.91vw;
  height: 3.33vw;
}

.performance-header .performance-header__nav {
  display: flex;
  column-gap: 1.2vw;
  flex-grow: 1;
}

.performance-header__nav__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.68vw;
  padding-right: 0.47vw;
  padding-left: 1.56vw;
  border-radius: 5.21vw;
  height: 3.39vw;
  background: #d0d0d0;
  text-wrap: nowrap;
}

.performance-header__nav__button:nth-child(1) {
  background-color: #2b70b8;
}

.performance-header__nav__button__text {
  color: #000;
  text-align: center;
  font-family: "Gotham";
  font-size: 0.94vw;
  line-height: 1.3vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.performance-header__nav__button:nth-child(1) .performance-header__nav__button__text {
  color: #fff;
}

.performance-header__nav__button__icon {
  display: grid;
  place-content: center;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.performance-header__nav__button__icon:nth-child(1) {
  background-color: rgba(254, 254, 254, 0.3);
}

.performance-header__nav__button__icon svg {
  width: 1.2vw;
  height: 1.2vw;
}

.performance-header .performance-header__complement {
  display: flex;
  column-gap: 0.63vw;
  width: 13.7vw;
}

.performance-header__complement__button--language {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.39vw;
  height: 3.39vw;
  border-radius: 5.21vw;
  background: #d0d0d0;
  color: #000;
}

.performance-header__complement__button--language span:nth-child(1) {
  display: inline-block;
  height: 1.45vw;
  width: 1.45vw;
  text-align: center;
  font-family: "Gotham";
  font-size: 0.94vw;
  line-height: 1.3vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
  color: #000;
}

.performance-header__complement__button--language span:nth-child(2) {
  display: inline-block;
  width: 0.57vw;
  height: 1.45vw;
}

.performance-header__complement__button--language span:nth-child(2) svg {
  width: 0.57vw;
  height: 100%;
}

.performance-header__complement__button--contact {
  width: 9.69vw;
  height: 3.39vw;
  border-radius: 5.21vw;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Gotham";
  font-size: 0.94vw;
  line-height: 1.3vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.performance-header .performance-header__complement .performance-header__menu {
  display: none;
}
/* ** */

/* ** */
/*  PERFORMANCE HERO  */
.performance-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 17.24vw;
  padding-top: 5rem;
}

.performance-hero .performance-hero__heading {
  height: 4.11vw;
  color: #2b70b8;
  font-family: "Gotham";
  font-size: 4.17vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.17vw;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.performance-hero .performance-hero__heading span {
  font-weight: 700;
}

.performance-hero .performance-hero__options {
  display: flex;
  column-gap: 0.78vw;
  margin-top: 0.98vw;
  color: #000;
  font-family: "Gotham";
  font-size: 1.04vw;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}

.performance-hero__options a:last-child::after {
  content: "Performance Standards & Guidelines";
  color: #2b70b8;
}

/* ** */

/* ** */
/*  SECTION ONE  */
.performance-section-1 {
  position: relative;
  background: #000000d4;
  padding: 5.95vw 8.07vw 6.25vw 3.64vw;
  overflow: hidden;
}

.performance-section-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/bg-1.png");
  background-size: cover;
  z-index: -1;
  transform: scaleY(-1);
}

.performance-section-1 .performance-section-1__wrapper {
  display: flex;
  column-gap: 5.83vw;
  width: 100%;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.29vw;
  column-gap: 1.82vw;
  width: 42.55vw;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__images .performance-section-1__image:first-child {
  width: 100%;
  height: 30.26vw;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__images .performance-section-1__image:not(:first-child) {
  width: 12.96vw;
  height: 10.93vw;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content {
  position: relative;
  width: 37.23vw;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__heading {
  width: 36.56vw;
  height: 10.88vw;
  color: white;
  margin-top: 2.86vw;
  font-family: "Gotham";
  font-size: 4.17vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.8vw;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__heading span {
  font-weight: 700;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__paragraph {
  width: 27.91vw;
  margin: 1.77vw 0 3.38vw 0;
  color: #fff;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.04vw;
  line-height: normal;
  text-wrap: pretty;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight {
  position: relative;
  width: 10.83vw;
  height: 10.83vw;
  background-color: #2b70b8;
  border-radius: 100%;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.16vw;
  height: 9.16vw;
  border-radius: 100%;
  z-index: 1;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight .performance-section-1__highlight__floating {
  position: absolute;
  top: 0;
  left: 8.75vw;
  display: grid;
  place-content: center;
  width: 30.83vw;
  height: 10.57vw;
  background-color: #2b70b8;
  border-radius: 6.4vw;
}

.performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight .performance-section-1__highlight__floating p {
  width: 23.17vw;
  color: #fff;
  font-family: "Gotham";
  font-size: calc(1.04vw * 0.9);
  line-height: 1.5vw;
  font-style: normal;
  font-weight: 400;
  text-wrap: pretty;
}
/* ** */

/* ** */
/*  PERFORMANCE SECTION TWO    */
.performance-section-2 {
  padding: 6.875vw 5.41vw 5.41vw 3.64vw;
}

.performance-section-2 .performance-section-2__wrapper {
  display: flex;
  column-gap: 3.125vw;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images {
  position: relative;
  width: 47.708vw;
  height: 49.167vw;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__text {
  position: absolute;
  top: 0;
  left: 0;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__subheading {
  color: #2d71b8;
  font-family: "Gotham";
  font-size: 1.094vw;
  line-height: 110%;
  font-weight: 500;
  text-transform: uppercase;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__heading {
  width: 23.385vw;
  color: #161616;
  font-family: "Gotham";
  font-size: 3.646vw;
  line-height: 4.323vw;
  text-transform: uppercase;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__icon {
  position: absolute;
  top: calc(100% + 1.302vw);
  left: 100%;
  transform: translateY(-50%);
  width: 3.021vw;
  height: 3.021vw;
  padding: 0.417vw;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__icon svg {
  width: 100%;
  height: 100%;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__floating {
  position: absolute;
  bottom: 2.135vw;
  right: 2.448vw;
  width: 10.833vw;
  height: 9.948vw;
  display: grid;
  place-content: center;
  border-radius: 1.458vw;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(230, 230, 230, 0.2) 1.47%, rgba(128, 128, 128, 0) 118.66%);
  backdrop-filter: blur(1em);
  z-index: 1;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__floating::after {
  content: "";
  position: absolute;
  top: 0.885vw;
  right: 0.885vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 100%;
  background-image: url("../assets/images/ellipse.svg");
  background-size: cover;
  z-index: -1;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__floating .performance-section-2__floating__heading {
  color: #fff;
  font-family: "Gotham";
  font-size: 3.252vw;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  width: 6.458vw;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__floating .performance-section-2__floating__subheading {
  color: #fff;
  text-align: center;
  font-family: "Gotham";
  font-size: 1.123vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  width: 6.51vw;
}

.performance-section-2 .performance-section-2__wrapper .performance-section-2__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.performance-section-2 .performance-section-2__content .performance-section-2__tabs {
  display: flex;
  column-gap: 5.417vw;
  width: 100%;
  height: 3.646vw;
}

.performance-section-2 .performance-section-2__content .performance-section-2__tabs .performance-section-2__tab {
  width: 9.167vw;
  height: 3.542vw;
  border-bottom: 0.156vw solid black;
  color: #000;
  font-family: "Gotham";
  font-size: 2.604vw;
  line-height: 2.865vw;
  text-transform: uppercase;
}

.performance-section-2 .performance-section-2__content .performance-section-2__gallery {
  display: flex;
  column-gap: 1.094vw;
  height: 7.083vw;
  margin: 2.23vw 0 1.667vw 0;
}

.performance-section-2 .performance-section-2__content .performance-section-2__gallery img:first-child {
  width: 23.594vw;
  height: 100%;
}

.performance-section-2 .performance-section-2__content .performance-section-2__gallery img:nth-child(2) {
  width: 14.375vw;
  height: 100%;
}

.performance-section-2 .performance-section-2__content .performance-section-2__main-content {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  padding: 3.073vw 3.125vw 4.11vw 2.81vw;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 2.083vw;
}

.performance-section-2__title {
  color: #1e1e1e;
  font-family: "Gotham";
  font-size: calc(2.604vw * 0.9);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.458vw;
}

.performance-section-2__title span {
  font-weight: 700;
}

.performance-section-2__description {
  color: #1e1e1e;
  font-family: "Gotham";
  font-size: 1.042vw;
  line-height: 1.563vw;
  font-style: normal;
  font-weight: 400;
  width: 34.635vw;
}

.performance-section-2__description::after {
  content: attr(data-text);
  display: inline-block;
  margin-bottom: 0.9vw;
}

.performance-section-2__description--bold::after {
  font-weight: 700;
}

.performance-section-2__icon {
  position: absolute;
  bottom: 1.042vw;
  right: 1.042vw;
  width: 3.125vw;
  height: 3.125vw;
  z-index: 1;
}

.performance-section-2__icon svg {
  width: 100%;
  height: 100%;
}

.performance-section-2__inactive {
  opacity: 0.3;
}
/* ** */

/* ** */
/*  RESPONSIVE  */

/*   GLOBAL SLIDER  AND FIXED*/
@media screen and (max-width: 1023px) {
  .performance__floating__icon {
    display: none;
  }

  .global-slider {
    column-gap: 12.31vw;
    height: 11.79vw;
  }

  .global-slider span {
    font-size: 4.27vw;
    line-height: 4.27vw;
  }
}

/* HEADER  */
@media screen and (max-width: 1023px) {
  .performance-header {
    display: flex;
    justify-content: space-between;
    padding-left: 3.07vw;
    padding-right: 3.5vw;
    padding-top: 4.61vw;
  }

  .performance-header .performance-header__logo {
    width: 37.17vw;
    height: 8.97vw;
  }

  .performance-header .performance-header__nav {
    display: none;
  }

  .performance-header .performance-header__complement {
    display: flex;
    column-gap: 0;
    width: auto;
  }

  .performance-header__complement__button--language {
    display: none;
  }

  .performance-header__complement__button--contact {
    display: none;
  }

  .performance-header .performance-header__complement .performance-header__menu {
    display: block;
    width: 7.18vw;
    height: 7.18vw;
  }

  .performance-header .performance-header__complement .performance-header__menu svg {
    width: 100%;
    height: 100%;
  }
}

/* HERO  */
@media screen and (max-width: 1023px) {
  .performance-hero {
    padding: 7rem 4.1vw 8.97vw 3.33vw;
    height: auto;
  }

  .performance-hero .performance-hero__heading {
    text-align: center;
    font-size: 8.97vw;
    line-height: normal;
    height: 32.31vw;
    text-wrap: wrap;
  }

  .performance-hero .performance-hero__heading span {
    font-weight: 700;
  }

  .performance-hero .performance-hero__options {
    column-gap: 3.85vw;
    margin-top: 3.59vw;
    font-size: 4.71vw;
  }

  .performance-hero__options a:last-child::after {
    content: "Performance";
  }
}

/* SECTION ONE  */
@media screen and (max-width: 1023px) {
  .performance-section-1 {
    padding: 13.85vw 3.82vw 11.28vw 3.85vw;
  }

  .performance-section-1 .performance-section-1__wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    row-gap: 10.26vw;
    width: 100%;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__images {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4.87vw;
    column-gap: 3.59vw;
    width: 100%;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__images .performance-section-1__image:first-child {
    width: 100%;
    height: 65.64vw;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__images .performance-section-1__image:not(:first-child) {
    width: 28.13vw;
    height: 23.71vw;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content {
    width: 100%;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__heading {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 6.92vw;
    font-size: 8.21vw;
    line-height: normal;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__heading span {
    font-weight: 500;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__paragraph {
    width: 100%;
    margin: 0 0 6.92vw 0;
    font-size: 4.1vw;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight {
    width: 100%;
    min-height: 30vw;
    border-radius: 31.54vw;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight img {
    display: none;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight .performance-section-1__highlight__floating {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 31.54vw;
  }

  .performance-section-1 .performance-section-1__wrapper .performance-section-1__content .performance-section-1__highlight .performance-section-1__highlight__floating p {
    width: 81.02vw;
    /* height: 13.85vw; */
    font-size: calc(4.1vw * 0.9);
    padding: 2rem;
    line-height: normal;
    text-wrap: pretty;
  }
}

/* SECTION TWO  */
@media screen and (max-width: 1023px) {
  .performance-section-2 {
    padding: 17.69vw 3.33vw 11.54vw 4.36vw;
  }

  .performance-section-2 .performance-section-2__wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }

  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images {
    position: relative;
    width: 100%;
    height: fit-content;
  }

  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images img,
  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__icon,
  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__floating {
    display: none;
  }

  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__text {
    position: relative;
    top: 0;
    left: 0;
    height: 24.62vw;
    margin-bottom: 6.92vw;
  }

  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__subheading {
    font-size: 4.1vw;
    line-height: 110%;
    height: 4.62vw;
    margin-bottom: 2.82vw;
  }

  .performance-section-2 .performance-section-2__wrapper .performance-section-2__images .performance-section-2__heading {
    width: 100%;
    font-size: 8.21vw;
    line-height: normal;
    height: 17.17vw;
    align-content: center;
  }

  .performance-section-2 .performance-section-2__wrapper .performance-section-2__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .performance-section-2 .performance-section-2__content .performance-section-2__tabs {
    display: flex;
    column-gap: 5.417vw;
    height: 10.26vw;
    width: 100%;
  }

  .performance-section-2 .performance-section-2__content .performance-section-2__tabs .performance-section-2__tab {
    width: 26.41vw;
    height: 10.26vw;
    font-size: 7.69vw;
    line-height: 110%;
  }

  .performance-section-2 .performance-section-2__content .performance-section-2__gallery {
    display: flex;
    column-gap: 2.31vw;
    height: 23.85vw;
    margin: 6.41vw 0 6.41vw 0;
  }

  .performance-section-2 .performance-section-2__content .performance-section-2__gallery img:first-child {
    width: 55.64vw;
    height: 100%;
    object-fit: cover;
    border-radius: 3.85vw;
  }

  .performance-section-2 .performance-section-2__content .performance-section-2__gallery img:nth-child(2) {
    width: 33.85vw;
    object-fit: cover;
    border-radius: 3.85vw;
  }

  .performance-section-2 .performance-section-2__content .performance-section-2__main-content {
    padding: 7.95vw 8.72vw 13.59vw 10vw;
    border-radius: 5.13vw;
  }

  .performance-section-2__title {
    font-size: 8.21vw;
    line-height: normal;
    margin-bottom: 3.59vw;
  }

  .performance-section-2__title span {
    font-weight: 700;
  }

  .performance-section-2__description {
    font-size: 4.1vw;
    line-height: normal;
    width: 100%;
  }

  .performance-section-2__description::after {
    content: attr(data-text-mobile);
    display: inline-block;
    margin-bottom: 4.62vw;
  }

  .performance-section-2__description--bold::after {
    font-weight: 500;
  }

  .performance-section-2__icon {
    bottom: 2.31vw;
    right: 3.08vw;
    width: 7.69vw;
    height: 7.69vw;
  }

  .performance-section-2__icon svg {
    width: 100%;
    height: 100%;
  }

  .performance-section-2__inactive {
    opacity: 0.3;
  }
}
/* ** */
