.x-series-2025-page .title-section {
  text-align: center;
}
.x-series-2025-page .title-section h1 {
  font-size: 54px;
  font-weight: 900;
  line-height: normal;
}
.x-series-2025-page .title-section .buy-now-btn {
  display: flex;
  justify-content: center;
}
.x-series-2025-page .title-section .buy-now-btn a {
  color: #000;
  display: none;
}
.x-series-2025-page .title-section .buy-now-btn a .text {
  color: #000;
}
.x-series-2025-page .title-section .buy-now-btn a .icon {
  border-color: #000;
}
.x-series-2025-page .title-section .buy-now-btn a .icon .dot::after {
  border-color: #000;
}
.x-series-2025-page .title-section .buy-now-btn a.active {
  display: block;
}
.x-series-2025-page .product-selection-section {
  display: flex;
}
.x-series-2025-page .product-selection-section .product-box {
  width: 100%;
  height: auto;
  aspect-ratio: 10/8;
  background-color: #000;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.x-series-2025-page .product-selection-section .product-box .product-title h2 {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
  font-size: 32px;
  animation: breatheeffect 5s ease-in-out infinite;
}
.x-series-2025-page .product-selection-section .product-box .product-image {
  position: relative;
  bottom: 0px;
}
.x-series-2025-page .product-selection-section .product-box .product-image img {
  max-width: 100%;
  height: 24em;
  filter: brightness(0.4);
  transition: all 0.3s ease-out;
}
.x-series-2025-page .product-selection-section .product-box.active, .x-series-2025-page .product-selection-section .product-box:hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.x-series-2025-page .product-selection-section .product-box.active .product-title h2, .x-series-2025-page .product-selection-section .product-box:hover .product-title h2 {
  font-size: 36px;
  color: white;
  margin-bottom: 40px;
}
.x-series-2025-page .product-selection-section .product-box.active .product-image img, .x-series-2025-page .product-selection-section .product-box:hover .product-image img {
  filter: brightness(1);
  height: 26em;
}
.x-series-2025-page .product-selection-section .product-box.active .product-title h2 {
  animation: inherit;
}
.x-series-2025-page .xperience-section .content-box {
  text-align: center;
  display: none;
}
.x-series-2025-page .xperience-section .content-box h2 {
  text-transform: uppercase;
  color: rgba(26, 65, 152, 0.18);
  font-size: 74px;
  font-weight: 900;
  letter-spacing: 20px;
  line-height: normal;
}
.x-series-2025-page .xperience-section .content-box .experience-img {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-series-2025-page .xperience-section .content-box .experience-img img {
  max-width: 50%;
  height: auto;
}
.x-series-2025-page .xperience-section .content-box.active {
  display: block;
}

.product-strip .products {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.product-strip .products .product {
  width: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 30px 20px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0s, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0s;
}
.product-strip .products .product a.product-url {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.product-strip .products .product .content-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}
.product-strip .products .product .content-box h2 {
  font-weight: 700;
}
.product-strip .products .product .content-box p {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 20px;
}
.product-strip .products .product .content-box .read-more {
  font-size: 14px;
  font-weight: 700;
}
.product-strip .products .product .content-box .product-img {
  overflow: hidden;
}
.product-strip .products .product .content-box .product-img img {
  max-width: 100%;
  max-height: 380px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0s, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0s;
}
.product-strip .products .product:hover .content-box .product-img img {
  transform: scale(1.05);
}

.ceo-message-section {
  margin-top: 20px;
}
.ceo-message-section .ceo-message .message-content {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-left: 135px;
  position: relative;
  border-radius: 12px;
}
.ceo-message-section .ceo-message .message-content .ceo-img {
  margin: -24px 0px 0px -135px;
}
.ceo-message-section .ceo-message .message-content .ceo-img img {
  width: 270px;
  height: auto;
}
.ceo-message-section .ceo-message .message-content .message-box {
  padding: 80px 24px 30px;
}
.ceo-message-section .ceo-message .message-content .message-box .ceo-name {
  color: #2b3c70;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.ceo-message-section .ceo-message .message-content .quotes-img {
  position: absolute;
  top: -31px;
  right: 84px;
}
.ceo-message-section .ceo-message .message-content .quotes-img img {
  width: 110px;
  rotate: 180deg;
}

.built-india-section {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.built-india-section .doodle {
  position: relative;
  padding-top: 10px;
}
.built-india-section .doodle img {
  max-width: 80%;
  aspect-ratio: 14/4.18;
  -o-object-fit: cover;
     object-fit: cover;
}
.built-india-section .section-img {
  margin: 50px 0px 60px;
}
.built-india-section .section-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.built-india-section .impact-sub-title p strong {
  color: #2b3c70;
  font-weight: bold;
}
.built-india-section .section-title {
  color: #000;
  font-size: 34px;
}
.built-india-section .key-highlights {
  text-align: center;
  margin-top: 60px;
}
.built-india-section .key-highlights .impact-description {
  background-color: #2b3c70;
}
.built-india-section .key-highlights .impact-description.with-boy {
  padding: 44px 40px;
  position: relative;
  padding-right: 66px;
}
.built-india-section .key-highlights .impact-description.with-boy img.boy-img {
  position: absolute;
  right: -80px;
  bottom: -85px;
  max-width: 100%;
  width: 150px;
  z-index: 1;
  transform: scaleX(-1);
}

.impact-key-highlights {
  margin-bottom: 40px;
  margin-top: 30px;
}
.impact-key-highlights .highlights {
  text-align: center;
  padding: 16px;
  margin-top: 8px;
}
.impact-key-highlights .highlights .icon img {
  width: auto;
  height: 80px;
  margin-bottom: 8px;
}
.impact-key-highlights .highlights h3 {
  color: #2b3c70;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 8px;
}
.impact-key-highlights .highlights p {
  font-size: 18px;
  line-height: normal;
}

.impact-section-title {
  color: #000000;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
.impact-section-title.w-color {
  color: #fff;
}

.impact-sub-title {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.impact-sub-title span {
  color: #2b3c70;
  font-weight: 600;
}

.impact-description {
  background-color: #2b3c70;
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.impact-description.light-blue {
  background-color: #3e5088;
}

.fuelling-india--section {
  background-color: #fff;
  position: relative;
  margin: 40px 0px;
}
.fuelling-india--section .doodle img {
  width: 100%;
  aspect-ratio: 15/4.49;
}
.fuelling-india--section .fulling-section {
  text-align: center;
  overflow: hidden;
}
.fuelling-india--section .fulling-section .impact-section-title {
  padding-top: 60px;
  margin-bottom: 40px;
}
.fuelling-india--section .fulling-section .scooter-section {
  display: flex;
  align-items: center;
  position: relative;
}
.fuelling-india--section .fulling-section .scooter-section .blank-box {
  background-color: #fff;
  width: 210px;
}
.fuelling-india--section .fulling-section .scooter-section .content-box {
  background-color: #2b3c70;
  width: calc(100% - 210px);
  min-height: 268px;
  display: flex;
  align-items: center;
  position: relative;
}
.fuelling-india--section .fulling-section .scooter-section .content-box .description {
  color: #fff;
  text-align: left;
  padding-left: 184px;
}
.fuelling-india--section .fulling-section .scooter-section .content-box .description span {
  color: #fff;
  font-size: 42px;
}
.fuelling-india--section .fulling-section .scooter-section .content-box .scooter-doodle {
  position: absolute;
  left: 260px;
  bottom: 0px;
  transform: translateX(-100%);
}
.fuelling-india--section .fulling-section .scooter-section .content-box .scooter-doodle img {
  width: auto;
  max-width: 100%;
  height: 320px;
}
.fuelling-india--section .impact-sub-title span {
  font-size: 48px;
}
.fuelling-india--section .section-img {
  margin: 50px 0px;
}
.fuelling-india--section .section-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.fuelling-india--section .key-highlights {
  overflow: hidden;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px;
}
.fuelling-india--section .key-highlights .section-title {
  color: #000;
  font-size: 34px;
}
.fuelling-india--section .key-highlights .highlights h3 {
  color: #2b3c70;
}
.fuelling-india--section .key-highlights .highlights .icon img {
  width: auto;
  height: 74px;
  margin-bottom: 8px;
}
.fuelling-india--section .key-highlights .impact-description.with-boy {
  padding: 44px 40px;
  position: relative;
  padding-left: 66px;
}
.fuelling-india--section .key-highlights .impact-description.with-boy img.boy-img {
  position: absolute;
  left: -84px;
  bottom: -85px;
  max-width: 100%;
  width: 150px;
  z-index: 1;
}

.upskilling-section {
  background-color: #fff;
}
.upskilling-section.section-padding {
  padding-bottom: 0px;
}
.upskilling-section .upskilling-div {
  position: relative;
  overflow: hidden;
}
.upskilling-section .upskilling-div .cloud {
  position: absolute;
  left: -16px;
  top: 15em;
}
.upskilling-section .upskilling-div .cloud img {
  width: auto;
  height: 64px;
}
.upskilling-section .upskilling-div .cloud-2 {
  position: absolute;
  right: -18px;
  top: 20em;
}
.upskilling-section .upskilling-div .cloud-2 img {
  width: auto;
  height: 58px;
}
.upskilling-section .section-image {
  margin: 40px 0px 0px;
  text-align: center;
}
.upskilling-section .section-image img {
  width: 90%;
  height: auto;
  aspect-ratio: 16/4.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.upskilling-section .placeholder-img {
  margin: 50px 0px;
}
.upskilling-section .placeholder-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.upskilling-section .sub-title-div {
  text-align: center;
}
.upskilling-section .sub-title-div .impact-sub-title {
  margin-top: -5px;
  display: inline-block;
  margin-bottom: 0px;
}
.upskilling-section .sub-title-div .impact-sub-title span {
  font-weight: 900;
  font-size: 42px;
}
.upskilling-section .key-highlights {
  padding-bottom: 60px;
  overflow: hidden;
}
.upskilling-section .key-highlights .section-title {
  text-align: center;
  font-size: 34px;
}
.upskilling-section .key-highlights .highlights .icon img {
  margin-bottom: 16px;
}
.upskilling-section .key-highlights .impact-description.with-boy {
  padding: 44px 40px;
  position: relative;
  padding-right: 66px;
}
.upskilling-section .key-highlights .impact-description.with-boy img.boy-img {
  position: absolute;
  right: -84px;
  bottom: -85px;
  max-width: 100%;
  width: 150px;
  z-index: 1;
  transform: scaleX(-1);
}

.vivo-csr-section {
  background-color: #fff;
  position: relative;
  margin: 40px 0px;
  padding-top: 50px;
}
.vivo-csr-section .impact-section-title {
  margin-bottom: 0px;
}
.vivo-csr-section .csr-div {
  position: relative;
  overflow: hidden;
}
.vivo-csr-section .tagline {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
}
.vivo-csr-section .sub-title-div {
  text-align: center;
}
.vivo-csr-section .impact-sub-title {
  margin-bottom: 0px;
  margin-top: -20px;
  display: inline-block;
  text-align: center;
}
.vivo-csr-section .section-image {
  text-align: center;
  margin: 40px 0px 0px;
  position: relative;
}
.vivo-csr-section .section-image img {
  width: 85%;
  aspect-ratio: 15/4.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.vivo-csr-section .placeholder-img {
  margin: 50px 0px;
}
.vivo-csr-section .placeholder-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.vivo-csr-section .key-highlights {
  overflow: hidden;
  text-align: center;
  padding-bottom: 60px;
}
.vivo-csr-section .key-highlights .section-title {
  font-size: 34px;
}
.vivo-csr-section .key-highlights .impact-description.with-boy {
  padding: 44px 40px;
  position: relative;
  padding-right: 66px;
}
.vivo-csr-section .key-highlights .impact-description.with-boy img.boy-img {
  position: absolute;
  left: -84px;
  bottom: -85px;
  max-width: 100%;
  width: 150px;
  z-index: 1;
}
.vivo-csr-section .key-highlights .highlight-description {
  margin: 20px 0px 50px;
  text-align: left;
  font-weight: 500;
}

.designing-section {
  background-color: #fff;
  overflow: hidden;
}
.designing-section .doodle {
  text-align: center;
}
.designing-section .doodle img {
  width: 90%;
  aspect-ratio: 15/5.34;
  -o-object-fit: cover;
     object-fit: cover;
}
.designing-section .section-img {
  margin: 50px 0px 50px;
}
.designing-section .section-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.designing-section .designing-description-section {
  margin-bottom: 30px;
}
.designing-section .designing-description-section .designing-description {
  display: flex;
  align-items: center;
  margin-top: 50px;
  background: #2b3c70;
}
.designing-section .designing-description-section .designing-description .content-box {
  background-color: #2b3c70;
  width: calc(100% - 480px);
  color: #fff;
  padding: 20px 0px;
  min-height: 250px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
.designing-section .designing-description-section .designing-description .content-box .auto-doodle {
  position: absolute;
  right: 150px;
  bottom: -40px;
  transform: translateX(100%);
}
.designing-section .designing-description-section .designing-description .content-box .auto-doodle img {
  width: 620px;
  max-width: 100%;
  height: auto;
}
.designing-section .designing-description-section .designing-description .blank-box {
  background-color: #fff;
  width: 480px;
}
.designing-section .key-highlights .section-title {
  text-align: center;
  font-size: 34px;
}
.designing-section .key-highlights .impact-description.with-boy {
  padding: 44px 40px;
  position: relative;
  padding-right: 66px;
}
.designing-section .key-highlights .impact-description.with-boy img.boy-img {
  position: absolute;
  right: -84px;
  bottom: -85px;
  max-width: 100%;
  width: 150px;
  z-index: 1;
  transform: scaleX(-1);
}

.focus-future--section {
  background-color: #fff;
  position: relative;
  margin: 40px 0px;
}
.focus-future--section .section-doodle .blank-blue-box {
  width: 100%;
  height: 20px;
  background-color: #2b3c70;
  margin-bottom: -1px;
}
.focus-future--section .section-doodle img {
  width: 100%;
}
.focus-future--section.section-padding {
  padding-bottom: 0px;
}
.focus-future--section .impact-section-title {
  position: absolute;
  top: 1.6em;
}
.focus-future--section .key-highlights {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 60px;
}
.focus-future--section .key-highlights .section-title {
  font-size: 34px;
}
.focus-future--section .key-highlights .impact-key-highlights .highlights .icon img {
  margin-bottom: 16px;
}
.focus-future--section .key-highlights .impact-description.with-boy {
  padding: 44px 40px;
  position: relative;
  padding-left: 66px;
}
.focus-future--section .key-highlights .impact-description.with-boy img.boy-img {
  position: absolute;
  left: -84px;
  bottom: -85px;
  max-width: 100%;
  width: 150px;
  z-index: 1;
}

.source {
  margin-bottom: 4px;
}
.source p {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.download-report--section {
  background-color: #f5f5f5;
}
.download-report--section .doodle-box {
  text-align: center;
  position: relative;
  min-height: 330px;
  margin-bottom: 60px;
}
.download-report--section .doodle-box .section-title {
  color: #2b3c70;
}
.download-report--section .doodle-box .doodle-1,
.download-report--section .doodle-box .doodle-2 {
  position: absolute;
  top: 30px;
  z-index: 1;
}
.download-report--section .doodle-box .doodle-1 img,
.download-report--section .doodle-box .doodle-2 img {
  max-width: 100%;
  width: auto;
  height: 310px;
}
.download-report--section .doodle-box .doodle-1 {
  left: 0px;
  right: auto;
}
.download-report--section .doodle-box .doodle-2 {
  right: 0px;
  left: auto;
}

.download-selector {
  display: inline-block;
  background-color: #2b3c70;
  border: 1px solid #2b3c70;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.download-selector select {
  background-color: #fff;
  border: 0;
  outline: 0;
  color: #2b3c70;
  height: 40px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 14px;
}
.download-selector select option {
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.download-selector select option:hover {
  background: #2b3c70 !important;
  color: #fff;
}
.download-selector .download {
  padding: 4px 12px;
  display: inline-block;
}
.download-selector .download a {
  color: #fff;
  font-size: 14px;
}
.download-selector .download img {
  width: 20px;
  height: auto;
  margin-left: 4px;
}

.animated-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.animated-section.show {
  opacity: 1;
  transform: translateY(0);
}

.full-size-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 19/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  color: #fff;
}
.full-size-banner .full-size-banner-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.full-size-banner .full-size-banner-content .about-banner-content .banner-title {
  font-size: 58px;
  font-weight: 900;
  line-height: normal;
}
.full-size-banner .full-size-banner-content .about-banner-content .banner-tagline {
  font-size: 18px;
  margin-top: 20px;
  margin-top: 12px;
}
.full-size-banner .full-size-banner-content .about-banner-content .banner-description {
  margin-top: 12px;
  font-size: 18px;
}
.full-size-banner .full-size-banner-content .about-banner-content .banner-description p {
  margin-bottom: 0px;
}
.full-size-banner .full-size-banner-content .about-banner-content .buy-now-btn {
  margin-top: 12px;
}

.ceo-desk--section.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ceo-desk--section .ceo-desk-div {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.ceo-desk--section .ceo-desk-div .ceo-img img {
  width: 500px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 10/12;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo-desk--section .ceo-desk-div .ceo-img img.mobile-img {
  display: none;
}
.ceo-desk--section .ceo-desk-div .section-description {
  width: calc(100% - 500px);
  padding: 0px 100px 0px 40px;
}
.ceo-desk--section .ceo-desk-div .section-description h2 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 16px;
}
.ceo-desk--section .ceo-desk-div .section-description p {
  margin-bottom: 0px;
}
.ceo-desk--section .ceo-desk-div .section-description .read-more {
  margin-top: 40px;
}

.meet-the-leadership .section-title {
  margin-bottom: 30px;
}
.meet-the-leadership h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}
.meet-the-leadership .leaders .leader {
  cursor: pointer;
}
.meet-the-leadership .leaders .leader .leader-image img {
  max-width: 100%;
  aspect-ratio: 8/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet-the-leadership .leaders .leader h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
}
.meet-the-leadership .leaders .leader .designation {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
}
.meet-the-leadership .leaders .leader .s-description {
  font-size: 14px;
  margin-bottom: 0px;
}
.meet-the-leadership .leaders .owl-carousel .owl-item .leader-image img {
  filter: grayscale(100%);
}
.meet-the-leadership .leaders .owl-carousel .owl-item h3,
.meet-the-leadership .leaders .owl-carousel .owl-item .designation,
.meet-the-leadership .leaders .owl-carousel .owl-item .s-description {
  display: none;
}
.meet-the-leadership .leaders .owl-carousel .owl-item.center .leader-image img {
  filter: grayscale(0%) blur(0px);
}
.meet-the-leadership .leaders .owl-carousel .owl-item.center h3,
.meet-the-leadership .leaders .owl-carousel .owl-item.center .designation,
.meet-the-leadership .leaders .owl-carousel .owl-item.center .s-description {
  display: inherit;
}
.meet-the-leadership .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.meet-the-leadership .popup-overlay .popup-content {
  background: #fff;
  max-width: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
.meet-the-leadership .popup-overlay .popup-content .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 40px;
  line-height: 20px;
  cursor: pointer;
}
.meet-the-leadership .popup-overlay .popup-content .close-btn:hover {
  color: rgb(30, 70, 230);
}
.meet-the-leadership .popup-overlay .popup-content .popup-inner {
  display: flex;
  align-items: center;
}
.meet-the-leadership .popup-overlay .popup-content .popup-inner .leader-image img {
  width: 410px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 8/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet-the-leadership .popup-overlay .popup-content .popup-inner .about-leader {
  width: calc(100% - 410px);
  text-align: left;
  padding: 40px;
}
.meet-the-leadership .popup-overlay .popup-content .popup-inner .about-leader h3 {
  font-weight: 600;
  font-size: 24px;
}
.meet-the-leadership .popup-overlay .popup-content .popup-inner .about-leader .designation {
  margin-bottom: 0px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.leadership-speak-section {
  background-color: #fff;
}
.leadership-speak-section .section-title {
  margin-bottom: 30px;
}
.leadership-speak-section .section-description p {
  margin-bottom: 0px;
  font-size: 18px;
}
.leadership-speak-section .section-image {
  text-align: center;
}
.leadership-speak-section .section-image img {
  width: auto;
  max-width: 100%;
  height: 160px;
}
.leadership-speak-section .leadership-video-section {
  margin-top: 50px;
}
.leadership-speak-section .leadership-video-section .owl-carousel .owl-stage {
  padding-left: 0px !important;
}
.leadership-speak-section .leadership-video-section .hero-video .vivo-hero-image .play-btn.polygon img {
  height: 70px !important;
}
.leadership-speak-section .leadership-video-section .about-video .video-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 4px;
}
.leadership-speak-section .leadership-video-section .about-video .video-description {
  margin-bottom: 0px;
}

/***** Origin Center Page *****/
.origin-page-banner .home-banner .banner-slider .right-content {
  justify-content: center;
}
.origin-page-banner .home-banner .banner-slider .right-content .date-div .date {
  display: none;
}
.origin-page-banner .home-banner .banner-slider .item div.text-container {
  flex-direction: row;
  height: auto;
}
.origin-page-banner .home-banner .banner-slider .item div.text-container .banner-tag {
  display: none;
}

.origin-center-section h2 {
  margin-bottom: 30px;
}
.origin-center-section .originos-div {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  background: linear-gradient(0deg, #f3f6fc 0%, #e9f0fb 50%, #fefeff 100%);
  background-color: transparent;
  border-radius: 16px;
  min-height: 540px;
  max-height: 540px;
  padding: 0px 20px;
}
.origin-center-section .originos-div .timeline-box {
  width: 560px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  z-index: 1;
  min-height: 540px;
}
.origin-center-section .originos-div .timeline-box .logo img {
  max-width: 100%;
  width: 280px;
}
.origin-center-section .originos-div .timeline-box .verticle-line-wrap {
  position: absolute;
  top: 50%;
  left: -415px;
  transform: translateY(-50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background-color: transparent;
}
.origin-center-section .originos-div .timeline-box .verticle-line-wrap .verticle-line {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  border: 2px dashed rgba(157, 157, 157, 0.7);
  transform: rotate(var(--rotation, 0deg));
  transition: transform 1s ease-in-out;
}
.origin-center-section .originos-div .timeline-box .verticle-line-wrap .verticle-line.rotate-animate {
  animation: glowPulse 1s ease;
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 0 rgba(216, 34, 30, 0);
  }
  50% {
    box-shadow: 0 0 30px rgba(216, 34, 30, 0.4);
  }
  100% {
    box-shadow: 0 0 0 rgba(216, 34, 30, 0);
  }
}
.origin-center-section .originos-div .timeline-box .verticle-line-wrap:after, .origin-center-section .originos-div .timeline-box .verticle-line-wrap:before {
  content: "";
  position: absolute;
  top: 25%;
  right: 40px;
  border-radius: 50%;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(216, 34, 30, 0.6);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.8);
  outline: 1px solid rgba(216, 34, 30, 0.6);
}
.origin-center-section .originos-div .timeline-box .verticle-line-wrap:after {
  top: 75%;
  right: 50px;
}
.origin-center-section .originos-div .timeline-box .timeline-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -162px;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-height: 540px;
  overflow-y: hidden;
  padding: 10px 0;
  width: 182px;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap {
  display: none;
  align-items: center;
  justify-content: start;
  margin: 25px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap .timeline-point {
  border-radius: 50%;
  padding: 2px;
  border: 1px solid rgba(216, 34, 30, 0.6);
  background-color: transparent;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap .timeline-point .point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(216, 34, 30, 0.6);
  transition: all 0.3s ease;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap .dot-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: 6px;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap.active {
  display: flex;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap.active .timeline-point {
  box-shadow: 0 0 15px rgba(231, 76, 60, 0.4);
  border: 1px solid rgba(216, 34, 30, 0.75);
  padding: 3px;
}
.origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap.active .timeline-point .point {
  width: 28px;
  height: 28px;
  background: #d8221e;
}
.origin-center-section .originos-div .carousel-container {
  max-width: 600px;
  position: relative;
}
.origin-center-section .originos-div .carousel-container .originos-slider {
  width: 100%;
  height: 540px;
  overflow: visible;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide {
  color: #fff;
  text-align: center;
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0.5;
  overflow: hidden;
  height: 340px !important;
  cursor: pointer;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-img,
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-video {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
  max-height: 100%;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-img img,
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-video img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-img video,
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-video video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .slide-video {
  aspect-ratio: 16/9;
  box-shadow: inherit;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide p {
  display: none;
  margin-top: 10px;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 2;
  height: 420px !important;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide.swiper-slide-active .slide-img,
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide.swiper-slide-active .slide-video {
  max-height: calc(100% - 81px);
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide.swiper-slide-active p {
  display: block;
  position: relative;
  height: 65px;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide .swiper-slide-duplicate-active p {
  display: block;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide-prev,
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide-next {
  opacity: 0.75;
}
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-next,
.origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-prev {
  display: none;
}

.origin-testimonial-section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.origin-testimonial-section .owl-carousel .item {
  background: linear-gradient(90deg, #dfe9f6 0%, #eaeff7 100%);
  border-radius: 16px;
  text-align: center;
  transform: scale(0.75);
  opacity: 0.5;
  transition: all 0.4s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0px -40px;
  margin-top: 40px !important;
}
.origin-testimonial-section .owl-carousel .item .testimonial-img {
  padding: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
}
.origin-testimonial-section .owl-carousel .item .testimonial-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8/9;
  margin-top: -80px;
}
.origin-testimonial-section .owl-carousel .item .testimonial-content {
  padding: 20px;
  min-height: 175px;
}
.origin-testimonial-section .owl-carousel .item .testimonial-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.origin-testimonial-section .owl-carousel .item .testimonial-content h5 {
  font-size: 16px;
  color: #000;
}
.origin-testimonial-section .owl-carousel .item .testimonial-content p {
  margin: 10px 0px;
}
.origin-testimonial-section .owl-carousel .owl-item.prev .item,
.origin-testimonial-section .owl-carousel .owl-item.next .item {
  transform: scale(0.9);
  opacity: 0.75;
  filter: blur(1px);
  margin: 0px;
}
.origin-testimonial-section .owl-item.center .item {
  transform: scale(1);
  opacity: 1;
  filter: none;
  margin: 0px 0px;
}

.ai-pocket-section {
  text-align: center;
}
.ai-pocket-section h2 {
  margin-bottom: 30px;
  text-align: left;
}
.ai-pocket-section .ai-pocket-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.ai-pocket-section .ai-pocket-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16/9;
}
.ai-pocket-section .ai-pocket-carousel .item .video-thumb {
  position: relative;
  cursor: pointer;
}
.ai-pocket-section .ai-pocket-carousel .item .video-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.ai-pocket-section .ai-pocket-carousel .item .video-thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.ai-pocket-section .ai-pocket-carousel .item iframe {
  aspect-ratio: 16/9;
}
.ai-pocket-section .ai-pocket-carousel .owl-item {
  transition: all 0.3s ease;
  filter: blur(3px);
  opacity: 0.6;
  transform: scale(1);
}
.ai-pocket-section .ai-pocket-carousel .owl-item .video-thumb .play-icon {
  display: none;
}
.ai-pocket-section .ai-pocket-carousel .owl-item.center {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.5);
  z-index: 10;
  padding: 4em 0px;
}
.ai-pocket-section .ai-pocket-carousel .owl-item.center .video-thumb .play-icon {
  display: block;
}

.origin-hub-section h2 {
  text-align: left;
  margin-bottom: 30px;
}
.origin-hub-section .origin-video {
  position: relative;
  transition: all 0.3s ease;
}
.origin-hub-section .origin-video .video-thumbnail {
  position: relative;
  z-index: 1;
}
.origin-hub-section .origin-video .video-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}
.origin-hub-section .origin-video .video-thumbnail::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.origin-hub-section .origin-video .video-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: end;
}
.origin-hub-section .origin-video .video-content .short-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: bottom right;
}
.origin-hub-section .origin-video .video-content .short-title .for-text {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.origin-hub-section .origin-video .video-content .short-title .play-icon {
  display: none;
  text-align: center;
  font-size: 70px;
  line-height: 1;
}
.origin-hub-section .origin-video .video-content .short-title .play-icon span {
  display: inline-block;
}
.origin-hub-section .origin-video .video-content .icon-duration {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.origin-hub-section .origin-video .video-content .icon-duration .play-icon {
  font-size: 34px;
  font-weight: 700;
  line-height: 0.7;
}
.origin-hub-section .origin-video .video-content .icon-duration .duration {
  font-weight: 600;
}
.origin-hub-section .origin-video iframe {
  aspect-ratio: 16/9;
}
.origin-hub-section .origin-short-slider .owl-stage-outer {
  max-height: 29em;
}
.origin-hub-section .origin-short-slider .owl-stage {
  display: flex !important;
  align-items: stretch;
  max-height: 100%;
}
.origin-hub-section .origin-short-slider .owl-item {
  flex: 1;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}
.origin-hub-section .origin-short-slider .owl-item .origin-video {
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
  background-color: #000;
}
.origin-hub-section .origin-short-slider .owl-item .origin-video .video-thumbnail {
  height: 100%;
}
.origin-hub-section .origin-short-slider .owl-item .origin-video .video-thumbnail img {
  height: 100%;
}
.origin-hub-section .origin-short-slider .owl-item.expanded {
  flex: 6;
}
.origin-hub-section .origin-short-slider .owl-item.expanded .origin-video .video-content .short-title {
  transform: rotate(0deg) translate(-50%, -50%);
  opacity: 1;
}
.origin-hub-section .origin-short-slider .owl-item.expanded .origin-video .video-content .short-title .for-text {
  display: none;
}
.origin-hub-section .origin-short-slider .owl-item.expanded .origin-video .video-content .short-title .play-icon {
  display: block;
}
.origin-hub-section .origin-short-slider .owl-item:not(.expanded) {
  flex: 1;
}
.origin-hub-section .origin-short-slider.has-hover .owl-item:not(.expanded) .short-title {
  transform: rotate(270deg) translate(100%, 100%);
  transform-origin: bottom right;
  opacity: 0.9;
  bottom: 10px;
  left: auto;
  top: auto;
  right: 1.5em;
  white-space: nowrap;
  text-align: right;
}
.origin-hub-section .origin-short-slider.has-hover .owl-item:not(.expanded) .short-title .for-text {
  display: none;
}
.origin-hub-section .origin-short-slider.has-hover .owl-item .origin-video .video-content .icon-duration {
  display: none;
}

.experience-origin-section.section-padding {
  padding-top: 0px;
}
.experience-origin-section .experience-origin {
  background: linear-gradient(90deg, #e8effd 0%, #f7faff 90%, #e8effd 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 160px;
}
.experience-origin-section .experience-origin .origin-content {
  padding: 30px;
}
.experience-origin-section .experience-origin .origin-content h2 {
  margin-bottom: 20px;
}
.experience-origin-section .experience-origin .origin-content .read-more {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.experience-origin-section .experience-origin .origin-content .read-more:hover {
  color: rgba(0, 0, 0, 0.85) !important;
  scale: 0.95;
}
.experience-origin-section .experience-origin img {
  width: 190px;
  position: absolute;
  bottom: 0px;
  right: 13em;
}

.rollout-section.section-padding {
  padding-top: 0px;
}
.rollout-section h2 {
  text-align: left;
  margin-bottom: 30px;
}
.rollout-section .rollout-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.rollout-section .rollout-description {
  margin-top: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .rollout-section.section-padding {
    padding-top: 10px;
  }
  .rollout-section h2 {
    margin-bottom: 20px;
  }
  .rollout-section .rollout-image {
    margin: 0px -15px;
  }
  .rollout-section .rollout-image img {
    border-radius: 0px;
  }
  .rollout-section .rollout-description {
    font-size: 14px;
    margin-top: 20px;
  }
  .origin-center-section {
    padding: 20px 0px;
  }
  .origin-center-section .section-title {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .origin-center-section .originos-div .timeline-box {
    min-height: 10em !important;
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap {
    bottom: -150% !important;
    width: 22em !important;
    height: 22em !important;
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap::before {
    top: 40px !important;
    left: 46px !important;
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap::after {
    top: 40px !important;
    right: 46px !important;
  }
  .origin-center-section .originos-div .timeline-box .timeline-dots {
    top: -5% !important;
  }
  .origin-center-section .originos-div .timeline-box .logo img {
    width: 160px !important;
    margin-bottom: 15px !important;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-next,
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-prev {
    bottom: -3.7em !important;
  }
  .experience-origin-section.section-padding {
    padding-top: 20px;
  }
  .experience-origin-section .experience-origin {
    border-radius: 0px;
    min-height: 230px;
    align-items: start;
  }
  .experience-origin-section .experience-origin .origin-content {
    padding: 30px 15px;
  }
  .experience-origin-section .experience-origin img {
    width: 210px;
    right: 0.5rem;
  }
  .origin-hub-section {
    padding: 20px 0px 70px;
  }
  .origin-hub-section h2 {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .origin-hub-section .origin-video .video-content .short-title {
    font-size: 20px;
  }
  .origin-hub-section .origin-video .video-content .short-title .play-icon {
    font-size: 40px !important;
    line-height: normal !important;
  }
  .origin-hub-section .origin-video .video-content .short-title .for-text {
    display: block;
    font-size: 16px;
  }
  .origin-hub-section .origin-video .video-content .icon-duration .play-icon {
    font-size: 24px !important;
    line-height: normal !important;
  }
  .origin-hub-section .origin-video .video-content .icon-duration .duration {
    font-size: 14px;
  }
  .origin-hub-section .origin-video iframe {
    aspect-ratio: 16/9;
  }
  .origin-hub-section .origin-video .video-thumbnail {
    aspect-ratio: 16/9;
  }
  .origin-hub-section .origin-short-slider .owl-stage {
    display: inherit !important;
  }
  .origin-hub-section .origin-short-slider.has-hover .owl-item:not(.expanded) .short-title {
    transform: rotate(0deg) translate(-50%, -50%);
    transform-origin: center;
    opacity: 1;
    bottom: unset;
    left: 50%;
    top: 50%;
    right: unset;
    white-space: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .origin-center-section .originos-div .timeline-box {
    width: 460px;
  }
  .origin-center-section .originos-div .timeline-box .logo img {
    width: 210px;
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap {
    left: -530px;
  }
  .origin-center-section .originos-div .carousel-container {
    max-width: 500px;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide {
    height: 300px !important;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-slide.swiper-slide-active {
    height: 400px !important;
  }
}
@media screen and (max-width: 992px) {
  .origin-center-section .originos-div {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: unset;
    max-height: unset;
    border-radius: 0px;
    padding: 0px;
  }
  .origin-center-section .originos-div .timeline-box {
    width: 100% !important;
    min-height: 14em;
    align-items: end;
    justify-content: center;
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap {
    width: 38em;
    height: 38em;
    top: unset;
    bottom: -198%;
    left: 50% !important;
    transform: translate(-50%, 0%);
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap::before {
    top: 65px;
    left: 96px;
    right: auto;
  }
  .origin-center-section .originos-div .timeline-box .verticle-line-wrap::after {
    top: 65px;
    left: auto;
    right: 96px;
  }
  .origin-center-section .originos-div .timeline-box .timeline-dots {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -2.5%;
    width: 100%;
    align-items: center;
  }
  .origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap {
    flex-direction: column-reverse;
  }
  .origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap .dot-title {
    margin-bottom: 10px;
  }
  .origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap:active .timeline-point .point {
    width: 24px;
    height: 24px;
  }
  .origin-center-section .originos-div .timeline-box .timeline-dots .timeline-dot-wrap:active .timeline-point .dot-title {
    margin-bottom: 10px;
  }
  .origin-center-section .originos-div .timeline-box .logo img {
    width: 200px;
    margin-bottom: 35px;
  }
  .origin-center-section .originos-div .carousel-container {
    max-width: 100% !important;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider {
    height: auto;
    overflow: unset;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper {
    height: auto;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper .swiper-slide {
    height: auto !important;
    opacity: 1 !important;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper .swiper-slide .slide-img,
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper .swiper-slide .slide-video {
    border-radius: 0px;
    height: auto;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper .swiper-slide p {
    margin: 20px 15px;
    font-weight: 700;
    display: block !important;
    min-height: 96px;
    height: auto;
    overflow: hidden;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slide-img,
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slide-video {
    max-height: 100% !important;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-next,
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-prev {
    display: flex;
    top: auto !important;
    bottom: -4.5em;
    z-index: 99;
    color: #737373;
  }
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-next::after,
  .origin-center-section .originos-div .carousel-container .originos-slider .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1500px) {
  .origin-center-section .originos-div {
    gap: 80px;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */