
.start-page .dice.tk-brand-ready {
  background-image: none !important;
  background: transparent !important;
  overflow: visible;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.start-page .dice.tk-start-banner {
  width: 6.6rem !important;
  height: 2.9rem !important;
}

.start-page .dice.tk-start-icon {
  width: 2.66667rem !important;
  height: 2.66667rem !important;
}

.start-page .dice .tk-startup-top-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.start-page img.logo.tk-brand-ready {
  width: auto !important;
  max-width: 4.8rem !important;
  max-height: 1.6rem;
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .start-page .dice.tk-start-banner {
    width: 72vw !important;
    height: 30vw !important;
    max-width: 6.6rem !important;
    max-height: 2.9rem !important;
  }
}
