/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
.hero__image img {
  height: 578px;
  object-fit: cover;
  width: 1140px;
}
@media (max-width: 1180px) {
  .hero__image img {
    width: 100%;
    height: auto;
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .hero__image img {
    object-fit: contain;
  }
}
.hero .marquee {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
  height: 91px;
}
@media (max-width: 1180px) {
  .hero .marquee {
    height: 40px;
  }
}
.hero .marquee .data {
  display: flex;
  align-items: center;
  column-gap: 32px;
  padding-right: 32px;
}
@media (max-width: 1180px) {
  .hero .marquee .data {
    padding-right: 16px;
    column-gap: 16px;
  }
}
.hero .marquee .data p {
  padding-right: 32px;
  position: relative;
}
@media (max-width: 1180px) {
  .hero .marquee .data p {
    padding-right: 16px;
  }
}
.hero .marquee .data p:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.5px;
  height: 74px;
  background: #FF6A00;
}
@media (max-width: 1180px) {
  .hero .marquee .data p:before {
    height: 40px;
  }
}
.hero .marquee .data p sup {
  font-size: 38px;
  line-height: 140%;
  vertical-align: top;
  margin-left: -15px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1180px) {
  .hero .marquee .data p sup {
    font-size: 24px;
    margin-left: -6px;
  }
}

.technology {
  position: relative;
}
@media (max-width: 991px) {
  .technology:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/techno-mob.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .technology:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(3, 6, 12, 0.32) 0%, #03060C 100%);
  }
  .technology .container {
    z-index: 3;
  }
}
.technology .sticky-body {
  position: relative;
}
.technology .sticky-body .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: sticky;
  top: 0;
}
.technology .sticky-body .image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/techno-bg.svg) no-repeat center;
  background-size: 120% 120%;
}
@media (max-width: 991px) {
  .technology .sticky-body .image:before {
    display: none;
  }
}
.technology .sticky-body .image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(3, 6, 12, 0.24) 0%, #03060C 100%);
}
@media (max-width: 991px) {
  .technology .sticky-body .image:after {
    display: none;
  }
}
.technology .sticky-body .image .img {
  position: relative;
}
.technology .sticky-body .image .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.3215686275);
  filter: blur(60px);
  z-index: 2;
  translate: -50% -50%;
}
@media (max-width: 600px) {
  .technology .sticky-body .image .img:before {
    width: 75%;
    height: 75%;
  }
}
.technology .sticky-body .image img {
  height: 452px;
  width: 574px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .technology .sticky-body .image img {
    width: 500px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .technology .sticky-body .image img {
    height: auto;
  }
}
@media (max-width: 600px) {
  .technology .sticky-body .image img {
    height: 242px;
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1180px) {
  .technology .sticky-body .image {
    height: auto;
    position: static;
  }
}
@media (max-width: 991px) {
  .technology .sticky-body .image {
    position: relative;
    z-index: 3;
  }
}
.technology .sticky-body .divider-row {
  position: sticky;
  height: 100vh;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .technology .sticky-body .divider-row {
    display: none;
  }
}
.technology .sticky-body .row-4 {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 4;
  display: flex;
  flex-direction: column;
  padding-top: 65vh;
}
@media (max-height: 750px) {
  .technology .sticky-body .row-4 {
    padding-top: 80vh;
  }
}
@media (max-width: 1180px) {
  .technology .sticky-body .row-4 {
    padding-top: 2px;
    height: auto;
    position: static;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .technology .sticky-body .row-4 {
    position: relative;
    z-index: 3;
  }
}
.technology .sticky-body .row {
  position: sticky;
  top: 0;
  height: 100vh;
  align-items: center;
}
@media (max-width: 1180px) {
  .technology .sticky-body .row {
    height: auto;
    margin-bottom: 30px;
    justify-content: flex-start;
    position: static;
  }
}
@media (max-width: 991px) {
  .technology .sticky-body .row {
    position: relative;
    z-index: 3;
  }
}
.technology .sticky-body .row .icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .technology .sticky-body .row .icon {
    width: 44px;
    height: 44px;
    translate: 0 -10px;
  }
}
.technology .sticky-body .row .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.technology .sticky-body .row.row-1 {
  padding-bottom: 244px;
}
@media (max-width: 1180px) {
  .technology .sticky-body .row.row-1 {
    padding-bottom: 0;
  }
}
.technology .sticky-body .row.row-3 {
  padding-top: 244px;
}
@media (max-width: 1180px) {
  .technology .sticky-body .row.row-3 {
    padding-top: 0;
  }
}
.technology .sticky-body .row .flex-row {
  max-width: 332px;
}
@media (max-width: 1180px) {
  .technology .sticky-body .row .flex-row {
    max-width: unset;
  }
}
.technology .sticky-body .row.row-4 {
  align-items: flex-end;
}
.technology .sticky-body .row.row-4 .btn {
  margin-top: 56px;
}
@media (max-width: 1180px) {
  .technology .sticky-body .row.row-4 .btn {
    margin-top: 12px;
  }
}

.modular:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(52.29% 50% at 50.07% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
  z-index: 1;
}
.modular__bg {
  width: 100%;
  height: 100vh;
  min-height: 658px;
}
@media (max-width: 1180px) {
  .modular__bg {
    min-height: 620px;
  }
}
@media (max-width: 991px) {
  .modular__bg {
    height: calc(100vh - 76px);
    max-height: 620px;
  }
}
.modular__bg img, .modular__bg video {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.modular__content {
  position: absolute;
  height: calc(100% - 102px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1368px;
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .modular__content {
    padding: 0 16px;
    height: 100%;
    padding-top: 36px;
  }
}
.modular__content .bottom-row {
  width: fit-content;
}
@media (max-width: 600px) {
  .modular__content .bottom-row {
    width: 100%;
  }
}
.modular__content .bottom-row:before {
  width: calc(100% + 10px);
}
@media (max-width: 1180px) {
  .modular__content .bottom-row:before {
    width: calc(100% - 10px);
  }
}
.modular__content .bottom-row .col {
  min-width: 174px;
}
@media (max-width: 600px) {
  .modular__content .bottom-row .col {
    min-width: unset;
    width: calc(50% - 6px);
  }
}
.modular__content .bottom-row .col .icon {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .modular__content .bottom-row .col .icon {
    height: 28px;
  }
}
.modular__content .bottom-row .col .icon img, .modular__content .bottom-row .col .icon svg {
  height: 31px;
  object-fit: contain;
}
@media (max-width: 1180px) {
  .modular__content .bottom-row .col .icon img, .modular__content .bottom-row .col .icon svg {
    height: 25px;
  }
}