.homepage-hero {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .homepage-hero {
    gap: 1.25rem;
  }
}
.homepage-hero > div:nth-of-type(1) h2 {
  margin-bottom: 0.25rem;
  font-size: 28px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 147 208 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .homepage-hero > div:nth-of-type(1) h2 {
    margin-bottom: 0.5rem;
    font-size: 40px;
    line-height: 48px;
  }
}
.homepage-hero > div:nth-of-type(1) h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 147 208 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .homepage-hero > div:nth-of-type(1) h3 {
    font-size: 25px;
    line-height: 14px;
  }
}
.homepage-hero > div:nth-of-type(2) tr {
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .homepage-hero > div:nth-of-type(2) tr {
    display: grid;
    gap: 2.25rem;
    border-radius: 0.75rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.homepage-hero > div:nth-of-type(2) tr {
  grid-template-columns: repeat(7, 1fr);
}
.homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) {
  position: relative;
  grid-area: 1/1/2/5;
}
.homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(1) picture img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {
  .homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(1) picture img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(2) picture {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 187px;
}
@media (min-width: 640px) {
  .homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(2) picture {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(2) picture {
    width: 320px;
  }
}
@media (min-width: 1280px) {
  .homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(2) picture {
    top: 4rem;
    left: 4rem;
    width: 420px;
  }
}
.homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(1) > p:nth-of-type(3) {
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/5/2/8;
}
.homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(2) h1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .homepage-hero > div:nth-of-type(2) tr > td:nth-of-type(2) h1 {
    font-size: 34px;
    line-height: 50px;
  }
}