.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin: 0 !important;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-about2 {
  position: relative;
  font-size: 0;
}

.ip-about2 .gsite-title {
  line-height: 1.1;
  letter-spacing: 0;
}

.ip-about2-main {
  position: relative;
  padding: 0 0 60px;
}

.ip-about2-main-container {
  position: relative;
}

.ip-about2-main-image {
  position: relative;
  padding: 138px 0 0;
}
.ip-about2-main-image .gsite-bg {
  height: 65%;
}
.ip-about2-main-image .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(109, 95, 80, 0.75);
}
.ip-about2-main-image .gsite-title {
  position: relative;
  text-align: center;
}
.ip-about2-main-image img {
  position: relative;
  margin: -32px auto 8px;
  transform: translateX(-7%);
}

.ip-about2-main-text {
  padding: 0 max(15px, 13.438vw);
  margin: 0 auto;
}
.ip-about2-main-text p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #333333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 28px;
}
.ip-about2-main-text p.quote {
  font-family: var(--font-family-title);
  font-size: 43px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.ip-about2-elevating {
  position: relative;
  padding: 122px 0 145px;
}
.ip-about2-elevating .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.92);
}

.ip-about2-elevating-container {
  position: relative;
  padding: 0 max(15px, 21.563vw);
}
.ip-about2-elevating-container .gsite-title {
  text-align: center;
  margin-bottom: 32px;
}
.ip-about2-elevating-container p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.9;
  text-align: center;
}

.ip-about2-video {
  position: relative;
  padding: 110px 0 35px;
}

.ip-about2-video-container {
  position: relative;
  padding: 0 max(15px, 3.438vw);
}

.ip-about2-video-text {
  width: 49.1%;
  padding-left: max(15px, 8.125vw);
  padding-right: max(15px, 5.5vw);
}
.ip-about2-video-text p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 30px;
}

.ip-about2-video-image {
  width: 50.9%;
}
.ip-about2-video-image a {
  display: block;
  position: relative;
}
.ip-about2-video-image a > canvas {
  display: block;
  aspect-ratio: 758/497;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ip-about2-video-image a .canvas-img {
  position: absolute;
  width: 92.1%;
  height: 88.4%;
  top: 4.3%;
  left: 3.15%;
  border-radius: 5px;
  overflow: hidden;
}
.ip-about2-video-image a i {
  position: absolute;
  aspect-ratio: 68/68;
  width: 68px;
  top: 50%;
  left: 50%;
  padding-left: 4px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-about2-video-image a i::before {
  position: relative;
  z-index: 5;
}
.ip-about2-video-image a i::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-about2-video-image a:hover i::after {
  background: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}

.ip-about2-top {
  position: relative;
}
.ip-about2-top .gsite-bg {
  height: 82.6%;
  top: inherit;
  bottom: 0;
}
.ip-about2-top .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.92);
}

.ip-about2-top-container {
  position: relative;
}

.ip-about2-top-image {
  width: 41.25%;
  width: 660px;
}
.ip-about2-top-image .canvas-img {
  width: calc(100% + 12px);
}
.ip-about2-top-image .canvas-img canvas {
  background: none;
}

.ip-about2-top-text {
  width: 58.75%;
  width: calc(100% - 660px);
  padding-right: max(15px, 12.5vw);
  padding-bottom: 3.2vw;
}
.ip-about2-top-text .gsite-title {
  margin-bottom: 36px;
}
.ip-about2-top-text p {
  font-size: min(16px, 1vw);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.9;
  margin-bottom: 30px;
}

.ip-about2-logo {
  position: relative;
  padding: 80px 0;
}

.ip-about2-logo-container {
  position: relative;
  padding: 0 max(15px, 6.25vw);
}

.ip-about2-logo-list {
  gap: 10px;
}

.ip-about2-career {
  position: relative;
  padding: 25px 0;
  overflow: hidden;
}
.ip-about2-career::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1385/1302;
  width: 86.56%;
  top: 2%;
  right: -9%;
  background: url(../../images/homepage-alt/logo-mono-v6.png) no-repeat center center/contain;
  filter: brightness(0);
  opacity: 0.04;
  pointer-events: none;
}

.ip-about2-career-container {
  position: relative;
  padding: 0 max(15px, 5.875vw);
}

.ip-about2-career-text .gsite-title {
  max-width: 365px;
  margin-bottom: 48px;
}
.ip-about2-career-text p {
  font-size: min(16px, 1vw);
  font-weight: 300;
  color: #333333;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.ip-about2-career-text-column-1 {
  width: 33.09%;
  margin-top: 45px;
}

