main {
  position: relative;
}

.largeS__img {
  position: absolute;
  left: 0;
  top: 300px;
  width: 80%;
  max-width: 866px;
}

.section__one .container {
  padding-inline: 0;
  padding-block: 96px 164px;
}
.section__one .container .section__title {
  font-size: 76px;
  font-weight: 400;
  line-height: 84px; /* 110.526% */
  letter-spacing: -3.8px;
  margin-bottom: 84px;
}
.section__one .container .section__body {
  display: flex;
  align-items: center;
  gap: 137px;
  width: 100%;
}
.section__one .container .section__body .sectionBody__left {
  width: 100%;
  max-width: 836px;
  height: 650px;
  position: relative;
  z-index: 1;
}
.section__one .container .section__body .sectionBody__left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.section__one .container .section__body .sectionBody__right {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
.section__one .container .section__body .sectionBody__right .project__name {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.section__one .container .section__body .sectionBody__right .project__name img {
  width: 176px;
  height: 42px;
}
.section__one .container .section__body .sectionBody__right .project__name .divider {
  width: 2px;
  height: 40px;
  opacity: 0.4;
  background: #000;
}
.section__one .container .section__body .sectionBody__right .project__name span {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px; /* 160% */
}
.section__one .container .section__body .sectionBody__right h3 {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px; /* 112.5% */
  letter-spacing: -2.4px;
  max-width: 651px;
  margin-bottom: 24px;
}
.section__one .container .section__body .sectionBody__right p {
  text-align: left;
  margin-bottom: 32px;
  max-width: 651px;
  opacity: 1;
  font-weight: 400;
}
.section__one .container .section__body .sectionBody__right .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.section__one .container .section__body .sectionBody__right .btn a {
  color: #000;
  padding-block: 18px;
}
.section__one .container .section__body .sectionBody__right .btn a::after {
  background: #000;
}

.section__two .container {
  position: relative;
  padding-inline: 0px;
  padding-bottom: 180px;
}
.section__two .container .tabHead__wrapper {
  position: sticky;
  top: 155px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.section__two .container .tabHead__wrapper.sticky {
  background: white;
}
.section__two .container .tabHead__wrapper .tab__head {
  display: flex;
  align-items: center;
  gap: 77px;
  padding-inline: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section__two .container .tabHead__wrapper .tab__head .tab__switch {
  border: none;
  outline: none;
  background: transparent;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px; /* 125% */
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}
.section__two .container .tabHead__wrapper .tab__head .tab__switch.tab__switch--active {
  font-weight: 500;
}
.section__two .container .tabHead__wrapper .tab__head .tab__switch.tab__switch--active::after {
  transform: scale(1);
}
.section__two .container .tabHead__wrapper .tab__head .tab__switch::after {
  content: "";
  width: calc(100% + 48px);
  height: 4px;
  background: #000e8c;
  transform-origin: center;
  transform: scaleX(0);
  transition: 0.3s ease;
}
.section__two .container .tab__body {
  width: 100%;
  margin-top: 64px;
}
.section__two .container .tab__body .tab__pan {
  display: none;
  gap: 135px;
}
.section__two .container .tab__body .tab__pan .tabPan__left {
  padding-left: 212px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 263px;
}
.section__two .container .tab__body .tab__pan .tabPan__left .project__show {
  display: none;
  flex-direction: column;
  gap: 48px;
}
.section__two .container .tab__body .tab__pan .tabPan__left .project__show img {
  width: 100%;
  max-width: 490px;
  height: 392px;
}
.section__two .container .tab__body .tab__pan .tabPan__left .project__show p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  opacity: 1;
  max-width: 428px;
  text-align: left;
  margin-left: 61px;
}
.section__two .container .tab__body .tab__pan .tabPan__left .project__show.project__show--active {
  display: flex;
}
.section__two .container .tab__body .tab__pan .tabPan__right {
  flex: 1;
  overflow: hidden;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list {
  width: 100%;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 96px;
  padding-inline: 135px 20px;
  position: relative;
  isolation: isolate;
  cursor: pointer;
  transition: 0.5s ease;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active {
  padding-left: 50px;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active span {
  color: #fff;
  font-weight: 400;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active p {
  color: #fff;
  font-weight: 500;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active::before {
  transform: translateX(0);
  opacity: 1;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active::after {
  opacity: 0;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000e8c;
  transform: translateX(100%);
  opacity: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item::after {
  content: "";
  width: 100%;
  max-width: 675px;
  height: 1px;
  opacity: 0.3;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 135px;
  position: absolute;
  transition: 0.5s ease;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item span {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 58px; /* 290% */
  transition: 0.3s ease 0.2s;
}
.section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 64px; /* 266.667% */
  letter-spacing: -0.72px;
  opacity: 1;
  transition: 0.3s ease 0.2s;
}
.section__two .container .tab__body .tab__pan.tab__pan--active {
  display: flex;
}

.section__three {
  background: #121113;
}
.section__three .container {
  padding-block: 88px;
}
.section__three .container .section__title {
  font-size: 76px;
  font-weight: 400;
  line-height: 84px; /* 110.526% */
  letter-spacing: -3.8px;
  margin-bottom: 32px;
}
.section__three .container .btn a {
  padding-block: 18px;
}

@media screen and (max-width: 1440px) {
  .largeS__img {
    max-width: 634px;
    top: 285px;
  }
  .section__one .container {
    padding-block: 94px 137px;
  }
  .section__one .container .section__title {
    font-size: 56px;
    line-height: 68px; /* 121.429% */
    letter-spacing: -2.8px;
    margin-bottom: 64px;
  }
  .section__one .container .section__body {
    gap: 108px;
  }
  .section__one .container .section__body .sectionBody__left {
    max-width: 622px;
    height: 483px;
  }
  .section__one .container .section__body .sectionBody__right .project__name {
    gap: 28px;
  }
  .section__one .container .section__body .sectionBody__right .project__name img {
    width: 147px;
    height: 35px;
  }
  .section__one .container .section__body .sectionBody__right .project__name .divider {
    height: 32px;
  }
  .section__one .container .section__body .sectionBody__right .project__name span {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
  .section__one .container .section__body .sectionBody__right h3 {
    font-size: 40px;
    line-height: 48px; /* 120% */
    letter-spacing: -2px;
    max-width: 540px;
  }
  .section__one .container .section__body .sectionBody__right p {
    max-width: 540px !important;
  }
  .section__one .container .section__body .sectionBody__right .btn a {
    font-size: 20px;
  }
  .section__two .container {
    padding-bottom: 140px;
  }
  .section__two .container .tabHead__wrapper {
    top: 121px;
  }
  .section__two .container .tabHead__wrapper .tab__head {
    gap: 64px;
  }
  .section__two .container .tab__body .tab__pan {
    gap: 108px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__left {
    padding-left: 84px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__left .project__show img {
    width: 430px;
    height: 344px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__left .project__show p {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.36px;
    max-width: 344px !important;
    margin-left: 90px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item {
    padding-inline: 108px 20px;
    min-height: 88px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active {
    padding-left: 36px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item::after {
    max-width: 540px;
    left: 108px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item span {
    font-size: 18px;
    line-height: 56px; /* 311.111% */
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item p {
    font-size: 20px;
    line-height: 56px; /* 280% */
    letter-spacing: -0.6px;
  }
  .section__three .container {
    padding-block: 64px;
  }
  .section__three .container .section__title {
    font-size: 56px;
    line-height: 68px; /* 121.429% */
    letter-spacing: -2.8px;
  }
  .section__three .container .btn a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .largeS__img {
    display: none;
  }
  .section__one .container {
    padding-block: 74px 120px;
  }
  .section__one .container .section__title {
    font-size: 48px;
    line-height: 52px; /* 108.333% */
    letter-spacing: -2.4px;
    margin-bottom: 44px;
  }
  .section__one .container .section__body {
    gap: 80px;
  }
  .section__one .container .section__body .sectionBody__left {
    max-width: 502px;
    height: 390px;
  }
  .section__one .container .section__body .sectionBody__right .project__name {
    gap: 28px;
  }
  .section__one .container .section__body .sectionBody__right .project__name img {
    width: 109px;
    height: 26px;
  }
  .section__one .container .section__body .sectionBody__right .project__name .divider {
    height: 32px;
  }
  .section__one .container .section__body .sectionBody__right .project__name span {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
  .section__one .container .section__body .sectionBody__right h3 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    letter-spacing: -1.4px;
    max-width: 400px;
  }
  .section__one .container .section__body .sectionBody__right p {
    max-width: 400px !important;
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .section__one .container .section__body .sectionBody__right .btn a {
    font-size: 16px;
    padding-block: 11px;
  }
  .section__two .container {
    padding-bottom: 100px;
  }
  .section__two .container .tabHead__wrapper {
    top: 100px;
  }
  .section__two .container .tabHead__wrapper .tab__head {
    gap: 48px;
  }
  .section__two .container .tabHead__wrapper .tab__head .tab__switch {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
  .section__two .container .tab__body {
    margin-top: 48px;
  }
  .section__two .container .tab__body .tab__pan {
    gap: 0px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__left {
    display: none;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item {
    padding-inline: 20px;
    min-height: 64px;
    justify-content: center;
    gap: 24px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active {
    padding-left: 20px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active span {
    opacity: 1;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item.project__item--active p {
    opacity: 1;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item::after {
    max-width: 660px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item span {
    font-size: 18px;
    line-height: 56px;
    min-width: 40px;
    text-align: left;
    opacity: 0.7;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item p {
    font-size: 18px;
    line-height: 48px; /* 280% */
    letter-spacing: -0.54px;
    max-width: 596px !important;
    width: 100%;
    text-align: left;
    opacity: 0.7;
  }
  .section__three .container {
    padding-block: 56px;
  }
  .section__three .container .section__title {
    font-size: 48px;
    line-height: 52px; /* 121.429% */
    letter-spacing: -2.4px;
  }
  .section__three .container .btn a {
    font-size: 16px;
    line-height: 32px;
    padding-block: 0px;
  }
}
@media screen and (max-width: 744px) {
  .section__one .container {
    padding-block: 76px 100px;
    padding-inline: 52px;
  }
  .section__one .container .section__title {
    font-size: 40px;
    line-height: 44px; /* 108.333% */
    letter-spacing: -2px;
    margin-bottom: 48px;
    margin-inline: 55px auto;
  }
  .section__one .container .section__body {
    gap: 27px;
    flex-direction: column;
  }
  .section__one .container .section__body .sectionBody__left {
    max-width: 100%;
    height: 361px;
  }
  .section__one .container .section__body .sectionBody__right {
    padding-inline: 55px;
  }
  .section__one .container .section__body .sectionBody__right .project__name {
    gap: 16px;
    margin-bottom: 16px;
  }
  .section__one .container .section__body .sectionBody__right .project__name img {
    width: 72px;
    height: 18px;
  }
  .section__one .container .section__body .sectionBody__right .project__name .divider {
    height: 18px;
  }
  .section__one .container .section__body .sectionBody__right .project__name span {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
  .section__one .container .section__body .sectionBody__right h3 {
    font-size: 22px;
    line-height: 28px; /* 127.273% */
    letter-spacing: -1.1px;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .section__one .container .section__body .sectionBody__right p {
    max-width: 100% !important;
    font-size: 14px;
    line-height: 22px; /* 157.143% */
    margin-bottom: 24px;
  }
  .section__one .container .section__body .sectionBody__right .btn a {
    font-size: 16px;
    padding-block: 5px;
  }
  .section__two .container {
    padding-bottom: 90px;
  }
  .section__two .container .tabHead__wrapper .tab__head {
    gap: 48px;
  }
  .section__two .container .tabHead__wrapper .tab__head .tab__switch {
    font-size: 16px;
    line-height: 22px;
  }
  .section__two .container .tab__body {
    margin-top: 32px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item {
    padding-inline: 20px;
    min-height: 64px;
    justify-content: center;
    gap: 20px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item::after {
    max-width: 530px;
    left: 54%;
    transform: translateX(-50%);
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item span {
    font-size: 16px;
    line-height: 48px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item p {
    max-width: 400px !important;
  }
  .section__three .container {
    padding-block: 48px;
    padding-inline: 107px 40px;
    align-items: flex-start;
  }
  .section__three .container .section__title {
    font-size: 40px;
    line-height: 44px; /* 121.429% */
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
  .section__three .container .btn a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 475px) {
  .section__one .container {
    padding-block: 123px 80px;
    padding-inline: 16px;
  }
  .section__one .container .section__title {
    margin-left: 16px;
    margin-bottom: 12px;
    max-width: 326px !important;
  }
  .section__one .container .section__body .sectionBody__left {
    height: 204px;
  }
  .section__one .container .section__body .sectionBody__right {
    padding-inline: 16px;
  }
  .section__one .container .section__body .sectionBody__right .project__name {
    margin-bottom: 19px;
  }
  .section__two .container {
    padding-bottom: 80px;
  }
  .section__two .container .tabHead__wrapper .tab__head {
    overflow-x: scroll;
    padding-inline: 56px;
    width: 100%;
  }
  .section__two .container .tabHead__wrapper .tab__head .tab__switch {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item {
    gap: 16px;
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item::after {
    max-width: 326px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section__two .container .tab__body .tab__pan .tabPan__right .project__list .project__item p {
    max-width: 270px !important;
  }
  .section__three .container {
    padding-block: 56px;
    padding-inline: 32px;
  }
  .section__three .container .section__title {
    margin-bottom: 32px;
    max-width: 326px !important;
  }
}/*# sourceMappingURL=case-study.css.map */