.story__section {
  padding: 40px 0 80px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .story__section {
    padding: 40px 0 40px;
  }
}
.story__section .row_title {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .story__section .row_title {
    margin-bottom: 0px;
  }
}
.story__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.story__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.story__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .story__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.story__section .row_title h2 strong {
  font-weight: 800;
}
.story__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .story__section .row_title p.text {
    padding-bottom: 24px;
  }
}
.story__section .row_title .btn-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding-bottom: 57px;
}
@media (max-width: 767px) {
  .story__section .row_title .btn-row {
    flex-direction: column;
  }
}
.story__section .row_title .btn-row .btn-orange {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 400px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  background: #ff5f33;
  border: 1.3px solid #ff5f33;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  min-width: 184px;
}
.story__section .row_title .btn-row .btn-orange:hover {
  background: #0b0b0a;
  border: 1.3px solid #0b0b0a;
  transition: 500ms;
}
.story__section .swiper-story {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 110px;
  max-width: 904px;
  margin: 48px auto 0;
}
.story__section .swiper-story .swiper-wrapper {
  height: inherit;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide {
  background: white;
  border-radius: 16px;
  padding: 0px;
  height: auto;
}
@media (min-width: 1200px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .slide {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .slide .bg-img {
    aspect-ratio: 392/228;
    height: -webkit-fill-available;
  }
}
@media (min-width: 1200px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .slide .bg-img img {
    aspect-ratio: 392/228;
  }
}
@media (min-width: 1200px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .slide .info-content {
    display: none;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide {
  display: flex;
  width: 100%;
  gap: 16px;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide {
    flex-direction: column;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img {
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  border-radius: 12px;
  aspect-ratio: 392/528;
  overflow: hidden;
  width: 44.57%;
  position: relative;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img {
    width: 100%;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img img {
  width: 100%;
  aspect-ratio: 392/528;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  opacity: 1;
  transition: 500ms;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img img.active {
  opacity: 0;
  transition: 500ms;
  display: none;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .video-content.active {
  display: block !important;
  aspect-ratio: 392/528;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  transition: 500ms;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .video-content video {
  position: absolute;
  transform: inherit;
  aspect-ratio: 392/528;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  transition: 500ms;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .video-content video::-webkit-media-controls {
  transform: translateY(0px);
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  color: white;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.82%, #000000 100%);
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content {
    padding: 16px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content.active {
  opacity: 0;
  transition: 500ms;
  display: none;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .job-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.25px;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .job-title {
    max-width: 189px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .play-video {
  display: block;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .play-video .video-line {
  background: rgba(255, 255, 255, 0.65);
  width: 124px;
  border-radius: 400px;
  padding: 4px;
  display: flex;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  justify-content: space-between;
  align-items: center;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .play-video .time {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #0b0b0a;
  width: calc(100% - 44px);
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .play-video span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .bg-img .content .bottom-line .play-video span.circle svg {
  width: 24px;
  height: auto;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content {
  width: 56.395%;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content {
    width: initial;
    padding: 16px;
    gap: 17px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .top-line {
    align-items: flex-start;
    flex-direction: column;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .top-line .social-link {
  display: flex;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .top-line .social-link a {
  display: block;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .top-line .social-link a span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .top-line .social-link a span svg {
  width: 24px;
  height: auto;
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.25px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .info-content .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .content .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.story__section .swiper-story .swiper-wrapper .swiper-slide .slide .content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-wrapper .swiper-slide .slide .content .text {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.story__section .swiper-story .swiper-pagination {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
}
.story__section .swiper-story .swiper-pagination .swiper-pagination-bullet {
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.story__section .swiper-story .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.42px;
  height: 8.42px;
  border-radius: 40px;
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.story__section .swiper-story .swiper-button-next,
.story__section .swiper-story .swiper-button-prev {
  bottom: 30px;
  top: calc(50% - 44px);
  width: 44px;
  height: 44px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
}
@media (max-width: 767px) {
  .story__section .swiper-story .swiper-button-next,
  .story__section .swiper-story .swiper-button-prev {
    display: none;
  }
}
.story__section .swiper-story .swiper-button-prev {
  left: -22px;
}
.story__section .swiper-story .swiper-button-prev:after {
  content: none;
}
.story__section .swiper-story .swiper-button-next {
  right: -22px;
}
.story__section .swiper-story .swiper-button-next:after {
  content: none;
}
.story__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .story__section .desktop {
    display: none;
  }
}
.story__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .story__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=story_section.css.map */