.ip-about2-career-text-column-2 {
  width: 34.5%;
  margin-top: 120px;
}

.ip-about2-career-image {
  width: 32.41%;
}
.ip-about2-career-image .canvas-img {
  width: 134%;
  transform: translateX(-33.5%);
}
.ip-about2-career-image .canvas-img canvas {
  background: none;
}

.ip-about2-unlock {
  position: relative;
  padding: 115px 0;
  margin-top: 155px;
}
.ip-about2-unlock .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.92);
}

.ip-about2-unlock-container {
  position: relative;
  padding: 0 max(15px, 19.688vw);
}
.ip-about2-unlock-container .gsite-title {
  text-align: center;
  margin-bottom: 50px;
}
.ip-about2-unlock-container p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.9;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.ip-about2-unlock-container a.gsite-button {
  display: block;
  width: 330px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  body:not(.home) .fixed-header:not(.is-active) .header-logo a img {
    filter: brightness(0) invert(1);
  }
  body:not(.home) .fixed-header:not(.is-active) .site-navi > li > a {
    color: #ffffff;
  }
  body:not(.home) .fixed-header:not(.is-active) .site-navi > li {
    border-right-color: rgba(255, 255, 255, 0.3);
  }
  body:not(.home) .fixed-header:not(.is-active) .header-contact a {
    color: #ffffff;
  }
  .ip-about2 .gsite-title {
    font-size: 50px !important;
  }
  .ip-about2 .ip-about2-main-image .gsite-title {
    font-size: 85px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .ip-about2-top-text {
    padding-right: max(15px, 4.5vw);
  }
  .ip-about2-top-text .gsite-title {
    margin-bottom: 20px;
  }
  .ip-about2-top-text p {
    margin-bottom: 15px;
  }
  .ip-about2-career-image {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 1366px) {
  .ip-about2-top-image {
    width: 500px;
  }
  .ip-about2-top-text {
    width: calc(100% - 500px);
  }
  .ip-about2-career-image {
    margin-top: 9%;
  }
}
@media only screen and (max-width: 1199px) {
  .ip-about2-career-image {
    margin-top: 22%;
  }
}
@media only screen and (max-width: 991px) {
  .ip-about2-main-text {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-about2-main-text p.quote {
    font-size: 25px;
  }
  .ip-about2-main-image img {
    margin: -20px auto 8px;
    transform: none;
  }
  .ip-about2-elevating-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-about2-video-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-about2-video-text {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    order: 2;
    text-align: center;
  }
  .ip-about2-video-image {
    width: 100%;
    order: 1;
  }
  .ip-about2-top {
    padding: 80px 0 0;
  }
  .ip-about2-top .gsite-bg {
    height: 100%;
  }
  .ip-about2-top-image {
    width: 100%;
    margin-top: 40px;
    order: 2;
  }
  .ip-about2-top-image .canvas-img {
    width: 100%;
  }
  .ip-about2-top-text {
    width: 100%;
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
    order: 1;
    text-align: center;
  }
  .ip-about2-top-text p {
    font-size: var(--font-size-default);
  }
  .ip-about2-logo-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-about2-logo-list {
    gap: 20px;
  }
  .ip-about2-career-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-about2-career-text {
    text-align: center;
  }
  .ip-about2-career-text .gsite-title {
    max-width: 100%;
  }
  .ip-about2-career-text p {
    font-size: var(--font-size-default);
  }
  .ip-about2-career-text p br {
    display: none;
  }
  .ip-about2-career-text-column-1 {
    width: 100%;
    margin-top: 0;
    order: 1;
  }
  .ip-about2-career-text-column-2 {
    width: 100%;
    margin-top: 0;
    order: 2;
  }
  .ip-about2-career-image {
    width: 100%;
    margin-top: 40px;
    order: 3;
  }
  .ip-about2-career-image .canvas-img {
    width: 100%;
    transform: none;
  }
  .ip-about2-unlock-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .ip-about2-main-image img {
    margin: -15px auto 8px;
  }
  .ip-about2-elevating {
    padding: 80px 0;
  }
  .ip-about2-video {
    padding: 80px 0 40px;
  }
  .ip-about2-logo {
    padding: 50px 0;
  }
  .ip-about2-unlock {
    padding: 60px 0;
    margin-top: 0;
  }
}