#AboutUsPage {
  padding-top: 90px;
  min-height: 100vh;
}
.title-bar {
  background-color: black;
}
.title-bar .inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;

  padding: 0 40px;
}
.title {
  color: black;
  font-family: GTSuperDisplay;
  font-size: 24px;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.title.white {
  color: white;
}
#section-1 {
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.title.big {
  font-size: 48px;
  line-height: 55px;
}
.inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.text {
  color: black;
  font-family: futura-pt;
  font-size: 24px;
  line-height: 31px;
}
#section-1 .text {
  max-width: 1080px;
  text-align: center;
}
.basic-btn {
  color: #fff;
  background: #000;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  font-weight: 600;
  border: 0;
  line-height: 50px;
  min-width: 175px;
}
.basic-btn.red {
  background: #e60000;
}
.basic-btn.white {
  background: #fff;
  color: #000;
}
#section-2 {
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 72px;
  justify-content: center;
  align-items: center;
}
#section-2 .left {
  flex-basis: 60%;
}
#section-2 .left img {
  width: 100%;
}
#section-2 .right {
  min-width: 350px;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
#section-3 {
  padding: 72px 40px;
  display: flex;
  flex-direction: row;
  gap: 72px;
  justify-content: center;
  align-items: center;
}
#section-3 .left {
  flex-basis: 40%;
}
#section-3 .right img {
  width: 100%;
}
#section-3 .left {
  min-width: 350px;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
#section-4 {
  background-color: #000;
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#section-4 .title.big {
  text-align: center;
}

.nav-tabs > li > a {
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  opacity: 0.5;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
}
#tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.nav-tabs {
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  opacity: 1;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tab-container {
  display: flex;
  flex-direction: row;
  gap: 72px;
  width: 100%;
}
.tab-container .tab-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.tab-subtitle {
  color: #fff;
  font-family: futura-pt;
  line-height: 27px;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.tab-text {
  color: #fff;
  font-family: futura-pt;
  font-size: 24px;
  line-height: 31px;
}
#section-5 {
  padding: 96px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
#section-5 .text {
  max-width: 1080px;
  text-align: center;
}
#section-6 .text {
  max-width: 950px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
#section-6 .basic-btn {
  z-index: 2;
}
#section-6 {
  aspect-ratio: 1440 / 750;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  justify-content: center;
  align-items: center;
  background-image: url("/mysite/images/about-us/change/section-6.jpg");
  position: relative;
}
#section-6::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #about-us {
    background: #fff;
  }
  #AboutUsPage {
    padding: 0;
  }
  .title-bar .inner {
    height: 60px;
    padding: 0 16px;
    justify-content: center;
  }
  .title.big {
    font-size: 36px;
    line-height: 1.2;
  }
  #section-1 {
    padding: 32px 16px;
  }
  #section-2 {
    flex-direction: column;
    gap: 32px;
    padding: 16px 16px;
    margin-bottom: 48px;
  }
  #section-3 {
    flex-direction: column-reverse;
    gap: 32px;
    padding: 16px 16px;
  }
  #section-4 {
    padding: 32px 16px;
    gap: 32px;
  }
  #tab {
    padding-top: 16px;
    gap: 32px;
  }
  .tab-container {
    flex-direction: column;
    gap: 32px;
  }
  .tab-container .tab-col {
    gap: 8px;
  }
  #section-5 {
    padding: 48px 16px;
  }
  #section-6 .text {
    max-width: 100%;
  }
  #section-6 {
    padding: 16px;
    gap: 32px;
    aspect-ratio: 1;
  }
}
