/** viewport =  360px */
/** viewport =  480px */
/** viewport =  768px */
/** viewport =  960px */
/**
 * $breakpoint keys: phone/mobile/sm | phone-land/ | tab-port | tab-land | desktop | lg
 */
.tg-invite {
  display: flex;
  align-items: center;
  background-color: #333333;
  padding: 1.875rem 2.5rem;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
    gap: 1.25rem;
    text-align: center;
  }
}
.tg-invite__visual {
  flex-shrink: 0;
  width: 8.75rem;
  height: 8.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite__visual {
    width: 6.875rem;
    height: 6.875rem;
  }
}
.tg-invite__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tg-invite__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite__content {
    align-items: center;
  }
}
.tg-invite__badge {
  display: inline-flex;
  background-color: #FFFFFF;
  color: #222222;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 1.25rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite__badge {
    font-size: 0.75rem;
  }
}
.tg-invite__title {
  font-family: "Onest", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  line-height: 120%;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite__title {
    font-size: 1.25rem;
  }
}
.tg-invite__text {
  font-size: 0.9375rem;
  color: #B0B0B0;
  margin-bottom: 1.25rem;
  line-height: 150%;
  max-width: 31.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite__text {
    font-size: 0.875rem;
  }
}
.tg-invite__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background-color: var(--primary-color, #005ECA);
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 47.9375em) {
  .tg-invite__btn {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }
}
.tg-invite__btn:hover {
  background-color: var(--primary-dark-color, #004494);
}
.tg-invite__btn:active {
  transform: translateY(1px);
}
.tg-invite__btn svg {
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */
