body {
  margin: 0;
  overflow-x: hidden;
}

.about-tablet.about-mobile {
  display: flex;
  flex-direction: column;
  min-width: 375px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.about-tablet .logo-3 {
  position: relative;
  max-width: 150px;
  width: 150px;
  max-height: 18.04px;
  height: 18.04px;
  aspect-ratio: 8.31;
}

.about-tablet .material-symbols-2 {
  position: relative;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}

.about-tablet .full-container-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  flex: 0 0 auto;
  z-index: 0;
}

.about-tablet .about-banner-desktop {
  align-items: flex-start;
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .about-banner-desktop-2 {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 56px 16px 30px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url(assets/about-banner---desktop.png)
      50% 50% / cover;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .about-banner-desktop-2 .about-hero-body {
  min-height: 230px;
}

.about-tablet .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  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);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .rectangle-3 {
  position: relative;
  width: 150px;
  height: 150px;
}

.about-tablet .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .text-wrapper-13 {
  position: relative;
  flex: 1;
  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);
  text-align: center;
  letter-spacing: var(--text-small-bold-letter-spacing);
  line-height: var(--text-small-bold-line-height);
  font-style: var(--text-small-bold-font-style);
}

.about-tablet .about-hero-carousel {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  isolation: isolate;
}

.about-tablet .about-hero-carousel > *:not(.about-hero-bg-layer) {
  position: relative;
  z-index: 1;
}

.about-tablet .about-hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: opacity 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.about-tablet .about-hero-bg-layer.is-visible {
  opacity: 1;
}

.about-tablet .about-hero-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.about-tablet .about-hero-arrow {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
}

.about-tablet .about-hero-controls .about-hero-arrow {
  position: relative;
  width: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.about-tablet .about-hero-controls .about-hero-arrow[data-direction="prev"] {
  transform: none;
}

.about-tablet .about-hero-controls .img-wrapper {
  transform: none;
}

.about-tablet .about-hero-controls .vector-2,
.about-tablet .about-hero-controls .vector-3 {
  position: static;
  width: 19px;
  height: 37px;
  transform: none;
  display: block;
}

.about-tablet .about-hero-controls .about-hero-dot {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background-color: #ffffff;
  cursor: pointer;
  aspect-ratio: 1;
  appearance: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.about-tablet .about-hero-dot.is-active {
  background-color: #dc1e37;
  transform: scale(1.08);
  box-shadow: var(--red-glow);
}

.about-tablet .about-hero-dot:not(.is-active) {
  background-color: rgba(255, 255, 255, 0.85);
}

.about-tablet .about-hero-purpose {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
}

.about-tablet .about-hero-purpose-title {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: #ffffff;
  font-size: clamp(34px, 6.2vw, var(--h1-font-size));
  line-height: 1.1;
  text-align: center;
}

.about-tablet .about-hero-purpose-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.about-tablet .about-hero-purpose-line {
  display: inline-block;
  width: clamp(42px, 8vw, 70px);
  height: 5px;
  background-color: #ffffff;
}

.about-tablet .about-hero-purpose-subtitle {
  font-family: var(--text-large-font-family);
  font-weight: var(--text-large-font-weight);
  color: #ffffff;
  font-size: clamp(20px, 2.4vw, var(--text-large-font-size));
  letter-spacing: var(--text-large-letter-spacing);
  line-height: var(--text-large-line-height);
  text-align: center;
}

.about-tablet .carousel-btns-4 {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.about-tablet .img-wrapper {
  transform: rotate(180deg);
  position: relative;
  width: 24px;
  height: 48px;
  aspect-ratio: 0.5;
}

.about-tablet .vector-2 {
  height: 77.04%;
  top: 22.96%;
  transform: rotate(-180deg);
  position: absolute;
  width: 79.57%;
  left: 20.43%;
}

.about-tablet .carousel-circle-btn-3 {
  background-color: #dc1e37;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  aspect-ratio: 1;
}

.about-tablet .carousel-circle-btn-4 {
  background-color: #ffffff;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  aspect-ratio: 1;
}

.about-tablet .arrow-btn-desktop-2 {
  position: relative;
  width: 24px;
  height: 48px;
  aspect-ratio: 0.5;
}

.about-tablet .vector-3 {
  height: 77%;
  top: 23%;
  position: absolute;
  width: 79.57%;
  left: 20.43%;
}

.about-tablet .what-we-offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .details-5 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .text {
  justify-content: center;
  padding: 50px 0px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.about-tablet .text-wrapper-14 {
  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);
  text-align: center;
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.about-tablet .yanmar-have-a {
  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);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, fit-content(100%));
  height: fit-content;
  gap: 20px 10px;
  padding: 8px 0px;
  justify-items: center;
}

.about-tablet .text-wrapper-15 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-16 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-17 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-18 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-19 {
  position: relative;
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-20 {
  position: relative;
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  width: 100%;
  height: 32px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-21 {
  position: relative;
  grid-row: 4 / 5;
  grid-column: 1 / 2;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .our-distributors {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 32px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.about-tablet .map-n-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .distributor-map,
.about-tablet .distributor-map-2,
.about-tablet .distributor-map-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.2;
  overflow: hidden;
  border-radius: 5px;
  background-color: transparent;
}

.about-tablet .distributor-map-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.about-tablet .distributor-map-layer.is-visible {
  opacity: 1;
}

.about-tablet .text-2 {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.about-tablet .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  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);
  font-style: var(--h2-font-style);
}

.about-tablet .yanmar-has {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.about-tablet .span {
  color: #000000;
  font-family: var(--text-small-font-family);
  font-style: var(--text-small-font-style);
  font-weight: var(--text-small-font-weight);
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-size: var(--text-small-font-size);
}

.about-tablet .text-wrapper-23 {
  font-family: var(--text-small-bold-font-family);
  font-weight: var(--text-small-bold-font-weight);
  color: #dc1e37;
  font-style: var(--text-small-bold-font-style);
  letter-spacing: var(--text-small-bold-letter-spacing);
  line-height: var(--text-small-bold-line-height);
  font-size: var(--text-small-bold-font-size);
}

.about-tablet .distributor-scroll-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.about-tablet .distributor-logos-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}

.about-tablet .distributor-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

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

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

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

.about-tablet .distributor-logos-wrapper:hover .logo-track,
.about-tablet .distributor-logos-wrapper:focus-within .logo-track {
  animation-play-state: paused;
}

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

.about-tablet .distributor-logos-5 {
  display: inline-flex;
  width: 8120px;
  height: 100px;
  position: relative;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.about-tablet .img-5 {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: -7485.83px;
}

.about-tablet .rectangle-4 {
  width: 67.5px;
  position: relative;
  height: 100px;
}

.about-tablet .rectangle-5 {
  width: 200px;
  position: relative;
  height: 100px;
}

.about-tablet .button-4 {
  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;
}

.about-tablet .text-wrapper-24 {
  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);
}

.about-tablet .carousel-circle-btn-5 {
  background-color: #0000004c;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  aspect-ratio: 1;
}

.about-tablet [data-distributor-carousel] .distributor-nav-btn {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 48px;
  flex: 0 0 24px;
}

.about-tablet [data-distributor-carousel] .distributor-nav-btn-prev {
  transform: rotate(180deg);
}

.about-tablet [data-distributor-carousel] .distributor-nav-btn .vector-2,
.about-tablet [data-distributor-carousel] .distributor-nav-btn .vector-3 {
  position: static;
  width: 19px;
  height: 37px;
  transform: none;
  display: block;
}

.about-tablet [data-distributor-carousel] .distributor-dot {
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.about-tablet [data-distributor-carousel] .distributor-dot.is-active {
  background-color: #dc1e37;
  transform: scale(1.08);
  box-shadow: var(--red-glow);
}

.about-tablet [data-distributor-carousel] .distributor-dot:not(.is-active) {
  background-color: #0000004c;
}

.about-tablet .distributor-fie-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.about-tablet .distributor-fie-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.about-tablet .distributor-fie-title {
  margin: 0;
  font-family: var(--text-small-bold-font-family);
  font-weight: var(--text-small-bold-font-weight);
  color: #000000;
  font-size: var(--text-small-bold-font-size);
  letter-spacing: var(--text-small-bold-letter-spacing);
  line-height: 1.3;
  text-align: center;
}

.about-tablet .distributor-fie-country {
  margin: 0;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #dc1e37;
  font-size: var(--text-small-font-size);
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  text-align: center;
}

.about-tablet .CTA-section-mobile {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url(assets/cta-section-animation---desktop-1.png);
  background-size: cover;
  background-position: right center;
}

.about-tablet .CTA-text-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.about-tablet .CTA-text-mobile .text-wrapper-29 {
  align-self: stretch;
}

.about-tablet .footer-4 {
  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;
}

.about-tablet .footer-enquiry-4 {
  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;
}

.about-tablet .text-wrapper-25 {
  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;
}

.about-tablet .text-wrapper-26 {
  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;
}

.about-tablet .icons-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet.div-2 {
  display: flex;
  flex-direction: column;
  min-width: 768px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.about-tablet .logo-4 {
  position: relative;
  width: 222.32px;
  height: 26.74px;
  aspect-ratio: 8.31;
}

.about-tablet .about-banner-desktop-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 88px 24px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url(assets/about-banner---desktop.png)
      50% 50% / cover;
}

.about-tablet .about-banner-desktop-3 .about-hero-body {
  min-height: 260px;
}

.about-tablet .content-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .carousel-btns-5 {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.about-tablet .what-we-offer-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .details-6 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .types-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, fit-content(100%));
  height: fit-content;
  gap: 20px 10px;
  padding: 10px 0px;
  justify-items: center;
}

.about-tablet .text-wrapper-27 {
  position: relative;
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  width: 100%;
  height: 16px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .our-distributors-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 32px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.about-tablet .distributor-logos-6 {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.about-tablet .distributor-logos-7 {
  display: inline-flex;
  width: 8480px;
  height: 100px;
  position: relative;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}

.about-tablet .rectangle-6 {
  width: 44px;
  position: relative;
  height: 100px;
}

.about-tablet .rectangle-7 {
  width: 4px;
  position: relative;
  height: 100px;
}

.about-tablet .img-6 {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: -3962px;
}

.about-tablet .button-5 {
  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;
}

.about-tablet .CTA-section {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 60px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url(assets/cta-section-animation---desktop-1.png);
  background-size: cover;
  background-position: right center;
}

.about-tablet .CTA-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 50px 300px 50px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.about-tablet .text-wrapper-28 {
  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);
}

.about-tablet .text-wrapper-29 {
  position: relative;
  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);
}

.about-tablet .footer-5 {
  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;
}

.about-tablet .footer-enquiry-5 {
  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;
}

.about-tablet.about-desktop {
  display: flex;
  flex-direction: column;
  min-width: 1280px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

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

.about-tablet .main-nav-2 {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .text-wrapper-30 {
  position: relative;
  width: fit-content;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #000000;
  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);
}

.about-tablet .text-wrapper-31 {
  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;
}

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

.about-tablet .text-wrapper-32 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #000000;
  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);
}

.about-tablet .about-banner-desktop-4 {
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 120px 100px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url(assets/about-banner---desktop.png)
      50% 50% / cover;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .about-banner-desktop-4 .about-hero-body {
  min-height: 300px;
}

.about-tablet .content-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .carousel-btns-6 {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.about-tablet .what-we-offer-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .details-7 {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet .types-3 {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 20px 10px;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-tablet.about-desktop .types-3 > a {
  grid-column: span 2;
}

.about-tablet.about-desktop .types-3 > a:nth-child(5) {
  grid-column: 2 / span 2;
}

.about-tablet .text-wrapper-33 {
  position: relative;
  width: 535px;
  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);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-34 {
  position: relative;
  width: 535px;
  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);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet .text-wrapper-35 {
  position: relative;
  width: 535px;
  font-family: var(--text-small-font-family);
  font-weight: var(--text-small-font-weight);
  color: #ffffff;
  font-size: var(--text-small-font-size);
  text-align: center;
  letter-spacing: var(--text-small-letter-spacing);
  line-height: var(--text-small-line-height);
  font-style: var(--text-small-font-style);
}

.about-tablet [data-offer-section] {
  --offer-bg-default: url(https://c.animaapp.com/PlnH4VBg/img/what-we-offer-section---desktop-2.png);
  --offer-bg: var(--offer-bg-default);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 100%),
    var(--offer-bg);
  background-size: cover;
  background-position: 50% 50%;
  transition: filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: filter;
}

.about-tablet [data-offer-section] > *:not(.offer-bg-layer) {
  position: relative;
  z-index: 1;
}

.about-tablet .offer-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: opacity 1250ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.about-tablet .offer-bg-layer.is-visible {
  opacity: 1;
}

.about-tablet [data-offer-section].offer-switching {
  filter: saturate(0.985) brightness(0.975);
}

.about-tablet .what-we-offer {
  --offer-bg-default: url(assets/what-we-offer-section---desktop-1@2x.png);
}

.about-tablet .what-we-offer-2 {
  --offer-bg-default: url(assets/what-we-offer-section---desktop.png);
}

.about-tablet .what-we-offer-3 {
  --offer-bg-default: url(https://c.animaapp.com/PlnH4VBg/img/what-we-offer-section---desktop-2.png);
}

.about-tablet [data-offer-section][data-offer-index="0"] {
  --offer-bg: url(https://c.animaapp.com/mriysk06EKGKA4/img/property-1-variant2.png);
}

.about-tablet [data-offer-section][data-offer-index="1"] {
  --offer-bg: url(https://c.animaapp.com/mriysk06EKGKA4/img/property-1-variant3.png);
}

.about-tablet [data-offer-section][data-offer-index="2"] {
  --offer-bg: url(https://c.animaapp.com/mriysk06EKGKA4/img/property-1-variant4.png);
}

.about-tablet [data-offer-section][data-offer-index="3"] {
  --offer-bg: url(assets/property-1-variant5.png);
}

.about-tablet [data-offer-section][data-offer-index="4"] {
  --offer-bg: url(https://c.animaapp.com/mriysk06EKGKA4/img/property-1-variant7.png);
}

.about-tablet [data-offer-section][data-offer-index="5"] {
  --offer-bg: url(https://c.animaapp.com/mriysk06EKGKA4/img/property-1-variant8.png);
}

.about-tablet [data-offer-section][data-offer-index="6"] {
  --offer-bg: url(https://c.animaapp.com/mriysk06EKGKA4/img/property-1-variant9.png);
}

.about-tablet [data-offer-section] .text {
  align-items: center;
  text-align: center;
}

.about-tablet [data-offer-section] .types a,
.about-tablet [data-offer-section] .types-2 a,
.about-tablet [data-offer-section] .types-3 a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.about-tablet [data-offer-section] [data-offer-item] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.86;
  transition:
    color 1s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-tablet [data-offer-section] [data-offer-item].is-active {
  font-family: var(--text-small-bold-font-family) !important;
  font-weight: var(--text-small-bold-font-weight) !important;
  font-size: var(--text-small-bold-font-size) !important;
  letter-spacing: var(--text-small-bold-letter-spacing) !important;
  line-height: var(--text-small-bold-line-height) !important;
  opacity: 1;
  text-shadow: 0px 0px 18px #dc1e37;
  transform: translateY(-0.5px) scale(1.01);
}

.about-tablet .our-distributors-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 32px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.about-tablet .yanmar-has-2 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.about-tablet .distributor-logos-8 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about-tablet .distributor-logos-9 {
  display: inline-flex;
  width: 8840px;
  height: 100px;
  position: relative;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.about-tablet .img-7 {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: -333.74px;
}

.about-tablet .button-6 {
  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;
}

.about-tablet .CTA-text-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 120px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url(assets/cta-section-animation---desktop-1.png);
  background-size: cover;
  background-position: right center;
}

.about-tablet .CTA-text-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 50px 300px 50px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.about-tablet .footer-6 {
  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;
}

.about-tablet .footer-enquiry-6 {
  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: 767px) {
  .about-tablet.div-2 {
    display: none !important;
  }
  .about-tablet.about-desktop {
    display: none !important;
  }
}

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

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