.homepage-mobile.div {
  display: flex;
  flex-direction: column;
  min-width: 375px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.homepage-mobile .logo {
  position: relative;
  max-width: 150px;
  width: 150px;
  max-height: 18.04px;
  height: 18.04px;
  aspect-ratio: 8.31;
}

.homepage-mobile .material-symbols {
  position: relative;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}

.homepage-mobile .full-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 0;
}

.homepage-mobile .homepage-carousel {
  display: flex;
  flex-direction: column;
  height: 500px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(assets/homepage-carousel---mobile.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-mobile .banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.homepage-mobile .text-wrapper {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 20px #dc1e37;
  font-family: var(--h2-italic-font-family);
  font-weight: var(--h2-italic-font-weight);
  font-style: var(--h2-italic-font-style);
  color: #ffffff;
  font-size: var(--h2-italic-font-size);
  letter-spacing: var(--h2-italic-letter-spacing);
  line-height: var(--h2-italic-line-height);
}

.homepage-mobile .p {
  position: relative;
  align-self: stretch;
  font-family: var(--text-small-italic-font-family);
  font-weight: var(--text-small-italic-font-weight);
  font-style: var(--text-small-italic-font-style);
  color: #ffffff;
  font-size: var(--text-small-italic-font-size);
  letter-spacing: var(--text-small-italic-letter-spacing);
  line-height: var(--text-small-italic-line-height);
}

.homepage-mobile .carousel-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .arrow-btn-desktop {
  position: relative;
  width: 24px;
  height: 48px;
  transform: none;
  aspect-ratio: 0.5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.homepage-mobile .arrow-btn-desktop img,
.homepage-mobile .vector-wrapper img {
  pointer-events: none;
}

.homepage-mobile .vector {
  position: static;
  width: 19px;
  height: 37px;
  transform: none;
  display: block;
}

.homepage-mobile .carousel-circle-btn {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #dc1e37;
  border-radius: 7.5px;
  aspect-ratio: 1;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.homepage-mobile .carousel-circle-btn-2 {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 7.5px;
  aspect-ratio: 1;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.homepage-mobile .carousel-circle-btn.is-active,
.homepage-mobile .carousel-circle-btn-2.is-active {
  background-color: #dc1e37;
  transform: scale(1.08);
  box-shadow: var(--red-glow);
}

.homepage-mobile .carousel-circle-btn.is-inactive,
.homepage-mobile .carousel-circle-btn-2.is-inactive {
  background-color: rgba(255, 255, 255, 0.85);
}

.homepage-mobile .vector-wrapper {
  cursor: pointer;
}

.homepage-mobile .vector-wrapper {
  position: relative;
  width: 24px;
  height: 48px;
  aspect-ratio: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.homepage-mobile .img {
  position: static;
  width: 19px;
  height: 37px;
  display: block;
}

.homepage-mobile .about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .about-section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

.homepage-mobile .header {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.homepage-mobile .text-wrapper-2 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: #ffffff;
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.homepage-mobile .sectors {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .frame {
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.homepage-mobile .part {
  height: 122px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.homepage-mobile .engine-icon {
  position: relative;
  width: 70px;
  height: 60px;
  aspect-ratio: 1.17;
}

.homepage-mobile .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-mobile .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-small-bold-font-family);
  font-weight: var(--text-small-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-small-bold-font-size);
  letter-spacing: var(--text-small-bold-letter-spacing);
  line-height: var(--text-small-bold-line-height);
  font-style: var(--text-small-bold-font-style);
}

.homepage-mobile .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.homepage-mobile .part-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.homepage-mobile .marine-icon {
  position: relative;
  width: 70px;
  height: 37.69px;
  aspect-ratio: 1.86;
}

.homepage-mobile .construction-icon {
  position: relative;
  width: 70px;
  height: 62.32px;
  aspect-ratio: 1.12;
}

.homepage-mobile .part-3 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.homepage-mobile .conditioning-icon {
  position: relative;
  width: 70px;
  height: 53.22px;
  aspect-ratio: 1.32;
}

.homepage-mobile .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dc1e37;
}

.homepage-mobile .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  white-space: nowrap;
  font-style: var(--text-small-font-style);
}

.homepage-mobile .authorized {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: #000000;
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  white-space: nowrap;
  font-style: var(--h2-font-style);
}

.homepage-mobile .distributor-logos {
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.homepage-mobile .distributor-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.homepage-mobile .logo-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: distributor-marquee 38s linear infinite;
}

.homepage-mobile .logo-group {
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.homepage-mobile .logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.homepage-mobile .logo-link:focus-visible {
  outline: 2px solid #dc1e37;
  outline-offset: 4px;
  border-radius: 6px;
}

.homepage-mobile .logo-item {
  width: 160px;
  height: 100px;
  object-fit: contain;
  flex: 0 0 auto;
}

.homepage-mobile .distributor-scroll:hover .logo-track,
.homepage-mobile .distributor-scroll:focus-within .logo-track {
  animation-play-state: paused;
}

@keyframes distributor-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.homepage-mobile .genuine-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%),
    url("assets/uploaded-asset-1783924404767-0.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.homepage-mobile .frame-2 {
  align-items: center;
  gap: 30px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.homepage-mobile .element-STE {
  position: relative;
  max-width: 250px;
  width: 100%;
  max-height: 237.26px;
  margin-top: -35px;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.homepage-mobile .details-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
}

.homepage-mobile .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: #ffffff;
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.homepage-mobile .text-wrapper-8 {
  font-family: var(--text-small-bold-font-family);
  font-weight: var(--text-small-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-small-bold-font-size);
  letter-spacing: var(--text-small-bold-letter-spacing);
  line-height: var(--text-small-bold-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--text-small-bold-font-style);
}

.homepage-mobile .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 50px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #2e2e2e;
}

.homepage-mobile .footer-enquiry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.homepage-mobile .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.homepage-mobile .icons {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile.homepage-tablet {
  display: flex;
  flex-direction: column;
  min-width: 768px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.homepage-mobile .logo-2 {
  position: relative;
  width: 222.32px;
  height: 26.74px;
  aspect-ratio: 8.31;
}

.homepage-mobile .homepage-carousel-2 {
  display: flex;
  flex-direction: column;
  height: 500px;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(assets/homepage-carousel-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-mobile .banner-text-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.homepage-mobile .carousel-btns-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .about-section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

.homepage-mobile .div-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.homepage-mobile .sectors-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .frame-3,
.homepage-mobile .frame-4 {
  display: contents;
}

.homepage-mobile .frame-3 > .part-4 {
  grid-column: 1;
  grid-row: 1;
}

.homepage-mobile .frame-4 > .part-6 {
  grid-column: 2;
  grid-row: 1;
}

.homepage-mobile .frame-3 > .part-5 {
  grid-column: 1;
  grid-row: 2;
}

.homepage-mobile .frame-4 > .part-5 {
  grid-column: 2;
  grid-row: 2;
}

.homepage-mobile .frame-3 > .part-4,
.homepage-mobile .frame-4 > .part-6 {
  border-bottom: 1px solid #ffffff;
}

.homepage-mobile .frame-3 > .part-4,
.homepage-mobile .frame-3 > .part-5 {
  border-right: 1px solid #ffffff;
}

.homepage-mobile .frame-3 > .part-4,
.homepage-mobile .frame-3 > .part-5,
.homepage-mobile .frame-4 > .part-6,
.homepage-mobile .frame-4 > .part-5 {
  min-height: 122px;
  width: 100%;
}

.homepage-mobile .part-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.homepage-mobile .part-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .part-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dc1e37;
}

.homepage-mobile .authorized-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .frame-wrapper {
  display: flex;
  width: 100%;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
  flex: 0 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%),
    url("assets/uploaded-asset-1783924404767-0.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.homepage-mobile.div .frame-2 {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.homepage-mobile.homepage-tablet .frame-2 {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}

.homepage-mobile .element-aym-STE {
  position: relative;
  width: 420px;
  height: 402px;
  margin-top: -35px;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.homepage-mobile .footer-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 50px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #2e2e2e;
}

.homepage-mobile .footer-enquiry-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile.homepage-desktop {
  flex-direction: column;
  min-width: 1280px;
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  position: relative;
}

.homepage-mobile .main-nav {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  margin-top: -8.63px;
  margin-bottom: -8.63px;
}

.homepage-mobile .navbar {
  align-items: center;
  gap: 40px;
  padding: 10px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.homepage-mobile .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.homepage-mobile .login-sign-up-btn {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-mobile .homepage-carousel-3 {
  display: flex;
  flex-direction: column;
  height: 500px;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(https://c.animaapp.com/PlnH4VBg/img/homepage-carousel.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-mobile .banner-text-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.homepage-mobile .carousel-btns-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .carousel-btns > *,
.homepage-mobile .carousel-btns-2 > *,
.homepage-mobile .carousel-btns-3 > * {
  flex: 0 0 auto;
  align-self: center;
}

.homepage-mobile .homepage-carousel,
.homepage-mobile .homepage-carousel-2,
.homepage-mobile .homepage-carousel-3 {
  overflow: hidden;
}

.homepage-mobile .homepage-carousel > *:not(.carousel-bg-layer),
.homepage-mobile .homepage-carousel-2 > *:not(.carousel-bg-layer),
.homepage-mobile .homepage-carousel-3 > *:not(.carousel-bg-layer) {
  position: relative;
  z-index: 1;
}

.homepage-mobile .carousel-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.homepage-mobile .carousel-bg-layer.is-visible {
  opacity: 1;
}

.homepage-mobile .about-section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

.homepage-mobile .about-bg-video,
.homepage-mobile .about-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  z-index: 0;
  pointer-events: none;
}

.homepage-mobile .about-section-2::before,
.homepage-mobile .about-section-3::before,
.homepage-mobile .about-section-4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}

.homepage-mobile .about-section-2 > *:not(.about-bg-video):not(.about-bg-image),
.homepage-mobile .about-section-3 > *:not(.about-bg-video):not(.about-bg-image),
.homepage-mobile
  .about-section-4
  > *:not(.about-bg-video):not(.about-bg-image) {
  position: relative;
  z-index: 2;
}

.homepage-mobile .header-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.homepage-mobile .sectors-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-mobile .part-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #ffffff;
}

.homepage-mobile .part-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.homepage-mobile .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dc1e37;
}

.homepage-mobile .authorized-3 {
  display: flex;
  flex-direction: column;
  height: 436px;
  align-items: center;
  gap: 50px;
  padding: 0px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.homepage-mobile .send-an-enquiry-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dc1e37;
  cursor: pointer;
}

.homepage-mobile .details-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%),
    url("assets/uploaded-asset-1783924404767-0.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.homepage-mobile .details-3 {
  display: inline-flex;
  align-items: center;
  gap: 100px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-mobile .details-4 {
  display: flex;
  flex-direction: column;
  width: 558px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.homepage-mobile .element-STE-2 {
  position: relative;
  width: 470px;
  height: 450px;
  margin-top: -24px;
  margin-bottom: -24px;
  margin-right: -35px;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.homepage-mobile .footer-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding: 50px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #2e2e2e;
}

.homepage-mobile .footer-enquiry-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 1279px) {
  .homepage-mobile .homepage-carousel,
  .homepage-mobile .homepage-carousel-2,
  .homepage-mobile .carousel-bg-layer {
    background-position: right center;
  }

  .homepage-mobile .homepage-carousel.is-slide-2 .carousel-bg-layer.is-visible,
  .homepage-mobile
    .homepage-carousel-2.is-slide-2
    .carousel-bg-layer.is-visible,
  .homepage-mobile
    .homepage-carousel-3.is-slide-2
    .carousel-bg-layer.is-visible {
    background-position: 78% center;
  }

  .homepage-mobile .homepage-carousel::before,
  .homepage-mobile .homepage-carousel-2::before,
  .homepage-mobile .homepage-carousel-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: none;
  }

  .homepage-mobile .homepage-carousel > *:not(.carousel-bg-layer),
  .homepage-mobile .homepage-carousel-2 > *:not(.carousel-bg-layer),
  .homepage-mobile .homepage-carousel-3 > *:not(.carousel-bg-layer) {
    position: relative;
    z-index: 2;
  }

  .homepage-mobile .carousel-bg-layer {
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .homepage-mobile.homepage-tablet {
    display: none !important;
  }
  .homepage-mobile.homepage-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .homepage-mobile.div {
    display: none !important;
  }
  .homepage-mobile.homepage-desktop {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .homepage-mobile.div {
    display: none !important;
  }
  .homepage-mobile.homepage-tablet {
    display: none !important;
  }
}
